--
On 08/08/2011, sportlogics.com wrote;
<div id="myrecap">
<?php
require_once('recaptchalib.php');
$publickey = "XXXXXXXXXXX-XXXXXXXXXXX";
echo recaptcha_get_html($publickey);
?>
</div>
<!-- SECOND POINT WERE RECAPTURE IS NEED --><div id="myraterecap"></div>
/*remember to include jquery before adding this code*/
$(document).ready(function() {
// Duplicate our reCapcha
$('#myraterecap').html($('#myrecap').clone(true,true));
});
Some hackers use brut force attack to hack logins by programming a bot by them selfs to try passwords from the combinations of a, a*, a**, a***... a# thus starting form one character then two then three trying all possible characters till the password of that user is made up by the computer changing its ip after setting number of times then it will login into that users account.So u see captcha some what prevents the hackers from using this dealy unpreventable technique from hacking your site since the capture must also be answered correctly b4 the bot can by pass the login page correctly at every instance of the bot trying a made up password.So U MUST USE CAPTCHA ON YOUR LOGIN PAGES OR HACKERS WILL EASILY BREAK INTO UR SITE, who knows what could be compromised? may the users of your site credit card details.
--
You received this message because you are subscribed to the Google Groups "reCAPTCHA" group.
To view this discussion on the web visit https://groups.google.com/d/msg/recaptcha/-/WJ9EgDP_oxoJ.
To post to this group, send email to reca...@googlegroups.com.
To unsubscribe from this group, send email to recaptcha+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/recaptcha?hl=en.