|
I am working on a comment system on a social network, I am using jquery, I can post the comments with ajax with no problem but sometimes I need a user to submit a captcha form if they are posting too many comments or for other reasons.
I think the best...
Started by jasondavis on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Side thought:
For best user experience I would highly consider implementing reverse CAPTCHA:
http (#captchaDialog) that handled displaying the Captcha Image and an Input (#captchaInput) for entering the answer with the new captcha....
|
|
Hi,
I'm testing sending an email response to form users using FormMail v8.33 with Reverse CAPTCHA and auto respond. Upon clicking submit the recipient receives the form submission but auto respond does not email the fixed message (.txt file) to the form...
Started by craigo on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at tectite):
Do u have DEF_ALERT set and tested (testalert) so that formmail can send u error mesgs? .
|
|
It looks like we'll be adding CAPTCHA support to Stack Overflow. This is necessary to prevent bots, spammers, and other malicious scripted activity. We only want human beings to post or edit things here!
We'll be using a JavaScript (JQuery) CAPTCHA as...
Started by Jeff Atwood on
, 98 posts
by 89 people.
Answer Snippets (Read the full thread at stackoverflow):
There are obviously numerous for the captcha (reduces the possibility....
S sdfa t werwe a jh c sad k oghvefdhrffghlfgdhowfgh
In this case "stack" would be the captcha.
The user just needs to enter the bold/italic letters as the captcha.
|
Ask your Facebook Friends
|
I am writing a subscription app for a rallye site. As the subscription doesn't need former registration, a captcha should be useful.
The subscription is team-based. One team include 1 to 3 person. for each person an postal address must be provided.
Now...
Started by vikingosegundo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
But you can use the Google Maps API you pictures and Geocoder (Adress -> Location) and/or Reverse Geocoder (Location -> Adress) and other Adress Features like checks if a street....
Well, I don't know any existing geo-based captcha system.
|
|
What is captcha hello friends, can any body tell me about captcha. And can any body help me how to put it in my website. thanks for help... Design a website
NYC Web design
Entertainment forum Reply With Quote: 05-12-2009 04:47 AM #2 ~ServerPoint~ Guest...
Started by happy on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at hostsearch):
|
|
On Tue, 13 Oct 2009 10:22:56 +0200, Roberto Tagliaferri <tagliaferri@bofhland.org
Hola, visto che i captcha son craccati di continuo come la vedete una cosa
del tipo
scrivi il risultato di cinque per otto
da scrivere sempre a lettere?
Tanto a ...
Started by Roberto Tagliaferri on
, 24 posts
by 8 people.
Answer Snippets (Read the full thread at omgili):
Il problema fondamentale di recaptcha e tutti i captcha troppo
complessi, per come la vedo io minuti per
essere reverse....
Form invio che simple captcha form che a mio avviso insieme a
campi obbligatori non permette più di "artigianali".
|
|
When using sh404sef, the URL to the captcha-image get´s malformed - "&view=guestbooki" does not get parsed. (Line 315 in views/phocaguestbook/tmpl/default.php).
Sorry for the cross post, I´ve been mistaken in the first post.
Solution change ...
Started by by epek on
, 10 posts
by 3 people.
Answer Snippets (Read the full thread at phoca):
'&view=phocagues
tbooki'; ?>" alt="<?php JText::_('Captcha Image'); ?>" id=phocaguestbooki" the md5 is there because of changing the image (otherwise image CAPTCHA, this parameter gets lost and NO captcha is shown....
()))).
|
|
Http://www.techworld.com/security/news/index.cfm?newsID=110908&pagtype=all
--
An army of asses led by a lion is better
than an army of lions led by an ass.
George Washington
Started by shiksaa@gmail.com on
, 9 posts
by 7 people.
Answer Snippets (Read the full thread at omgili):
However, that title suggests in the same way as did previous CAPTCHA-breaking
] attacks, using bot-controlled zombie PCs
] volume of account creation to offer the spammers a healthy....
Hotmail's CAPTCHA yet again" is the title of that
article.
|
|
I just got yet another e-mail from some joker who wants me to sign up for his web page submission robot software. He says that his software automatically filled out my form. I have reverse CAPTCHA on the form which has completely eliminated the majority...
Started by Giraffeweb on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at tectite):
Remember that Reverse Captcha works by tricking spambots into revealing themselves) are interested in doing is implementing....
If you'd like to post or PM the URL to your form we might be able to make some suggestions .
Reverse Captcha.
|
|
The error:
''Table ' .fusion_captcha' doesn't exist''
Can someone please help me to fix that. I think that the problem is with the database (captcha table dosen't exist). Can someone explain me (or give some code) how can I create the table manually.
...
Answer Snippets (Read the full thread at php-fusion):
Try changing it from image to text or from text to image (reverse on preview (no save !!)
Code <?php
$result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."captcha");
$result = dbquery("CREATE TABLE....
Check your Verification settings.
|