Bitcoin Forum

Economy => Micro Earnings => Topic started by: FaucetRank.com on October 22, 2015, 02:49:51 PM



Title: Add fun captcha in your xapo faucet
Post by: FaucetRank.com on October 22, 2015, 02:49:51 PM
If you are programmer could you please post tutorial about adding different captcha in this faucet script https://github.com/destinybogan/Faucet-Builder?files=1


1) Adding Google recatchanocaptcha
2) Adding fun captcha and [Solved]
3) Adding are you human captcha in above script ?

if anybody want to add fun captcha for xapo faucet who is using above script can pm me I'll help you.


Title: Re: Can any programmer help ?
Post by: Sir_lagsalot on October 24, 2015, 02:38:08 AM
I'm not very experienced with programming, but from what I can see, this is html...

Doesn't Google/funcaptcha give you a html script?


Title: Re: Can any programmer help ?
Post by: cancerbola on October 24, 2015, 03:13:46 AM
If you are programmer could you please post tutorial about adding different captcha in this faucet script https://github.com/destinybogan/Faucet-Builder?files=1


1) Adding Google recatchanocaptcha
2) Adding fun captcha and
3) Adding are you human captcha in above script ?

if anybody can create a tut about it , then it would help many faucet owner who don't have coding skill .



You could always try faucetinabox. Just download the script, transfer it onto your website via FTP and get started.
faucetinabox can intergrate various captchas including funcatpcha and recaptcha. There's also an option of letting users choose from a range of captchas.

If you use faucetinabox, you only have to provide the captcha keys. You can let the rest be done by the script  ;)
https://faucetinabox.com/ (https://faucetinabox.com/)


Title: Re: Can any programmer help ?
Post by: krishnapramod on October 24, 2015, 04:08:51 AM
I am not a programmer, but I have been using minifaucet script for my site, https://gitlab.com/minifaucet/public (https://gitlab.com/minifaucet/public)

https://bitcointalk.org/index.php?topic=333748.0 (https://bitcointalk.org/index.php?topic=333748.0)

I think it is somewhat similar to FaucetBuilder script

You would have to make some changes to config.php and add php code of the captcha system you want to use

Download the config and recaptcha file from minifaucet and use it for reference.


Title: Re: Can any programmer help ?
Post by: FaucetRank.com on October 26, 2015, 07:40:47 AM
I am not a programmer, but I have been using minifaucet script for my site, https://gitlab.com/minifaucet/public (https://gitlab.com/minifaucet/public)

https://bitcointalk.org/index.php?topic=333748.0 (https://bitcointalk.org/index.php?topic=333748.0)

I think it is somewhat similar to FaucetBuilder script

You would have to make some changes to config.php and add php code of the captcha system you want to use

Download the config and recaptcha file from minifaucet and use it for reference.


But I'm looking for some modifications  for above script


Title: Re: Can any programmer help ?
Post by: lilSpender on October 26, 2015, 10:54:40 AM
@OP:

i'd suggest you have a look there:
code.google.com/p/recaptcha/wiki/HowToSetUpRecaptcha

You can easily copy and paste the code you get after signing up into your html.

LS.


Title: Re: Can any programmer help ?
Post by: FaucetRank.com on October 26, 2015, 11:34:57 AM
@OP:

i'd suggest you have a look there:
code.google.com/p/recaptcha/wiki/HowToSetUpRecaptcha

You can easily copy and paste the code you get after signing up into your html.

LS.

It is not as easy as you are saying copy paste won't work , because to make captcha work perfectly server side configuration is required that require Php knowledge.





Title: Re: Can any programmer help ?
Post by: lilSpender on October 26, 2015, 11:52:00 AM
OK.

Then send me a pm, and i will help you out.
I've been working as a PHP-zend dev. for over 10 years.

It's not that hard, PHP just has to verify what the user submitted as answer.

LS.

EDIT: i asked for PM as not to clutter the thread too much. When we have a solution,
we can post it here i guess. As a tutorial or something.


Title: Re: Can any programmer help ?
Post by: FaucetRank.com on October 26, 2015, 12:11:36 PM
OK.

Then send me a pm, and i will help you out.
I've been working as a PHP-zend dev. for over 10 years.

It's not that hard, PHP just has to verify what the user submitted as answer.

LS.

EDIT: i asked for PM as not to clutter the thread too much. When we have a solution,
we can post it here i guess. As a tutorial or something.

Pm sent


Title: Re: Add fun captcha in your xapo faucet
Post by: FaucetRank.com on October 27, 2015, 09:11:36 AM
If anybody interested in adding funcaptcha who is using script linked in my op can pm me .