Registration Problems - security images.
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=14936
Printed Date: 12 April 2026 at 10:15pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Registration Problems - security images.
Posted By: biscuit-boy
Subject: Registration Problems - security images.
Date Posted: 03 May 2005 at 4:12pm
Desparation has just kicked it!!! Please help.
OK the problem :
The fourm seems to work 100% however; when somebody
tries to regester the Security images (six # code) wont display the
images.
What i've done :
Installed the fourm from the download on to some
1aspHost space. Set up the fourm set up users (via Admin) all ok.
What i've tried to change :
In the "security_images.asp" file i have tried to change to strImagePath to match the PATH_TRANSLATED: info from the server verables using a bit of code i found online :
"%
For Each Item in Request.ServerVariables
Response.Write("<b>" & Item & "</b>: " &
Request.ServerVariables(Item) & "<br /><br />")
Next
%"
.... Didn't work.
What i need to happen :
All i need is for it to work (even if i have to take
out the security images section of the regisrating. Or some help
on making it work.
I'm VERY new to ASP so please if you can help keep it basic, keep it clean.
Thanks
Biscuit...
|
Replies:
Posted By: dj air
Date Posted: 03 May 2005 at 5:03pm
have you a free hosting account you require the lite version if you have.,
this also can cause this problem.
i would go with a paid host its not much these days and you get your moneys worth with a lot of them
im not sure but i think you can disable the images from the common.asp file.. its a true false variable
|
Posted By: biscuit-boy
Date Posted: 03 May 2005 at 6:06pm
I've tried the true false but i'm not sure what i'm looking for is it :
Dim blnLongRegForm
'Set to true if the reg form is to be the long version
Dim blnLongSecurityCode
'Set to true if the security code feature is required when logging in
I've tried but its still not working.
Thanks for your help anyway Dj air.
Biscuit.
|
Posted By: dj air
Date Posted: 03 May 2005 at 7:05pm
im not sure but try setting blnLongSecurityCode to false
it might just be for logging in.. am not sure on that.
the only other way is to MOD the forum security code out of the register.asp file
|
|