Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Got a few probs
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

BlueBallz
Starting Member

9 Posts

Posted - 16 June 2001 :  11:21:32  Show Profile
First of, don't worry about my other post.
On with my problems.
I've just uploaded a fresh install of the forum to: www.ratpacksquad.com/~DomsPad/forum . As you can see, it goes straight to a dir listing because the host doesn't support default.asp. To over come this, i thought about having a index.asp with - Response.Redirect("defau;t.asp") in it. Will this work?
Now my other problems is logining in. You can do everything else part from gaining Admin or logging in.
So has anyone got anyideas?
Also is there a Access97 ver of the database ? just that i can't open the 2000 ver.

NOTE: Im not in a hurry, gotta revise for exams :(

Thanx all,
Dom



Edited by - BlueBallz on 16 June 2001 11:23:33

gor
Retired Admin

Netherlands
5511 Posts

Posted - 16 June 2001 :  11:38:56  Show Profile  Visit gor's Homepage
Yes,

Using a index.asp with just this code should work:

<%
response.redirect("default.asp")
%>

Make sure there is nothing else in that file but the code above.

Also found your problem.
It has to do with the url you are using. The default cookiesetting is "Forum"
That means it uses the path to your forum to make the cookie unique for that path.
It didn't like that, probably because of the ~
I've set the cookiemode to "Website" (in the admin options) and was able to logon after that.



Pierre
Join the Snitz WebRing
Go to Top of Page

BlueBallz
Starting Member

9 Posts

Posted - 16 June 2001 :  12:02:28  Show Profile
Cheers M8.......man it feels good to have a 10/10 Forum........
Thanx again

Also, is there away around the cookie thing? On the help it says that setting to 'forum' would allow me to have multi forums, can i still do this on 'website' mode?


Edited by - BlueBallz on 16 June 2001 12:05:23
Go to Top of Page

gor
Retired Admin

Netherlands
5511 Posts

Posted - 16 June 2001 :  12:34:27  Show Profile  Visit gor's Homepage
quote:

Also, is there away around the cookie thing? On the help it says that setting to 'forum' would allow me to have multi forums, can i still do this on 'website' mode?



You could have more than one forum, but you would run into problems if you have a user gor in one forum and a different user gor in the other.
Website cookie mode is good if you want those forums to share the same usertable, because that means you only need to logon once.

Not sure about a work around, if it is a cookie problem probably not.
You could try replacing this line in config.asp:
strCookieURL = Left(Request.ServerVariables("Path_Info"), InstrRev(Request.ServerVariables("Path_Info"), "/"))

with

strCookieURL = "/~DomsPad/forum/"



Pierre
Join the Snitz WebRing
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07