Bitcoin Forum

Economy => Micro Earnings => Topic started by: niap on October 25, 2017, 05:24:33 AM



Title: captchme
Post by: niap on October 25, 2017, 05:24:33 AM
Anyone here have faucet that using captchme.com in there captcha? 8) ??? ??? ??? ???


Title: Re: captchme
Post by: roccstar on October 25, 2017, 08:48:53 AM
Why, this question? So many faucets are using that captcha.


Title: Re: captchme
Post by: niap on October 25, 2017, 10:19:14 AM
im looking for someone can teach/help me on how to integrate it to my faucet.


Title: Re: captchme
Post by: burky156 on October 25, 2017, 12:04:02 PM
you can use any captchas not just captchme


Title: Re: captchme
Post by: StillArts on October 25, 2017, 01:25:33 PM
He most likely asks about the possibility of monetizing Captcha. I also care about this issue, until the bitcaptcha is launched


Title: Re: captchme
Post by: niap on October 26, 2017, 01:40:37 AM
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  :)
solvemedia is also an option, but the problem is the security for bot attack and tax form


Title: Re: captchme
Post by: xnd on October 26, 2017, 04:40:19 AM
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)


Title: Re: captchme
Post by: felicita on October 26, 2017, 06:09:14 AM
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


Title: Re: captchme
Post by: zuzoovn on October 26, 2017, 03:02:14 PM
Why, this question? So many faucets are using that captcha.

Could you please list all of those faucets?


Title: Re: captchme
Post by: Kema on October 27, 2017, 12:44:50 PM
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).