Pages:
Author

Topic: FaucetBOX.com Discussion - page 42. (Read 237001 times)

legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
May 07, 2016, 08:18:39 PM
How can I send blocked visits a URL?
For example
Code:
yourdomain.com/blockeds.php
You can edit the banned() function to redirect your users. At line 1467, you can replace:
Code:
http_response_code(500);
With:
Code:
header('Location: PAGE.PHP');
hero member
Activity: 504
Merit: 501
May 07, 2016, 06:39:23 PM
Is there a Faucetbox faucet script that holds a balance threshold before it goes to faucetbox??

I built a script that holds the balance before it goes to faucetbox.
Github link: https://github.com/Salmen2/Faucetbox-Faucet

Cheers
Salmen
Thankyou
sr. member
Activity: 350
Merit: 250
May 07, 2016, 06:35:20 PM
Thank you very much for the update  Smiley, a question.
How can I send blocked visits a URL?
For example
Code:
yourdomain.com/blockeds.php
legendary
Activity: 3234
Merit: 1375
Slava Ukraini!
May 07, 2016, 04:59:14 PM
Kazuldur, I have suggestion for you. Now in adress check page we can see Total paid, Total accumulated, Average income, Estimated time to reach threshol and earnings stats in past 16 days. But we can't know how much we earned from referrals total, only we can check referral earnings in past 2 weeks. Is it would possible in future to add stats how much we earnded from referrals total?
sr. member
Activity: 289
Merit: 250
May 07, 2016, 02:38:14 AM
what minds and update install antibots ink again?

also i have a doubt, after install the antibots link and delete the button claim your reward. the delay i have of 40 seconds before show the button dissapear, how i can link the new button with the delay was in the system already?? must be one or two lines of code right?


newbie
Activity: 13
Merit: 0
May 07, 2016, 02:31:20 AM
I plan in doing completely new version but waiting to see if FB will publish the script with more open license Smiley

I expect we'll release r63 with GPLv3 license before Monday.

Brilliant, I will delay my launch until r63 is out then. Thanks for the update.
legendary
Activity: 971
Merit: 1000
May 06, 2016, 02:18:06 PM
I plan in doing completely new version but waiting to see if FB will publish the script with more open license Smiley

I expect we'll release r63 with GPLv3 license before Monday.
newbie
Activity: 13
Merit: 0
May 06, 2016, 10:03:12 AM
Indeed, working on a little side project right now, this is what I have so far;

http://92.222.76.28/

What do you think?
You don't seem to have a PHP parser installed on your server, as it is just showing the FaucetainABox Source code for me.
If you're trying to host your own server and having trouble, there are packages such as Wamp and XAMPP that come with PHP/MySQL installed. The only problem may be that you might have to install additional PHP libraries to have the script work fully.

My bad, I was taking care of some server maintenance. I will be installing the SSL cert later and fixing the issues with the website loading time.

http://www.bitcoinfaucet.pw/ is the new domain.

Hi, I see this faucet http://ninjafaucet.org/ have a login system verify with e-mail. I think it very nice.

How can I do it? We can allow gmail, yahoo,... to prevent bots use free email system?

There is an exploit with your anti-bot script mate, you see when you check the selection box the 'Claim Reward' blue button flash's active for half a second when it should be grey due to me having ad-block enabled. This means, users can technically claim even with adblock on.
legendary
Activity: 2352
Merit: 1268
In Memory of Zepher
May 06, 2016, 01:31:37 AM
Indeed, working on a little side project right now, this is what I have so far;

http://92.222.76.28/

What do you think?
You don't seem to have a PHP parser installed on your server, as it is just showing the FaucetainABox Source code for me.
If you're trying to host your own server and having trouble, there are packages such as Wamp and XAMPP that come with PHP/MySQL installed. The only problem may be that you might have to install additional PHP libraries to have the script work fully.
newbie
Activity: 13
Merit: 0
May 05, 2016, 11:04:31 PM
I really like the concept of Faucetbox but here is the problem i can not modify the template as much as i want, the site still looking a to another shitty faucet.
what is the easy way to implement a template from a normal website in faucetbox??

thanks a lot guys
have a look to https://darkhash.co.uk
Learn a decent amount of HTML and CSS. You can completely change the way your faucet looks if you know your way around both of those well.

If you want to implement a faucet into a normal website however, one way I used on an older site of mine was to make a separate page with a bare-bones faucet (E.G Just the address input, captcha and submit button. Any anti-bot features should probably go there too) then to use an