Shaggy
Support Moderator
Ireland
6780 Posts |
Posted - 14 June 2005 : 07:11:22
|
I'm sure you've been told this before, but simply telling us you are receiving an error is of absolutely no use to us. If you want us to help you troubleshoot, you need to provide us with the error message.
|
Search is your friend “I was having a mildly paranoid day, mostly due to the fact that the mad priest lady from over the river had taken to nailing weasels to my front door again.” |
|
|
CalloftheHauntedMaster
Junior Member
289 Posts |
Posted - 20 June 2005 : 16:31:17
|
Ok, sorry, I've been busy for a few days and haven't had time to code anything.
Back to my question. Under inc_header.asp, the readme files says:
INC_HEADER.ASP Find: (about line 212) if trim(strDBNTUserName) <> "" and trim(Request.Cookies(strUniqueID & "User")("Pword")) <> "" then chkCookie = 1 mLev = cLng(chkUser(strDBNTUserName, Request.Cookies(strUniqueID & "User")("Pword"),-1)) chkCookie = 0 else MemberID = -1 mLev = 0 end if
Add after that: select case Request.Form("Method_Type") case "login" if strLoginStatus = 1 then AUHandleLoging() end if case "logout" AUHandleLoging() end select ActiveUserTracker()
What does he mean "add after that"? Do I add it on the same line, skip a new line; where do I add the code? That should resolve my problem. |
This account was hacked into by Image, a very honest guy as you all can see! Stealing people's passwords is his pasttime. Beware of this, before you register at his forums! |
|
|