Author

Topic: captchme (Read 385 times)

full member
Activity: 630
Merit: 100
October 27, 2017, 07:44:50 AM
#10
Something to consider...
Bots today have no problem getting past captchas like reCaptcha or SolveMedia.
Why not use CaptchMe if you feel like it? It's not really going to make any huge difference in the end anyway.
If you want to foil bots, write your own security code with invisible traps to protect your faucet.

Now, if you can use the captchas to monetize your faucet in a clean and efficient way, awesome, just don't expect any über protection from the evil bots.
I actually like CaptchMe myself. For a while I was running BitCaptcha, that's a nice one too if you can figure out the code (not for n0obs yet, someone has yet to write a comprehensive walkthrough on incorporating the script).
newbie
Activity: 48
Merit: 0
October 26, 2017, 10:02:14 AM
#9
Why, this question? So many faucets are using that captcha.

Could you please list all of those faucets?
legendary
Activity: 1582
Merit: 1031
October 26, 2017, 01:09:14 AM
#8
for me they sowing to many and to big ads on there cpatcha !!
and for this they give bad revene to publishers -.-


here is a PHP code example how i implemented captchMe:
Code:
require_once("libs/captchme-lib.php");
$privateKey = "84eea1c08cxxx431c680035xxxx61c2";
$authenKey = "31fb92xxx6ff111350405e51xxeda4f02be";
$publicKey = "4891b27e19edexxxxxxcb0ae2e3189b68280xxxxx45bb4ac0";
$response = captchme_verify($privateKey,$_POST["captchme_challenge_field"],$_POST["captchme_response_field"],$ip,$authenKey);

than you cna check with this if captcha was solved:
Code:
if( $response->is_valid )

to show the captcha:
Code:
    $error = null;
    $CaptchME = captchme_generate_html($publicKey, $error, $ssl, $customAttributes);

regards
xnd
sr. member
Activity: 297
Merit: 250
@DEVRAWL
October 25, 2017, 11:40:19 PM
#7
captchme is infinite times more unsecure than solvemedia

it can be bypassed even with imacros lol

you should use solvemedia instead (tax form is so easy to fill)
sr. member
Activity: 282
Merit: 250
October 25, 2017, 08:40:37 PM
#6
He most likely asks about the possibility of monetizing Captcha. I also care about this issue, until the bitcaptcha is launched

yes bro, bitcaptcha still under development thats why Im looking for other alternative way to monetize captcha  Smiley
solvemedia is also an option, but the problem is the security for bot attack and tax form
newbie
Activity: 14
Merit: 0
October 25, 2017, 08:25:33 AM
#5
He most likely asks about the possibility of monetizing Captcha. I also care about this issue, until the bitcaptcha is launched
full member
Activity: 658
Merit: 112
October 25, 2017, 07:04:02 AM
#4
you can use any captchas not just captchme
sr. member
Activity: 282
Merit: 250
October 25, 2017, 05:19:14 AM
#3
im looking for someone can teach/help me on how to integrate it to my faucet.
full member
Activity: 174
Merit: 150
October 25, 2017, 03:48:53 AM
#2
Why, this question? So many faucets are using that captcha.
sr. member
Activity: 282
Merit: 250
October 25, 2017, 12:24:33 AM
#1
Anyone here have faucet that using captchme.com in there captcha? Cool Huh Huh Huh Huh
Jump to: