hello guys.
i am gonna tut on how to replace google captcha with captchme.
note: backup everything first. something might go wrong during the process.Step 1: Create an account with Captchme if you still don't have one.
REGISTER HEREStep 2: Once you are registered, an email will be sent to your inbox containing various information most especially the following:
Step 3: Download their plugin, the link is also included in your email.
Step 4: Integration to your Alpha Faucet Site
- Upload captchme-lib.php file to your libs folder.
- In your index.php look for the code:
echo $site_key; ?>" data-theme="dark">
require_once("libs/captchme-lib.php");
$publicKey = "YOUR PUBLICKEY";
echo captchme_generate_html($publicKey);
?>
- Input: YOUR PUBLICKEY.
- Save.
continued in next post . . .