Lost Password?


Go Back   CodeCall Programming Forum > Community > Community Projects > easyContact

easyContact Forum for the support of easyContact! - Joomla! component.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-22-2008, 06:18 AM
Sego Sego is offline
Newbie
 
Join Date: Jun 2008
Posts: 1
Rep Power: 0
Sego is on a distinguished road
Default E-mail sent even if the captcha text entered is wrong

Hi

When I send an e-mail with easyContact, the addressee (the owner of the website) receives the e-mail even if the text is different from the captcha image or not.
I get an alert message: "incorrect security code" - but the addressee receives the message.

Have I missed something? A parameter or something like that?

Thank you for your answer.

Ségo

PS: Thank you for your component - it's great.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #2 (permalink)  
Old 07-01-2008, 08:21 AM
wavejam wavejam is offline
Newbie
 
Join Date: May 2008
Posts: 3
Rep Power: 0
wavejam is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

Ditto... Seeing the same thing. Anyone have any tips or tricks? Or is this a bug?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-01-2008, 08:49 AM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: E-mail sent even if the captcha text entered is wrong

Seems to be a bug but I haven't had a chance to look into it.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-07-2008, 12:56 PM
colink colink is offline
Newbie
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
colink is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

I'm always getting an "incorrect security code" message whether the correct security code is typed in or not, and it always sends the email.

It even does this if the captcha is turned off. The security image is correctly not shown but I still get "incorrect security code" and the message is still sent.

I've tried installing 1.11 to see if the bug was introduced in the last release but this seems to exhibit the same behaviour.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-07-2008, 03:44 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 9,224
Last Blog:
Ext JS or Ext GWT
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default Re: E-mail sent even if the captcha text entered is wrong

What version of Joomla are you trying to install this on?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #6 (permalink)  
Old 07-07-2008, 03:50 PM
wavejam wavejam is offline
Newbie
 
Join Date: May 2008
Posts: 3
Rep Power: 0
wavejam is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

Hi Jordan... Joomla 1.0.15 here...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-07-2008, 05:01 PM
colink colink is offline
Newbie
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
colink is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

Quote:
Originally Posted by Jordan View Post
What version of Joomla are you trying to install this on?
1.0.15 here too.

I've done a bit of digging. For me there seems to be more than one issue going on.

There is the problem Sego reported - email sent even if captcha doesn't match.

I also seem to be having an issue with the captcha code not saving into $_SESSION. It seems to be some kind of configuration issue. I tested it on a local XAMP install and the code is stored properly, but not on the production site on Apache. Have you seen this one before?

Cheers,
Colin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-08-2008, 05:51 AM
colink colink is offline
Newbie
 
Join Date: Jun 2008
Posts: 3
Rep Power: 0
colink is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

Hi Jordan,

I did a bit work on this lastnight (UK time).

The sending of emails when the captcha is wrong seems relatively easy to fix. It just needs the email code bringing into the clause for the security_code checking if-statement. To get it working correctly when the captcha is turned-off you also need to add a check for the captcha setting into this if-statement. Find attached my attempt at a patched version of easycontact.php.easycontact.php

My other problem with the session variable being lost is more vexing. The CaptchaSecurityImages.php runs fine but on return to easycontact.php the security_code isn't set in $_SESSION. As I said this must be a configuration related problem because it works on one setup but not another. Still haven't worked out why!

At the moment I've got it working with a rather nasty hack which involves creating the security code in easycontact.php and passing it to CaptchaSecurityImages.php. As long as the $_SESSION['security_code'] isn't set in CaptchaSecurityImages.php in works fine.

Any suggestions as to the actual cause of the session problem would be much appreciated.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 09-24-2008, 02:55 PM
borisgoodenough borisgoodenough is offline
Newbie
 
Join Date: Sep 2008
Posts: 1
Rep Power: 0
borisgoodenough is on a distinguished road
Default Re: E-mail sent even if the captcha text entered is wrong

Just installed EasyContact in order to have captcha in my contact forms, and I'm having this same issue -- emails being sent whether or not Captcha is entered correctly or not.

Before I start fooling around with colink's mod of the php file -- is there any other update on this? And has anyone else confirmed that this mod works?

Thanks!

Joel
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
easycontact captcha



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
C# Tutorial: Writing Text Files Xav CSharp Tutorials 36 10-12-2008 04:47 PM
Text file manipulation. joe1986 Python 11 01-28-2008 01:10 AM
How to save the text in a text file ??? kresh7 Visual Basic Programming 0 11-25-2007 11:30 AM
How to style fonts of a text in a simple page? c0de Tutorials 3 09-15-2007 11:08 PM
HTML Basic Formatting clookid Tutorials 14 03-06-2007 04:10 PM


All times are GMT -5. The time now is 01:59 PM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 98%

Ads