Captcha is a type of challenge-response test used in computing as an attempt to ensure that the response is not generated by a computer.

learn more… | top users | synonyms

0
votes
0answers
3 views

Yii Captcha error

I am working in Yii and I am just a beginner and trying my best to learn the framework and here is where I am stuck at : I have created a user model and the required forms that go with it, and I am ...
-1
votes
0answers
19 views

Looking for Persian captcha [closed]

I am creating a web application in Java . I am looking for Captcha in Persian language. Can anybody suggest anything? Is there any plugin kind of thing available?
0
votes
2answers
53 views

ASP.NET MVC CAPTCHA implementation

I am attempting to implement a Captcha on a partial view of a page in my application. I have the captcha being refrenced through web.config as a control. I have used the GenericHandler and Class ...
1
vote
2answers
67 views

Phishing attack through PHP form [closed]

I am having trouble with two forms on a website. The pages hosting the forms have been taken down several times by my host due to 'phishing attacks'. The forms on the pages where constructed using ...
0
votes
3answers
26 views

Captcha vs. email activation link [closed]

This q. is about auto-created accounts prevention. Also it can be valid for posting, e.g. to forums, free ad boards etc. What is better (can they be compared at all): activation link sent to ...
1
vote
0answers
18 views

How does Twitter decide to ask you for a captcha?

If you try to sign up a Twitter account, you will hardly see the input form asking you for a captcha. I investigated, because I want to implement a similar system: captcha is way too annoying, and ...
-1
votes
0answers
31 views

PHP Captcha code not working in some browsers [closed]

Today i came across a strange behavior with my php code to generate a captcha image . Code is very simple and renders the captcha image on my browser properly . Captcha generating code is captcha.php ...
0
votes
1answer
31 views

Testing Captcha in php

I'm hoping of having this captcha on my website: http://lirullu.com/ how would i test the outcome of this in a php form? Here is the code I have in my form.php file currently: <script ...
0
votes
0answers
41 views

Captcha doesn't display, getting different errors in different browsers

I run this on one server and I can see the captcha image. On an other server I am not getting the image. Chrome reports no response received, while mozilla showing connection timed out. When I ...
0
votes
1answer
43 views

Cannot validate CAPTCHA

