I don't wanna refill my wallet till i fix it so please help me & give some advice .
This code insert in 2-3 rows of index.php, after "
setcookie("Mortal",$_SERVER['REMOTE_ADDR'], time()+3000);
setcookie("Combat",time(), time()+3000);
Scroll to 1547 row and insert after "// banning
$ip = ip2long(getIP());
if($ip) { // only ipv4 supported here
foreach($security_settings["ip_ban_list"] as $ban) {
if(ipSubnetCheck($ip, $ban)) {
banned();
}
}
}"
if (($_COOKIE['Mortal'] != getIP()) or ((time() - $_COOKIE['Combat']) < 50))
{
banned();
}
Function "banned()" already in faucetbox script, so, that's all you have to do.
Do not forget use timer on button "Get reward".
im using antibots link and i have this problem i needed to delete the default button and now the button shows straigh away to do the antibots stuff
also in wich index we put this code in the template or in the root folder