Hi,
I have just installed the web wiz forums successfully onto my web space and every thing seems to be ok appart from the CAPTCHA. on admin login it will not display the code, just a box with a red 'x'. On the CAPTCHA_image.asp page is shows the following:
GIF89ap#s!,p#ڋ HB(`rڕ l fK d90O )j) nlj.pX6}#bRG"g#X'rbh1ӣjCUQ&hw# K[7fX;KgJPe#vv5<,s =lk :Φmzгm*+lмyY :s1EM 5$f={?j1Z:'~ Fyj۾;ݼ{;
1. If i delete the following lines from the CAPTCHA_image.asp page:
Response.Buffer = True
'First we need to tell the common.asp page to stop redirecting or we'll get in a bit of a loop
blnDisplayForumClosed = True
%><!-- #include file="common.asp" --><%
Change around line 602:
Call saveSessionItem("SCS", strHexImage(intRandomNumber,1))
to
Session("SCS") = strHexImage(intRandomNumber,1)
it will then show the code correctly on all pages
(So i know my browser and server can display the code correctly)
BUT
When you enter the code displayed and click submit on a login or registration page it will return an error message box saying the the code entered is not correct and display a new code (if you enter the next code it says the same error message)
Does anyone have any ideas
Thanks
Joel