Friday, September 20, 2013

MyFaucet - PHP Bitcoin Faucet Script

Now this would be cool to try.. /me dusts off php books.
MyFaucet - PHP Bitcoin Faucet Script 
A lot of people seem to want to run their own faucet. So here's a PHP faucet script, powered by Inputs.io!

http://glados.cc/myfaucet/

Features:
Inputs.io powered - no bitcoind required
RECAPTCHA Captcha to prevent botting
IP and email limits, all faucet dispenses logged
Completely automated - don't get carpal tunnel syndrome
Built in advertisement rotation - text, banner and square
Randomized prizes - choose your drops
Cash out - instant payouts via Inputs
Referral program - build your faucet virally
100% configurable - claim times, rewards, cashout periods, referral %, etc.

XSS Fix, PLEASE APPLY! -
Code:
[- faucet.php on line 93
echo "
Successful cashout to $email - enjoy!
";
-]

Fix:
[=
echo "
Successful cashout to "+htmlentites($email)+" - enjoy!
";
=]

I am not the owner of this script, but I can help provide help to the best of my ability Smile


Attached File(s)
.zip  myfaucet.zip (Size: 10.43 KB / Downloads: 2)

BTC Address: 1CoinBaKLgDsBkaLWw2eK7kit41JBmM34L

2 comments :

Unknown said...

i m unable to download the script

Protiguous said...

Inputs.IO got attacked a while back; they haven't been up since.