Giter Site home page Giter Site logo

galenika / satoshibox-clone Goto Github PK

View Code? Open in Web Editor NEW

This project forked from slezercc/satoshibox-clone

0.0 0.0 0.0 88 KB

PHP Website script that allows users to sell files for Bitcoin. Admin panel included. (earn from fees)

PHP 100.00% HTML 0.01%

satoshibox-clone's Introduction

SatoshiBox Clone

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.

Setup

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 = "";
}
  1. Head over to PHPMyAdmin and upload database.sql to setup the database.
  2. Create a coinpayments.net account, generate a new API and merchant ID and set your IPN password. Then, fill in the info for the coinpayment config lines.
  3. Go on https://example.com/admin.php and customize everything to your liking.

satoshibox-clone's People

Contributors

slezercc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.