Author

Topic: Need help about add antibot (Read 560 times)

hero member
Activity: 1540
Merit: 508
August 22, 2016, 10:36:12 AM
#10
Next time you better tell us that you want to implement this into a custom Theme -> https://bitcointalksearch.org/topic/faucet-themes-and-hosting-free-faucet-custom-1587524
Thank you, i think that i was wrong until i tried it on defult theme and it work
full member
Activity: 238
Merit: 100
August 22, 2016, 10:30:21 AM
#9
Next time you better tell us that you want to implement this into a custom Theme -> https://bitcointalksearch.org/topic/faucet-themes-and-hosting-free-faucet-custom-1587524
hero member
Activity: 1540
Merit: 508
August 22, 2016, 08:55:15 AM
#8
Help me please
hero member
Activity: 1540
Merit: 508
August 22, 2016, 01:34:09 AM
#7
Please help
hero member
Activity: 1540
Merit: 508
August 21, 2016, 10:15:19 AM
#6
~~SNIP~~
Code:
 
    echo ''.$c.' ';
        }
      }
     }
    ?>
    

 


# AntiBotLinks START
?>


# AntiBotLinks END
?>

# AntiBotLinks START
?>


# AntiBotLinks END
?>

# AntiBotLinks START
?>


# AntiBotLinks END
?>



~~ SNIP ~~

You need it 5 times
Thank you but it till doesn't show
full member
Activity: 238
Merit: 100
August 21, 2016, 03:28:03 AM
#5
~~SNIP~~
Code:
 
    echo ''.$c.' ';
        }
      }
     }
    ?>
    

 


# AntiBotLinks START
?>


# AntiBotLinks END
?>

# AntiBotLinks START
?>


# AntiBotLinks END
?>

# AntiBotLinks START
?>


# AntiBotLinks END
?>



~~ SNIP ~~

You need it 5 times
hero member
Activity: 1540
Merit: 508
August 21, 2016, 02:11:04 AM
#4
Please help me
I am being raped by bot Grin
hero member
Activity: 1540
Merit: 508
August 20, 2016, 11:26:35 PM
#3
Delete the entire line 238 and try again.


Code:
237:$data['captcha_info'] = $captcha;

239:# AntiBotLinks START
240;require_once('libs......
Thank you
Faucet is working but it doesn't show antibot link
They said that:
omewhere in the body tag add (you need to do it 3 to 5 times, this is where the links will appear):


# AntiBotLinks START
?>
                       
# AntiBotLinks END
?>
I put it three times after referal link but it doén't show
hero member
Activity: 1218
Merit: 534
August 20, 2016, 12:48:39 PM
#2
Delete the entire line 238 and try again.


Code:
237:$data['captcha_info'] = $captcha;

239:# AntiBotLinks START
240;require_once('libs......
hero member
Activity: 1540
Merit: 508
August 20, 2016, 12:36:20 PM
#1
Hello,
I am going to add anti bot link follow this guide : http://bit.makejar.com/labs/anti-bot-links-500/install.php
But something wrong at step:
Open:
/index.php

Find:

$data['captcha_info'] = $captcha;


add after:

# AntiBotLinks START
require_once('libs/antibotlinks.php');
$antibotlinks = new antibotlinks(true, 'ttf,otf');// true if GD is on on the server, false is less secure, also you can enable ttf and/or otf
if (array_key_exists('address', $_POST)) {
  if (!$antibotlinks->check()) {
    // suggested (it is way better to have more word universes than more links)
    // - 3 links for faucets under 1000 satoshi
    // - 4 links for faucets under 2000 satoshi
    // - 5 links for faucets over 2000 satoshi
    $antibotlinks->generate(3, true);// number of links once they fail, the second param MUST BE true
  }
} else {
  // suggested (it is way better to have more word universes than more links)
  // - 3 links for faucets under 1000 satoshi
  // - 4 links for faucets under 2000 satoshi
  // - 5 links for faucets over 2000 satoshi
  $antibotlinks->generate(3);// initial number of links
}
# AntiBotLinks END 
+) After following all step and save with my test faucet, i go to it at faucetcoin.pe.hu but it show as you see:
Parse error:syntax error, unexpected "<" in home/u../public_html/index.php on line 238
And this is my line 238:
237:$data['captcha_info'] = $captcha;
238:239:# AntiBotLinks START
240;require_once('libs......
PLEASE HELP
Jump to: