Pages:
Author

Topic: [FREE] Simple Faucet Script - Open your own faucet - page 16. (Read 34257 times)

newbie
Activity: 6
Merit: 0
@Salmen

Thanks man,awesome!
I have a question, there is a way to add more ads?
Thanks Smiley
legendary
Activity: 1059
Merit: 1020
Hello, i get this error:
Quote
Failed to connect to MySQL: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
Hello,
It's a error from your side. Please check your mysql roots.
hero member
Activity: 868
Merit: 500
Hello, i get this error:
Quote
Failed to connect to MySQL: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution

Database connection failed check your config. Php file.
newbie
Activity: 6
Merit: 0
Hello, i get this error:
Quote
Failed to connect to MySQL: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution
legendary
Activity: 1582
Merit: 1031
is it possible to make a logout button in your script ?
Yes. Here is a instruction.

1. Add in 'includes/core.php' before ?> the following code:
Quote
// LOGOUT

if(isset($_GET['logout'])){
   unset($_SESSION['address']);
   session_destroy();
   header("Location: index.php");
   exit;
}

2. Add in 'index.php' after the following code on line 12:
Quote
   $content .= "Account/Stats/Withdraw

";

this code:

Quote
 $content .= "Log Out
";

Done. The user can logout anytime.

Cheers
Salmen

really nice answar was easy to implement in your script , works fine !
my next question is how to add an button to cashout with an xap api.

so the users can choose what payout they like.


kind regrads
legendary
Activity: 1059
Merit: 1020
is it possible to make a logout button in your script ?
Yes. Here is a instruction.

1. Add in 'includes/core.php' before ?> the following code:
Quote
// LOGOUT

if(isset($_GET['logout'])){
   unset($_SESSION['address']);
   session_destroy();
   header("Location: index.php");
   exit;
}

2. Add in 'index.php' after the following code on line 12:
Quote
   $content .= "Account/Stats/Withdraw

";

this code:

Quote
 $content .= "Log Out
";

Done. The user can logout anytime.

Cheers
Salmen
legendary
Activity: 1274
Merit: 1000
Nice sharing the script and i think it helps to me and i am planning to make a faucet like this.
But in the demo mode there is some proble about withdraw saying that api error.
If you didnt put any api how we can put a api from a faucetbox?

It is just demo, you can't withdraw.
There is no ads either so how you think he would fund it?
legendary
Activity: 1638
Merit: 1046
Nice sharing the script and i think it helps to me and i am planning to make a faucet like this.
But in the demo mode there is some proble about withdraw saying that api error.
If you didnt put any api how we can put a api from a faucetbox?
legendary
Activity: 1582
Merit: 1031
is it possible to make a logout button in your script ?
legendary
Activity: 1059
Merit: 1020
Could I make this so users can only withdraw after like 5 claims or when they have over 5000 balance etc.
If yes, then this would make it a lot easier to fight against bots.
Yes. PM me what you want and I modify the script according to your wish.

Cheers
Salmen
hero member
Activity: 868
Merit: 500
Could I make this so users can only withdraw after like 5 claims or when they have over 5000 balance etc.
If yes, then this would make it a lot easier to fight against bots.
fight against bot will never end OP can also implement this feature Smiley
https://bitcointalksearch.org/topic/faucetrankcom-auto-block-and-blocking-proxy-from-getting-reward-1302325
legendary
Activity: 1274
Merit: 1000
Could I make this so users can only withdraw after like 5 claims or when they have over 5000 balance etc.
If yes, then this would make it a lot easier to fight against bots.
YED
full member
Activity: 209
Merit: 100
To visit the admin panel of your faucet you should visit http:// [yourdomainlink] /admin.php
It's a example to go to the admin panel.

Cheers
Salmen
Ohh... Tongue

I will try this script.

Thanks
legendary
Activity: 1059
Merit: 1020
To visit the admin panel of your faucet you should visit http:// [yourdomainlink] /admin.php
It's a example to go to the admin panel.

Cheers
Salmen
YED
full member
Activity: 209
Merit: 100
legendary
Activity: 1059
Merit: 1020
The link that redirect to the admin panel not work.
In the demo?
YED
full member
Activity: 209
Merit: 100
The link that redirect to the admin panel not work.
legendary
Activity: 1059
Merit: 1020
Demo doesn't seem to be working.
There is no captcha.
I added my Recaptcha keys again.
Demo should working now.

Cheers
Salmen
legendary
Activity: 1274
Merit: 1000
Demo doesn't seem to be working.
There is no captcha.
legendary
Activity: 1059
Merit: 1020
wow good to see what we including me are searching for. For newbie with coding and bots, this will be like gift. But can't we integrate funcaptcha as they seems to block bots more effectively than others.
looks good, any chance to use funcaptcha instead of recaptcha?

Thanks for the suggestions. I'll remove reCaptcha v2 and integrate Funcaptcha.
Pages:
Jump to: