Author |
Topic |
|
evol
Junior Member
China
157 Posts |
Posted - 07 April 2003 : 10:50:31
|
in the post http://forum.snitz.com/forum/topic.asp?TOPIC_ID=35713 Davio change the code in the admin_mod_dbsetup.asp
%> <!--#include file="config.asp"--> <% to this: %> <!--#INCLUDE FILE="config.asp"--> <!--#INCLUDE FILE="inc_sha256.asp"--> <!--#INCLUDE FILE="inc_header.asp"--> <% The inc_func_common.asp file isn't needed. And remove lines 46 - 48: %> <!--#include file="inc_header.asp"--> <%
And i whether or not changed thia flie what you said:
Around lines 46-48 in admin_mod_dbsetup.asp, change
%> <!--#include file="inc_header.asp"--> <%
to
%> <!--#INCLUDE FILE="inc_func_common.asp"--> <!--#INCLUDE FILE="inc_sha256.asp"--> <!--#INCLUDE FILE="inc_header.asp"--> <%
Another question i didn't know how to change the inc_header.asp and admin_mod_config2.asp becauese i didn't know you amend somewhere in this *.asp. thanks
Peace In The Word< |
Who am i? I lost my dream! |
Edited by - evol on 07 April 2003 23:56:59 |
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
PeeWee.Inc
Senior Member
United Kingdom
1893 Posts |
Posted - 07 April 2003 : 11:32:25
|
I dont really understand what you are saying in this post.
From what i can work out, one thing you have asked is if you need to include inc_func_common.asp if this is one thing you wish to know then, no you dont. It is included via inc_header.asp< |
De Priofundus Calmo Ad Te Damine |
|
|
evol
Junior Member
China
157 Posts |
Posted - 07 April 2003 : 23:59:23
|
quote: Originally posted by PeeWee.Inc
I dont really understand what you are saying in this post.
From what i can work out, one thing you have asked is if you need to include inc_func_common.asp if this is one thing you wish to know then, no you dont. It is included via inc_header.asp
my mean is when i viewed http://forum.snitz.com/forum/topic.asp?TOPIC_ID=35713 i cantn't understand how to amend admin_mod_dbsetup2.asp and inc_header.asp . < |
Who am i? I lost my dream! |
|
|
Rasco
Advanced Member
Germany
3192 Posts |
Posted - 08 April 2003 : 02:31:21
|
Which version of the forum are you using?< |
German Snitz Forum
|
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 08 April 2003 : 03:51:53
|
Are you having a problem with the admin_mod_dbsetup2.asp file evol? If not, then you don't really need to make any changes to the file.< |
Support Snitz Forums
|
|
|
evol
Junior Member
China
157 Posts |
Posted - 08 April 2003 : 11:02:18
|
quote: Originally posted by Davio
Are you having a problem with the admin_mod_dbsetup2.asp file evol? If not, then you don't really need to make any changes to the file.
thanks DAVIO for your awoke. i had amend the admin_mod_dbsetup.asp.(v3.4.03) i changed lines 39 - 41 from this: %> <!--#include file="config.asp"--> <% to this:
%> <!--#INCLUDE FILE="config.asp"--> <!--#INCLUDE FILE="inc_func_admin.asp"--> <% Call chkAdminOrRedirect() %> <!--#INCLUDE FILE="inc_sha256.asp"--> <!--#INCLUDE FILE="inc_header.asp"--> <% and delete this 3 lines(pasted in lines 46-48 ) %> <!--#include file="inc_header.asp"--> <%
did i changed right??
on the below ismy admin_mod_dbsetup2.asp at front .all is right? %> <!--#INCLUDE FILE="config.asp"--> <% if Session(strCookieURL & "Approval") <> "15916941253" then scriptname = split(request.servervariables("SCRIPT_NAME"),"/") Response.Redirect "admin_login.asp?target=" & scriptname(ubound(scriptname)) end if %> <!--#INCLUDE FILE="inc_func_common.asp"--> <!--#INCLUDE FILE="inc_sha256.asp"--> <!--#INCLUDE FILE="inc_header.asp"--> <% Response.Write " <table border=""0"" width=""100%"">" & vbNewLine & _
thanks for your help
< |
Who am i? I lost my dream! |
Edited by - evol on 08 April 2003 11:06:06 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 08 April 2003 : 13:41:55
|
Let me repeat again, if you don't have any problems with those files, don't change them. There is nothing wrong with those files.
The conversation Bozden and I had in that topic http://forum.snitz.com/forum/topic.asp?TOPIC_ID=35713 was to address the problem of logging into the forum from the mod setup pages. You don't need to make those changes.< |
Support Snitz Forums
|
|
|
|
Topic |
|