12 replies to this topic
#1
OFFLINE
Posted 10 August 2012 - 08:07 PM
OFFLINE
KeyCAPTCHA or reCAPTCHA And why....plz help
#2
OFFLINE
Posted 10 August 2012 - 08:54 PM
OFFLINE
reCaptcha is getting impossible to read, so I'd say keyCaptcha lol
#3
OFFLINE
Posted 31 August 2012 - 11:10 AM
OFFLINE
keycaptcha is more secure.. becasue it doesnot work in access via proxy and only real person can solve that captcha... so no more robot..
#4
OFFLINE
Posted 31 August 2012 - 12:48 PM
OFFLINE
Salman, on 31 August 2012 - 11:10 AM, said:
keycaptcha is more secure.. becasue it doesnot work in access via proxy and only real person can solve that captcha... so no more robot.. 
ReCaptcha is a no, cause its really impossible to read and only robots can read it not humans.
BTW Salman KeyCaptcha does access via proxy.
#5
OFFLINE
Posted 01 September 2012 - 06:50 PM
OFFLINE
thiefcaster, on 31 August 2012 - 12:48 PM, said:
Key captcha is pretty good and exciting also lol.
ReCaptcha is a no, cause its really impossible to read and only robots can read it not humans.
BTW Salman KeyCaptcha does access via proxy.
ReCaptcha is a no, cause its really impossible to read and only robots can read it not humans.
BTW Salman KeyCaptcha does access via proxy.
try register an account here on PFC via Hidemyass or some proxy site
#6
OFFLINE
Posted 01 September 2012 - 08:15 PM
OFFLINE
#7
OFFLINE
Posted 01 September 2012 - 08:16 PM
OFFLINE
#8
OFFLINE
Posted 02 September 2012 - 04:45 AM
OFFLINE
#9
OFFLINE
Posted 02 September 2012 - 09:03 AM
OFFLINE
#10
OFFLINE
Posted 02 September 2012 - 09:07 AM
OFFLINE
#11
OFFLINE
Posted 27 September 2012 - 06:39 PM
OFFLINE
HI ! NEW USERS HERE !
CAN ANYONE SAY TO ME WHAT ARE THE STEPS & INSTRUCTIONS AND FILES TO EDIT IN PHPFOX FOR ADDING KEYCAPCHA! Please ...
We are beying floaded with spammers at 3dcolabs.org ...
I got here some instructions And they seam prety straighforward ...
But as i'm a nob i cant Grasp What are the php files and templates to edit in phpfox 3 latest ...
MAN ! CAN SOME ONE HELP ME HERE PLEASE !
Thanks you deeply so much .
3DEXILE
CAN ANYONE SAY TO ME WHAT ARE THE STEPS & INSTRUCTIONS AND FILES TO EDIT IN PHPFOX FOR ADDING KEYCAPCHA! Please ...
We are beying floaded with spammers at 3dcolabs.org ...
I got here some instructions And they seam prety straighforward ...
But as i'm a nob i cant Grasp What are the php files and templates to edit in phpfox 3 latest ...
MAN ! CAN SOME ONE HELP ME HERE PLEASE !
Thanks you deeply so much .
3DEXILE
1. Download KeyCAPTCHA class for PHP
https://www.keycaptcha.com/media/code/keycaptcha.php
2. In downloaded php file replace the string USER_ID_HERE to 36024
3. Replace the string PRIVATE_KEY_HERE to PJBvOdAqopEijCVDNwtYLM
4. Copy keycaptcha.php to your web-server.
5. If your web-hoster doesn't allow any outgoing requests, please download the time script
https://www.keycaptcha.com/media/code/kc-gettime.php
and copy it to the root directory of your web-server. After that please clear the box "Allow outgoing requests" in the settings of your website at www.keycaptcha.com and specify the URL of the time script.
6. Add the following hidden field to your form which you would like to protect with KeyCAPTCHA:
<input type="hidden" name="capcode" id="capcode" value="false" />
7. Add id="postbut" to a submit control on your form which you would like to protect with KeyCAPTCHA. For example:
<input type="submit" value="Save" id="postbut" class="button" />
8. Add the following code to the function which generates the page in your web-server:
if (!class_exists('KeyCAPTCHA_CLASS')) {
// Replace '/home/path_to_keycaptcha_file/' with the real path to keycaptcha.php
include('/home/path_to_keycaptcha_file/keycaptcha.php');
}
$kc_o = new KeyCAPTCHA_CLASS();
echo $kc_o->render_js();
9. Add a code like the following to the function which is saving the form data:
if (!class_exists('KeyCAPTCHA_CLASS')) {
// Replace '/home/path_to_keycaptcha_file/' with the real path to keycaptcha.php
include('/home/path_to_keycaptcha_file/keycaptcha.php');
}
$kc_o = new KeyCAPTCHA_CLASS();
if ($kc_o->check_result($_POST['capcode'])) {
// A visitor solved KeyCAPTCHA task correctly
// Add your code that will save the data of your form
}
else {
// A visitor solved KeyCAPTCHA task incorrectly
// Add your code that will generate an error message
}
That's all, if you have any questions, please contact our support team. We will be happy to help you.
#12
OFFLINE
Posted 28 September 2012 - 12:26 PM
OFFLINE
Its not easy to do a integration with phpfox. So leave the idea buddy.
#13
OFFLINE
Posted 13 November 2012 - 11:04 AM
OFFLINE
hi!
I have try to reCAPTCHA and fake user is still coming but little bit.
Thanks
I have try to reCAPTCHA and fake user is still coming but little bit.
Thanks
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account





Back to top












