Post
Topic
Board Micro Earnings
Re: BAD NEWS...... GOOD NEWS!!!
by
Gifted
on 12/06/2016, 22:14:25 UTC
Sorry that you had to close down your faucets! You probably put a ton of work into those.

thanks for your sentiments sir..

I look at it as a negative experience, nothing else...

it also is an opportunity to move forward with lesson's learned

I'm a somewhat newbie to the faucets and would rather go through the tribulations now, than get raped for $1000's later.


Not every bad experience is devastating, look at it as a learning curve..

Onwards and upwards..  !!!
It's nice to know that you are planning to change from faucetbox faucet to xapo faucet. Although xapo faucets have a bots too, it is easy to track down bot's from it than faucetbox.
If you already established your faucet, try to utilize Google Analytics to track bots and spiders on your site.

I'm also using sir Gifted's xapo faucet script. But I change the solve media captcha to Google ReCaptcha and I didn't activate the direct to wallet address payment as it will attract more bots to my faucet, IMO.

Good luck to your journey!
Alfaboy, did i ever give you the code to stop bots to put in the faucet script?

 go into the index.php in the root and find this line---->
Code:
if (!isset($response[0]) || trim($response[0]) === 'false'){
    $view['main']['result_html'] = '

Wrong captcha!

';
    $message                     = "Wrong captcha";
  }

Put this code right under it--->
Code:
//We do not allow proxy here
 if(@fsockopen($_SERVER['REMOTE_ADDR'], 80, $errstr, $errno, 1))
{
  $view['main']['result_html'] = '

Bots not allowed !! If you are not a bot and not on a proxy, i still cant help you !

';
    $message                     = "Proxy";
    goto error;
  }
  $q = $sql->prepare("select * from users where LOWER(username) = LOWER(?) or ip = ? order by claimed_at desc");
  $q->execute(array($username,$ip));
  $row = $q->fetch();
  //timer check