cancel
Showing results for 
Search instead for 
Did you mean: 

Security Code (Captcha)

We are using SIM AIM with a basic contact form in PHP hsoted on wordpress 3.6. anyways, the captcha code is returning code invalid even when it's not. Sometimes the transaction actually goes through. any ideas of why this would be happening?

 

"Sorry the code is invalid" is the specific message. Here is the code from the first DIV tag....

<div style="width: 270px; height: 60px;"><img width="150" id="siimage" style="padding-right: 5px; border: 0;" src="/securimage_show.php?sid=<?php echo md5(time()) ?>" alt="" align="left" /><object id="SecurImage_as3" width="19" height="19" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowScriptAccess" value="sameDomain" /><param name="allowFullScreen" value="false" /><param name="quality" value="high" /><param name="src" value="/securimage_play.swf?audio=securimage_play.php&amp;bgColor1=#777&amp;bgColor2=#fff&amp;iconColor=#000&amp;roundedCorner=5" /><param name="allowscriptaccess" value="sameDomain" /><param name="allowfullscreen" value="false" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" /><embed id="SecurImage_as3" width="19" height="19" type="application/x-shockwave-flash" src="/securimage_play.swf?audio=securimage_play.php&amp;bgColor1=#777&amp;bgColor2=#fff&amp;iconColor=#000&amp;roundedCorner=5" allowScriptAccess="sameDomain" allowFullScreen="false" quality="high" allowscriptaccess="sameDomain" allowfullscreen="false" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object><a style="border-style: none;" title="Refresh Image" onclick="document.getElementById(\'siimage\').src=\'/securimage_show.php?sid=\' + Math.random(); return false" tabindex="-1" href="#"><img onclick="this.blur()" src="/images/refresh.gif" alt="Reload Image" align="bottom" border="0" /></a></div>
<label for="code">Code:</label><input class="text required" type="text" name="code" size="12" />
<input class="submit" style="border: 1px solid #CCCCCC; margin: 0 280px; padding: 5px; width: 200px;" type="submit" name="sendemail" value="Pay Your Bill" />
</form>';
?>

 

 

 

David
1 REPLY 1

If you are using AIM, that not an authorize.net issue

RaynorC1emen7
Expert