thedarkvoxz
New Member
- Sep 30, 2019
- 13
- 0
.
Last edited:
It's not hard to code a simple html page with a heading, background img and captcha and then just center it.I did but i need the php page.
I do not advise you to use this on a live environment but this might give you some basic idea of what you need to do
I know this is not a ideal way of doing it (so do not want all the hate, just a quick make shift help for this guy who has asked here and other sites
recaptchalib.php
You must be registered for see links
For your index.php file
You must be registered for see links
this is my php page:How did you include this on your site ? Have you got your own site / secret keys from Google ?
The code I provided for index.php place that at the top of your index.php file and then the code that was already inside this put here
"Normal HTML Here"
you do not need the header part as I made this to work on the standard index.php, if you want the check to be performed on prova.php you will need to run a check to see if the $passed is in the session on your index.php, if not then header to prova.php perform your check and set it to redirect back to index.php once the check is done and the passed is then in the users session.