Pages:
Author

Topic: Open Sourced Faucet with Dice Script - page 6. (Read 10129 times)

hero member
Activity: 762
Merit: 500
December 07, 2015, 07:38:01 AM
#57
Is this script can work with dogecoin?
sr. member
Activity: 395
Merit: 250
December 07, 2015, 04:58:45 AM
#56
i had same problem when changing rewards, i'm not sure if it's the correct way but deleting the database helped
legendary
Activity: 1064
Merit: 1000
December 06, 2015, 11:51:00 PM
#55
Hey thanks for altcoin support! I know this can be too much asked, but is there any possibility to change directories of script? Like faucetbox to be ltc and faucetboxgame to be ltcgame? Just to avoid too much clicking and subdirectories if running several faucets. I know it is possible, but need guidelines how to do that Cheesy

You can change the directories by renaming the folders, then going into the index.php file in /faucetbox, then click ctrl+f and search for "/faucetboxgame" (without quotations) find all of them, and rename them to whatever you've named the faucetboxgame directory to. Do the same in the index.php file in /faucetboxgame, just vice versa.

Also, coinableS, I've changed

Code:
//custom parameters
$api_key = "1234XYB"; //faucetbox API KEY
$startBal = 300; //starting balance for users
$reefAmount = 300; //referral amount
$timeBetweenClaims = 1800; //wait time between claims in seconds
$private_key = "1a1a1a_1a1a1a_1a_1a1"; //funcaptcha private key
$publicKey = "1b1b1_1b1b_1b1b1b1"; //funcaptcha public key

To

Code:
//custom parameters
$api_key = "1234XYB"; //faucetbox API KEY
$startBal = 200; //starting balance for users
$reefAmount = 300; //referral amount
$timeBetweenClaims = 3600; //wait time between claims in seconds
$private_key = "1a1a1a_1a1a1a_1a_1a1"; //funcaptcha private key
$publicKey = "1b1b1_1b1b_1b1b1b1"; //funcaptcha public key

But it still seems to dispense 300 satoshis in the user balance. Any ideas why this is happening? I have changed the names of the directories, not sure if that affected it or not.
sr. member
Activity: 288
Merit: 250
December 06, 2015, 05:54:16 AM
#54
Hey thanks for altcoin support! I know this can be too much asked, but is there any possibility to change directories of script? Like faucetbox to be ltc and faucetboxgame to be ltcgame? Just to avoid too much clicking and subdirectories if running several faucets. I know it is possible, but need guidelines how to do that Cheesy

EDIT: You can post guidelines to me privately too and I pay commission, but same commission you get also if post them publick and I use them. I think there is no other problem than explaining how to do that, but as you know I have already tried to do that with partically success, so I might learn quick.

The altcoin commit from 8 hours ago was not stable and was reverted almost immediately.  This will require more development before it can be rolled out. Sorry for any confusion this may have caused.

Ok, I was too excited to check current situation. Anyway, my question above is same if you some day roll it out Smiley
legendary
Activity: 1442
Merit: 1186
December 05, 2015, 07:52:02 PM
#53
Hey thanks for altcoin support! I know this can be too much asked, but is there any possibility to change directories of script? Like faucetbox to be ltc and faucetboxgame to be ltcgame? Just to avoid too much clicking and subdirectories if running several faucets. I know it is possible, but need guidelines how to do that Cheesy

EDIT: You can post guidelines to me privately too and I pay commission, but same commission you get also if post them publick and I use them. I think there is no other problem than explaining how to do that, but as you know I have already tried to do that with partically success, so I might learn quick.

The altcoin commit from 8 hours ago was not stable and was reverted almost immediately.  This will require more development before it can be rolled out. Sorry for any confusion this may have caused.
sr. member
Activity: 288
Merit: 250
December 05, 2015, 04:36:41 PM
#52
Hey thanks for altcoin support! I know this can be too much asked, but is there any possibility to change directories of script? Like faucetbox to be ltc and faucetboxgame to be ltcgame? Just to avoid too much clicking and subdirectories if running several faucets. I know it is possible, but need guidelines how to do that Cheesy

