Author

Topic: Bitcoin Dice Game Faucet Script (for FaucetHub.io) (Read 780 times)

xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
September 01, 2017, 03:57:21 AM
#3
what exactly is your contribution to it, besides what alamin has done to it?
newbie
Activity: 5
Merit: 0
me pueden dar el link de descarga no se como registrarme en ese otro foro por favorrr
newbie
Activity: 29
Merit: 0
Original Script Source: https://github.com/coinables/Bitcoin-Faucet-Dice-Faucet-Box

It'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. Smiley

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! Cool

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=4
2. 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.
Jump to: