MyBB Community Forums

Full Version: Bitcoin payment
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Is it possible if users pay for a upgrade on my forum with bitcoins it automaticly gets the rank? Is there a source of this somewhere?
I have not tested it but this plugin might work with newpoints for MyBB.
https://github.com/weex/mybb-credit-from-coins
@ 24Sevn, if i understand you correct then you need a plugin by which user get's moved to a custom group once payment is done on BTC id generated randomly at upgrade page.

Yes, it's possible using https://blockchain.info/api

I never had used BTC but what i know is, its safer and irreversible currency and way better than paypal or other payment gateway's...

You can mod this plugin https://github.com/weex/mybb-credit-from-coins which got all necessary stuff i mentioned above..
(2016-04-01, 06:54 PM)darkhk3r Wrote: [ -> ]@ 24Sevn, if i understand you correct then you need a plugin by which user get's moved to a custom group once payment is done on  BTC id generated randomly at upgrade page.

Yes, it's possible using https://blockchain.info/api

I never had used BTC but what i know is, its safer and irreversible currency and way better than paypal or other payment gateway's...

You can mod this plugin https://github.com/weex/mybb-credit-from-coins which got all necessary stuff i mentioned above..

Hello,
Once I got the api key how can I code it so people can buy my upgrades with bitcoins and they automaticly receive it?
You just need to check callback response and if it's 'ok' then move user to custom group Smile

Check this Smile https://blockchain.info/api/api_receive with a example php code

Easy plugin

I'm working on a plugin to release, if i get it done then i will focus on this one and publish here for free obviously, it wont be that hard as i look at the BTC api
(2016-04-02, 10:19 AM)darkhk3r Wrote: [ -> ]You just need to check callback response and if it's 'ok' then move user to custom group Smile

Check this Smile https://blockchain.info/api/api_receive with a example php code

Easy plugin

I'm working on a plugin to release, if i get it done then i will focus on this one and publish here for free obviously, it wont be that hard as i look at the BTC api

Uhm, I'm just a beginner so I don't know how to do this Huh  if you could like teach me or something that would be great !
Just took me 10 minutes to make this plugin
[Image: KaM2Hwk.png]

Install and activate. Copy in inc folder.

Report bugs if found. well commented and doubt there will be bugs
(2016-04-02, 12:49 PM)Mathew_ Wrote: [ -> ]Just took me 10 minutes to make this plugin
[Image: KaM2Hwk.png]

Install and activate. Copy in inc folder.

Report bugs if found. well commented and doubt there will be bugs
Wow, thanks! Hope this works!
[Image: PuPOyJF.png] award looks like this

To buy need to go www.website.net/buy_award.php it will show buy button along with randomly generated btc id

place this in root folder buy_award.php

simple logic is used by using blockchain api. once user buys the award he gets automatically moved to the specific custom group you selected in backend of plugin and also gets award image
(2016-04-02, 12:49 PM)Mathew_ Wrote: [ -> ]Just took me 10 minutes to make this plugin
[Image: KaM2Hwk.png]

Install and activate. Copy in inc folder.

Report bugs if found. well commented and doubt there will be bugs

Whats the pass of the rar?

(2016-04-01, 04:27 PM)WallBB Wrote: [ -> ]I have not tested it but this plugin might work with newpoints for MyBB.
https://github.com/weex/mybb-credit-from-coins

I don't want them to upgrade with credits but automaticly if they pay BTCs

Bump!!!!! still need this!
Pages: 1 2