"Error Type: Microsoft VBScript runtime (0x800A01F4) Variable is undefined: 'strCookieURL' /forum/config.asp, line 137 " i tried other combos of including files also, but either some variable is said to be undefined or already defined
Best thing to do would be to take note of all these errors and declare all the variables before including the files. Of course, that's a lot of variables so a quicker fix would be to remove <%Option Explicit%> from your files. If you have the time, though, try the first solution as it will help the processing time of your script (although maybe not noticabley so).
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.”
Best thing to do would be to take note of all these errors and declare all the variables before including the files. Of course, that's a lot of variables so a quicker fix would be to remove <%Option Explicit%> from your files. If you have the time, though, try the first solution as it will help the processing time of your script (although maybe not noticabley so).
but the mail point is that the variables are getting redfined so that causes some other unfathomable 500 error...