Bitcoin Forum

Bitcoin => Project Development => Topic started by: UGMZ on December 23, 2016, 11:50:33 PM



Title: Accepting Bitcoin MYBB - Subscription
Post by: UGMZ on December 23, 2016, 11:50:33 PM
Hi Guys.

I am currently developing a forum and would like to add paid subscription via bitcoin.. I have exhausted google and searched for weeks for a solution there are many plugins for MYBB that let you accept paypal but I am not keen on paypal subscriptions.

 Could someone point me in the direction of a solution for accepting btc payments via the forum..

Thank You!

UGMZ


Title: Re: Accepting Bitcoin MYBB - Subscription
Post by: SFR10 on December 24, 2016, 06:23:03 AM
You might want to check out the following website (trusted and used by many websites): https://bitpay.com/
Also I found another website for MyBB BTCitcoin payments (not sure if it's working), that might be useful as well (make sure to double check everything). It has the links in the lower right of the page: http://davidsterry.com/credit_from_coins/


Title: Re: Accepting Bitcoin MYBB - Subscription
Post by: UGMZ on December 24, 2016, 11:05:34 AM
Thanks. I have seen the script on github and attempted to install it but it uses the old blockchain API.  And to be honest after a quick install it throws up errors on the forum.   also the plugin was designed for 1.6 the new version is 1.8 and I think this might be the issue with this plugin


I shall have a look at bitpay and report back if its going to be suitable for taking payments,

Thank you!

UGMZ


Title: Re: Accepting Bitcoin MYBB - Subscription
Post by: Patatas on December 24, 2016, 11:12:03 AM
Hi Guys.

I am currently developing a forum and would like to add paid subscription via bitcoin.. I have exhausted google and searched for weeks for a solution there are many plugins for MYBB that let you accept paypal but I am not keen on paypal subscriptions.
 Could someone point me in the direction of a solution for accepting btc payments via the forum..
There are multiple ways of achieving this :
1.Add a custom module on the signup page.Load another html file which would be your bitcoin transaction page inside your index.html

2.The code is open source anyway ,modify it according to your needs.

3.Access remote API's such as this one : https://bitcoinjs.org/