Original Script Source:
https://github.com/coinables/Bitcoin-Faucet-Dice-Faucet-BoxIt's for FaucetBox so that I decided to add FaucetHub support into it. Today I have modified and improved the whole script. Now, it's ready to use for your FaucetHub faucets! I always share everything which I do. So, now I am sharing it with you.
Note: Original script doesn't have support for root directory, there is no index.php file for home directory. You have to open
http://yourdomain/faucetbox to use the faucet. But in modified version, there is index.php file for home directory. So, you don't need to add suffix after the url no more! Just open the main link and get your faucet!
Bitcoin Dice Game Faucet Script
Bitcoin Dice Game Faucet Script is a bitcoin faucet script that is also a fully functional dice game. The user can cashout using FaucetHub.io.
Includes a faucet referral system built-in and reCaptcha for anti-bot. Just need to update the API keys in the
two index.php files.
This script uses PHP, FaucetHub API, and reCaptcha for anti-bot protection.
You will need to sign up with FaucetHub.io and Google's reCaptcha to obtain API Keys.
1. Download the files:
http://cointalk.club/downloads/?sa=view;down=42. Set up a database on your webserver.
3. Open up the index.php file in BOTH directories (.../(root directory) and .../dicegame).
* Define your database login info one the first line of these two php files.
* Also insert your API Keys from FaucetHub.io and Google reCaptcha below under the custom parameters section
* This is where you can also set claim amounts, referral amounts and time between claims.
4. Import the SQL database file into your database using PHPmyAdmin or similar database manager.
Change logs:
-Problem with referral system has been fixed.
-Anti adblocker added.
-Proxy blocker included.
-TOR relays/exit nodes blocker included.