EDIT: You can post guidelines to me privately too and I pay commission, but same commission you get also if post them publick and I use them. I think there is no other problem than explaining how to do that, but as you know I have already tried to do that with partically success, so I might learn quick.
hero member
Activity: 1316
Merit: 546
Monday Hit Me Every week
December 05, 2015, 02:34:33 AM
#51
Thank Your sir, Very Nice Scrit Faucet .. Loved  Wink
sr. member
Activity: 288
Merit: 250
December 02, 2015, 03:05:26 PM
#50
Here is my edition of this great script: http://winco.in/faucetbox

I have privately already tipped coinableS, but if he someday converts this to altcoins available at faucetbox, maybe I buy more pints for him Grin
Nicely done knighttrader!
This could very easily be adapted to altcoins on faucebox. I could make the update if others would find it useful.

Claim amounts have decreased significantly, but I wonder if they all were bots and this is more hard to bots because not basic script. Well, interesting to see if this get back to official faucetbox list how things continue. For sure I dont want to feed bots.
legendary
Activity: 1442
Merit: 1186
December 01, 2015, 03:12:52 PM
#49
Here is my edition of this great script: http://winco.in/faucetbox

I have privately already tipped coinableS, but if he someday converts this to altcoins available at faucetbox, maybe I buy more pints for him Grin
Nicely done knighttrader!
This could very easily be adapted to altcoins on faucebox. I could make the update if others would find it useful.
sr. member
Activity: 288
Merit: 250
December 01, 2015, 01:59:44 PM
#48
Here is my edition of this great script: http://winco.in/faucetbox

I have privately already tipped coinableS, but if he someday converts this to altcoins available at faucetbox, maybe I buy more pints for him Grin
hero member
Activity: 896
Merit: 500
Roma Fan Since 1999 ! #ForzaRoma
December 01, 2015, 10:43:07 AM
#47
You want people to have to play up to a 8000 balance before cashout? Doesn't that defeat the purpose of a faucet?

in some faucet I look like that, they apply a minimum payout. even up to 20,000 balance: '(
legendary
Activity: 1442
Merit: 1186
December 01, 2015, 10:17:48 AM
#46
Please help me sir ,
Import database eror Cry



You need to select a database from the lefthand column before you click on import.

Thanks sir , Problem Solved  Cool Cheesy

One more thing I want to ask, how to change the minimum payout to 8000 satoshi, at this point my faucet no minimum payout? Sad
You want people to have to play up to a 8000 balance before cashout? Doesn't that defeat the purpose of a faucet?
hero member
Activity: 868
Merit: 500
December 01, 2015, 09:33:22 AM
#45
This is really nice faucet it can increase revenue of faucet owners.
hero member
Activity: 896
Merit: 500
Roma Fan Since 1999 ! #ForzaRoma
December 01, 2015, 09:04:59 AM
#44
Please help me sir ,
Import database eror Cry



You need to select a database from the lefthand column before you click on import.

Thanks sir , Problem Solved  Cool Cheesy

One more thing I want to ask, how to change the minimum payout to 8000 satoshi, at this point my faucet no minimum payout? Sad
legendary
Activity: 1442
Merit: 1186
December 01, 2015, 08:24:05 AM
#43
Please help me sir ,
Import database eror Cry



You need to select a database from the lefthand column before you click on import.
hero member
Activity: 896
Merit: 500
Roma Fan Since 1999 ! #ForzaRoma
December 01, 2015, 01:56:08 AM
#42
Please help me sir ,
Import database eror Cry

legendary
Activity: 1218
Merit: 1006
November 30, 2015, 06:18:15 AM
#41
You have done great work, just downloaded it. I am thinking of adding dice game to my site now i can. I already have hangman game installed now i will have dice game added in my faucet. Will tell more about it opening new thread soon.

Once again thanks for sharing and making it open source.
legendary
Activity: 1442
Merit: 1186
November 29, 2015, 07:06:27 PM
#40
Thank you for this nice script, can you change the house edge of this game?

Yes you could change the house edge if you changed the way the profit is calculated.

faucetboxgame/index.php  lines 51 and 148

Code:
$multi2 = $multi - 0.02;  //house edge

I have it set up so that it cuts off 2% off the multiplier. So if someone bets with 50/50 chance of winning, if they win they will only receive a prize as if they bet at a 52% probability instead of 50%.
hero member
Activity: 728
Merit: 500
November 29, 2015, 06:50:03 PM
#39
great script.
Thanks
mg8
newbie
Activity: 10
Merit: 0
November 29, 2015, 03:22:34 PM
#38
Thank you for this nice script, can you change the house edge of this game?
Pages:
Jump to: