Did you not get my reply to your email?
the problem is WebWizForums locks the cookie to the /forum/ folder only and cannot be used outside of that.
open the "setup_options_inc.asp" in "includes" folder and edit the following lines:
strCookiePath = Left(Request.ServerVariables("HTTP_URL"), InstrRev(Request.ServerVariables("HTTP_URL"), "/"))
'strCookiePath = "/" 'Uncomment this line if your forum has issues with cookies |
uncomment the bottom line and comment out the top line so it reads:
'strCookiePath = Left(Request.ServerVariables("HTTP_URL"), InstrRev(Request.ServerVariables("HTTP_URL"), "/"))
strCookiePath = "/" 'Uncomment this line if your forum has issues with cookies |
also, it would be better if you used my
own forum for support of my mods
Edited by Scotty32 - 06 September 2007 at 7:54pm