Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
captcha
- Page 1
Re: CAPTCHA
Programming
Web Development
11 Years Ago
by shadia.mohamed.9_1
Captcha
en JSP que estoy tratando de hace 5 días, pero no obtengo ningún éxito. Necesito realmente urgente. i no puede utilizar la herramienta de 3 ª parte.
CAPTCHA
Programming
Web Development
14 Years Ago
by ambikanair
…the code to navigate to the next page once the
captcha
is right. My code is [CODE] <…div id=\"gtwo\">"); String
captcha
= (String) session.getAttribute("
captcha
"); String code = (String) request.getParameter…kept a submit button which is displayed only when
captcha
is correct. But I need to remove this and…
Re: CAPTCHA
Programming
Web Development
14 Years Ago
by ambikanair
[code]<% String
captcha
= (String) session.getAttribute("
captcha
"); String code = (String) request.getParameter("code"); if (
captcha
!= null &&…; code != null) { if (
captcha
.equalsIgnoreCase(code)) { String url="#"; RequestDispatcher…
Re: CAPTCHA
Programming
Web Development
12 Years Ago
by Kush17
hi.. i have no idea about JSP. But i am in a real problem as i want to create
captcha
in JSP i am trying from last 5 days but not get any sucess. i need it really urgent. i cant use 3rd party tool. i need hand written code if you have plz mail me kd.bhargava5@gmail.com and describe me how can i use that code..
CAPTCHA Help
Programming
Web Development
17 Years Ago
by khatreett
Hi every body I want ot add
CAPTCHA
in my registration process any here please help Thanks in advance
Captcha
Digital Media
UI / UX Design
15 Years Ago
by Bob Jacobs
… if I have the wrong one....I want to incorporate '
captcha
' in a web site...looked at loads of webs sites…
captcha
Programming
Web Development
12 Years Ago
by daisy.m.consolacion
… or take a look at my codes in embedding a
captcha
pls...thanks...asap! <?php $submit = $_POST['register']; //form data…
Re: captcha
Programming
Web Development
12 Years Ago
by daisy.m.consolacion
yes, i dont know how to embed a
captcha
verication code at my code. can you help me please?
Re: captcha
Programming
Web Development
12 Years Ago
by daisy.m.consolacion
Kindly help please, i just need it now for our coming defense please.. i'm begging :( Kindly add in my code the code for
captcha
verification code pls..
captcha
Programming
Web Development
12 Years Ago
by HunainHafeez
i am done sign up form in asp.net but the problem is that how to put "
captcha
" facility in it ?
captcha
Programming
Web Development
11 Years Ago
by mallo
How we can implement
captcha
for bot protections (web security)?
Re: captcha
Programming
Web Development
11 Years Ago
by JorgeM
… simply implement them in your project. For example.. http://www.
captcha
.net/ You can also easily build a solution. Using your…
Re: captcha
Programming
Web Development
11 Years Ago
by mallo
Thank you for you suggestion ,how we can use audio
captcha
? Plz give me some good references..thank you
Re: captcha
Programming
Web Development
11 Years Ago
by JorgeM
… need to build your own, take a look at the
captcha
reference i provided above. That free solution includes audio as…
Re: Captcha issue
Programming
Web Development
11 Years Ago
by segunoloye
… } } /** * Used to serve a
captcha
image to the browser * @param string $background_image…$this->saveData(); } /** * Draws the
captcha
code on the image */ protected function drawWord()…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
…'); showErrorMesg(error_mesg); } else{//user HAS attempted the
captcha
$captcha_code.removeClass('error'); //$("#msg2").html(captcha_sim…quot;).html(captcha_sim); validate_form(); });*/ function change_captcha(){ document.getElementById('
captcha
').src="get_captcha.php?rnd=" + Math.random(); …
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by Airshow
…submission; one of the aspects to be considered being
CAPTCHA
. If I understand correctly, you currently perform the … process (pass/fail) is made available to the
CAPTCHA
's AJAX success handler; typically this is automatically achieved…. [*]Still inside the AJAX success handler: If the
CAPTCHA
test result is "fail", then indicate the…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by Airshow
….val());//debug statement if(Number(response)==='1'){//
captcha
correct captcha_verified = true; $captcha_code.attr('disabled…}); } } return false; }); function change_captcha(){ document.getElementById('
captcha
').src="get_captcha.php?rnd=" + Math.random(); …
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
….val());//debug statement if(Number(response)==='1'){//
captcha
correct captcha_verified = true; $captcha_code.attr('disabled…}); } } return false; }); function change_captcha(){ document.getElementById('
captcha
').src="get_captcha.php?rnd=" + Math.random(); …
Re: Captcha code
Programming
Web Development
15 Years Ago
by Graphix
…;http://www.google.com/search?hl=en&q=
captcha
+for+website&btnG=Search&aq=f&aqi… that holds all the information for
captcha
: [URL="http://www.
captcha
.net/"]http://www.
captcha
.net/[/URL] However, for some …quot;http://www.codewalkers.com/c/a/Miscellaneous/Creating-a-
CAPTCHA
-with-PHP/"]http://www.codewalkers.com/c/a/…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
…quot;after_submit">Error ! invalid
captcha
code .</label>'); } });…').submit(); } return false; }); // refresh
captcha
$('img#refresh').click(function() { change_captcha(); }); function …quot; alt="" id="
captcha
" /> <br clear…
Re: CAPTCHA Send Form After Confirmation
Programming
Web Development
10 Years Ago
by mattster
… tutorial. [Here](http://www.sitepoint.com/easy-jquery-php-
captcha
/) + [Demo](http://www.jquery4u.com/demos/easy-jquery-php… entire form using `.post()` in jQuery, and check the
captcha
in a specialist PHP script. If the validation is clear…, the jQuery AJAX (that sent the
captcha
to be checked) then tells the form to submit (…
Re: Captcha (Visual and Audio)
Programming
Web Development
15 Years Ago
by hemgoyal_1990
[QUOTE=OmniX;1071911]Hi People I have done
captcha
a year or two ago, just wondering if there are …, etc? And yes I would like to implement an Audio
Captcha
also. Regards, Matthew[/QUOTE] What You Want to Do with… Your
Captcha
Code. What Would u Implement the Audio Feature in Your…
Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
Hi all, I tried to do a
CAPTCHA
"error message - I would like an error message (pop …;td width="80%"><img id="
captcha
" src="/securimage/securimage_show.php" alt="…;
CAPTCHA
Image"/></td> </tr> </…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by Airshow
…processForm.php, except that it should re-verify the
captcha
. It should return the original page (containing "…sure that the get_captcha.php script stores the generated
captcha
string server-side (in $_SESSION) so that …verify_captcha.php and processForm.php can later perform the
captcha
verification test. Now that I can see processForm…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
…processForm.php, except that it should re-verify the
captcha
. It should return the original page (containing "…sure that the get_captcha.php script stores the generated
captcha
string server-side (in $_SESSION) so that …verify_captcha.php and processForm.php can later perform the
captcha
verification test. Now that I can see processForm…
Re: Captcha + ajax
Programming
Web Development
13 Years Ago
by siabenie
…my second test idea - return the two
captcha
strings (concatenated with a space separator), so you…mean this: [ICODE] .. .. if(response==='1'){//
captcha
correct .. [/ICODE] into this: [ICODE] .. .. if(response…==='1' + ' '){//
captcha
correct .. [/ICODE] PS: Please ignore the URL [ICODE]url…
Captcha image align
Programming
Web Development
13 Years Ago
by abelingaw
Hi there. I'm having some problem in aligning my
captcha
image on a form. Here's the SS: [URL="…; <tr> <td> <!-----
CAPTCHA
SECTION ------> <img src="
captcha
.php"> </td> <…
Captcha not working with jquery
Programming
Web Development
12 Years Ago
by dannybarh
…form data into myqsl db.I just added a
captcha
script i got online,but i keep geting …> }); > }); > </script> form field
captcha
code: <img src="secureImage.php" alt="…;
CAPTCHA
" /> <input name="secretNumber"…
Captcha Issues - Code Being Displayed on Form
Programming
Web Development
11 Years Ago
by mattyd
Hello. I am attempting to implement a
Captcha
in my form using PHP. This, at first, seemed pretty …direct; Yet upon viewing the form, no
Captcha
is displayed, only code. I noticed in the code there… actual code is being displayed on the form, not the
Captcha
itself. Why would it be designed to do this? I…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC