Shop Script + DB & steps to follow 09-05-2019, 05:27 PM
#1
Hello guys ,
today i will share with you this shop script i used before
https://imgur.com/qO9ZAEz
https://imgur.com/yPX5QTO
https://imgur.com/hKGU0o1
It's a very good and functional shop , you can sell your accounts/tools easy.
Payments implemented : BTC (Working properly through Block.io api) = open a block.io account then after your account is created, copy api key for bitcoin which looks something like this : abc3-fla7-c4g0-130t and paste it in the file bitcoin.php>
These are the two fields you need to update in order to receive btc in your account:
$apikey = "abc3-fla7-c4g0-130t"; // block.io API KEY
$pin = 'ThePinYouChoosedWhenCreatedBlock.ioAccount'; // Block.io PIN
After you do this test it while trying to add funds with bitcoin.
If all done you will see that a new btc address will be created in your block.io account and that is the address which will show up in the payment gate when an user wants to add money through btc.
config/db.php is where database is connected with script (You should know how to do this)
Link of script :
https://mega.nz/#!5fgjFSgL!zklB3Dk-QlqJa...Kncz9YpRuA
NOTE: the script got .exe extension because this is a SFX Archive(This is done only because someone don't have Winrar installed and when used sfx archive we don't have this problem and it will work properly).
Hope this will be useful to you as it was to me.
Leave a thanks if you liked it.
Have fun.
today i will share with you this shop script i used before
https://imgur.com/qO9ZAEz
https://imgur.com/yPX5QTO
https://imgur.com/hKGU0o1
It's a very good and functional shop , you can sell your accounts/tools easy.
Payments implemented : BTC (Working properly through Block.io api) = open a block.io account then after your account is created, copy api key for bitcoin which looks something like this : abc3-fla7-c4g0-130t and paste it in the file bitcoin.php>
These are the two fields you need to update in order to receive btc in your account:
$apikey = "abc3-fla7-c4g0-130t"; // block.io API KEY
$pin = 'ThePinYouChoosedWhenCreatedBlock.ioAccount'; // Block.io PIN
After you do this test it while trying to add funds with bitcoin.
If all done you will see that a new btc address will be created in your block.io account and that is the address which will show up in the payment gate when an user wants to add money through btc.
config/db.php is where database is connected with script (You should know how to do this)
Link of script :
https://mega.nz/#!5fgjFSgL!zklB3Dk-QlqJa...Kncz9YpRuA
NOTE: the script got .exe extension because this is a SFX Archive(This is done only because someone don't have Winrar installed and when used sfx archive we don't have this problem and it will work properly).
Hope this will be useful to you as it was to me.
Leave a thanks if you liked it.
Have fun.
(This post was last modified: 10-10-2019, 04:06 PM by scream.)
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)











