bbdlg / phurl

Automatically exported from code.google.com/p/phurl
0 stars 0 forks source link

Where to place recaptcha code? #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I see that the most current version does not include the recaptcha element as 
previous versions did. Where would I place the recaptcha php code in the form? 
Or, is there a better method of deterring spammers?

Original issue reported on code.google.com by buckm...@gmail.com on 20 Aug 2010 at 5:07

GoogleCodeExporter commented 9 years ago
You would need to place the public key code block in html/index_form.php, and 
the private key code in html/index_done.php.

More info on exactly where in the files is available on the recaptcha site.

Original comment by hcblahb...@gmail.com on 26 Oct 2010 at 8:57