SatoshiBox clone

By MAGICWEB
0
(0)
0 25
$30
In Stock
jpg,rar,zip,instruction
2 months ago

PHP Website script that allows users to sell files for Bitcoin. Admin panel included. This is not my code, it's a script that is being sold that was leaked. ....DEMO....

You will need a MySQL database, an operating Bitcoin Node and a CoinPayments Account.

  1. Navigate to requires/sell.class.php and edit the following lines:
{
private $fee_service = 3; // Pourcent you want to take for each transaction
private $title = "SatoshiBox Clone ~ Sell your files for bitcoins";
private $urlsite = "http://www.example.com";
private $secretfolder = "secretfolder";
private $authorized_ext = array(".zip", ".rar"); // Authorized extensions to upload from users
// Admin Panel
private $admin_username = 'admin';
private $admin_password = 'admin';
// Database Connection
private $host = "";
private $user = "";
private $password = "";
private $database = "";
// JSON RPC Configs
// Go to /etc/bitcoin/bitcoin.conf and write the details here
private $json_username = "";
private $json_password = "";
private $json_port = "";
private $json_server = "";

// CoinPayment API
private $cp_public = "";
private $cp_private = "";

public $cp_merchant_id = "";
public $cp_ipn_secret = "";
public $cp_debug_email = "";
}

 

No reviews found.

No comments found for this product. Be the first to comment!