Session Class and URL Helper are autoloaded. Controller: $this->load->helper('form'); $this->load->library('form_validation'); $this->load->helper('captcha'); $vals = array( ...
0
votes
0answers
41 views

PrimeFaces wizard with captcha

I am trying implement <p:captcha> into <p:wizard> PrimeFaces. I found only this post with similar problem, when capcha in a wizard will disappear on invalid input. The proposed solution ...
-4
votes
1answer
25 views

JSF simple captcha [closed]

The primefaces captcha is too complicated, I have to try several times before getting it right. Users will get annoyed by typing incorrect string. I like something simple like: 4 digits / letters. ...
1
vote
0answers
44 views

Making captcha image in PHP

I'm trying to use the GD graphics library to make this captcha image, and the box shows up how Id like it to, but the text isn't being displayed over the image at all. I can't figure out why it's not ...
0
votes
1answer
19 views

CodeIgniter - .htaccess file in captcha folder gets deleted

I have CodeIgniter installed on WAMP in the root directory. The problem comes in here: I've been trying out the captcha's. My Capatcha folder is C:\wamp\www\captcha. The problem is the .htaccess file ...
1
vote
1answer
49 views

Yii Captcha don't refresh image on refresh button clicked

I don't know why my Captcha image do not refresh when i click on refresh link. My code is : <?php $this->widget('CCaptcha'); ?> <?php echo $form->textField($model,'verifyCode'); ?> ...
-1
votes
1answer
48 views

when i run django-simple-captcha test throw 2 errors

django-simple-captcha can't show captcha on my computer. when I run python manage.py test captcha,I got the errors as follow: python manage.py test captcha Creating test database for alias ...
0
votes
1answer
55 views

How to validate captcha in registration form?

I'm trying to create a registration form with a captcha, using this tutorial, but I don't know how to validate the captcha, can you help me? <?php include ('php/mysql_prisijungimas.php'); if ...
0
votes
2answers
87 views

.NET MVC unobtrusive validation / checkbox captcha

I'm trying to implement a checkbox captcha I read about here: http://uxmovement.com/forms/captchas-vs-spambots-why-the-checkbox-captcha-wins/ However I'm having issues adding the checkbox with client ...
0
votes
1answer
100 views

Same page Captcha validation using AJAX

Ok, So i've been working on this code for a while now. I started with a preset code from SecurImages and have been tweaking it to try to validate the captcha AND submit the form. The catch is, our ...
1
vote
1answer
62 views

PHP Captcha-generator does not generate transparent PNG. Why?

I have set imagealphablending on every image I create, still there is a black background. What could be the problem? $systemSettings = array( 'captcha' => array( 'colors' => ...
-1
votes
0answers
15 views

Creation of Captcha Like Mathematical Expression in .html file and validate in on server side using asp.net [closed]

My requirement is to create a mathematical code on a simple html page. Say Demo.html Also I would like to validate the code entered server side using asp.net I know how to create a mathematical ...
0
votes
1answer
58 views

Passing value from one php page to another using TPL files

So this is the situation, which is related to a foolish captcha system I have set up. register.php, register.tpl, writer.php register.tpl creates the form register.php processes the form, but also ...
0
votes
3answers
77 views

Wordpress - contact form 7 - spam messages

I installed Contact form 7 in my wordpress blog and there are several spam messages coming through it. Then I added really simple captcha/ recaptcha for the form. But still the spam messages are ...
1
vote
2answers
61 views

Zend Captcha with custom character set

I sucsessfully use captcha in forms but now my problem is to make captcha contains digits only. I found that the symbols in captcha image are generated in generateWord method of Zend/Captcha/Word.php ...
1
vote
2answers
43 views

Is this code setup safe as a captcha?

I'm thinking this code isn't safe as a captcha, but could the experts please let me know if my assumptions are correct? Basically, as you'll see, the captcha number is listed right there in the code, ...
0
votes
2answers
72 views

How to add Dynamic captcha in Java

I want to add dynamic captcha on page.Whenever more than 3 request comes inspecific time from same IP address then Captcha will appear on the screen..
0
votes
1answer
45 views

Google Captcha AutoLoad

i have issue regarding google captcha auto load . google captcha give me source according onclick function but i m weak in javascript can't modify in autoload function anyone guide me how can i change ...
1
vote
1answer
19 views

Change Locations of each letter in home made captcha

So my home made captcha displays the text in a straight line but I think because of this, the bots can still sign up - they're getting in. Can someone show me how to revise my code below to add a ...
0
votes
1answer
43 views

How can I use Django Simple Captcha in a system that isn't using Django Forms

I have been asked to add a Captcha field to the login page of a system built using Django. My problem is that the system is written with hand-crafted HTML templates rather than with Django forms so ...
0
votes
0answers
29 views

How to get url of the captcha from the source file

I have a piece of html code: <div style="margin-left:180px;"> <script type="text/javascript" ...
2
votes
2answers
21 views

Docx4j Human captcha

I'm trying to regist on a forum (http://www.docx4java.org/forum) but i don't know the Human captcha :S Can anybody help me? The question is: "Think of the names of popular Java IDEs. Tell me a part ...
-1
votes
0answers
21 views

Net-Like Coverd Captcha with Strikethrough Text in PHP [closed]

Can you please let me know how i can create a an image like following image in PHP? I already have this code snippet: <?php session_start(); $ranStr = md5(microtime()); $ranStr = ...
0
votes
0answers
46 views

Adding a reCaptcha to my form

I am trying to implement reCaptcha to my page (HTML and PHP) but for some reason, when I enter the text, it is not working. I have already verified multiple times the private and public keys and I can ...
0
votes
0answers
55 views

Captcha Image works in localhost but not on webserver

I am trying to use a custom Text Captcha inside a UpdatePanel. It works fine on localhost, but when I deploy it to the webserver it is not displaying. I am using VS 2010 - vb.net for code and asp.net ...
0
votes
0answers
23 views

captcha, php imagestring random location

So you know those captchas that are pretty good, and rather than all the letters being in one line, they are randomly, displace them - I'm assuming this is a good way to halt span registrations. ...
-3
votes
1answer
45 views

Joomla Bug - Possible Security - I can't be sure [closed]

I am fairly well versed with Joomla, and I am running 3.0.3 on ten different sites I manage for clients. I log in to these sites very often to check all is ok. Today for the first time, when I went to ...
0
votes
0answers
39 views

Captha image not getting generated in MVC4

I am using MvcCaptcha. For this, I used this reference http://sameercode.wordpress.com/2013/01/08/mvc-captcha-using-dll/ http://captchamvc.codeplex.com/releases/view/103937 I followed all the ...
-3
votes
0answers
54 views

Split captcha to characters [closed]

I need to recognize the captcha. This is my homework. I was faced with the problem of splitting the captcha to characters. You can see examples of CAPTCHA: http://s9.postimg.org/5lxwwv66z/image.png ...
0
votes
0answers
85 views

Math captcha session value not passing

I am working with a contact form. My problem is I am not able to validate captcha. isset($_session['']) does not work. My code: contact.php <?php session_start(); if ...
0
votes
0answers
38 views

Zend Form Element Captcha - reCAPTCHA - Conditionally Required

I have a Zend Form Captcha Element using reCAPTCHA, and it works perfectly. I want to make the field conditionally required, but it seems to always be required, ignoring the required setting on the ...
0
votes
2answers
52 views

Django Simple Captcha Can't get ValidationError exception

How to get it? In this tutorial, it says that if the user didn’t provide a valid response to the CAPTCHA challenge, the form will raise a ValidationError: my form class ...
0
votes
1answer
112 views

ReCaptcha - Joomla! “Could not open socket” always

I configured Re-Captcha for my Joomla! project. But its showing "Could not open socket" always. I tried many as described in various forums . Is there any bug/problem with Joomla! 2.5 and ReCaptcha ? ...
-5
votes
2answers
87 views

Download or display captcha from a website [closed]

In my application i have to include a captcha of another website.This is used for some verification purpose. In my application i am doing it without displaying all content which are there in that ...
0
votes
0answers
36 views

Recaptcha Translations

I am trying to use reCAPTCHA.net's captcha service, however I would like to use the custom translations (https://developers.google.com/recaptcha/docs/customization#i18n) as the built in ones do not ...
0
votes
0answers
55 views

Java SimpleCaptcha: how to make the space between characters a bit larger

I am using a Java's Captcha solution called SimpleCaptcha for a web application. I would like to make space between characters a bit larger. How can I do this?
-1
votes
1answer
45 views

Captcha vs Hidden Field [closed]

I'm been recently wondering if the complexity of a decent captcha was acceptable for a simple website. I wonder if only using an input field with a hidden attribute in CSS would be sufficient for a ...
0
votes
0answers
35 views

validating captcha before performing upload

Users (both registered and non-registered ones) can upload images to my website. some one may abuse the system and upload tons of images. this would cost me disk space and bandwidth and a lot more. I ...
0
votes
0answers
34 views

Unable to put captcha on existing form

I am unable to place captcha in my pre-existing contact form and am not sure why, or what I'm doing wrong. Am currently stuck where most captcha have their own submit form but I need one that is ...
0
votes
2answers
60 views

Logical Captcha from SQL Table and external check

This is my first post here so don't hate if I do something in the wrong way. I want to make a captcha for my site with logical questions. I think it is better than reCaptcha. Anyway, I made a fancy ...
2
votes
3answers
135 views

Show captcha when unexpected navigation detected to prevent traffic abuse

I noticed that some user overloading my website by downloading multiple files (for example 500 files at same time) and opening more pages in small duration, I want to show captcha if unexpected ...

1 2 3 4 5 21