Author |
Topic |
fashionhag
New Member
70 Posts |
Posted - 30 July 2003 : 21:18:04
|
I am having problems with this part:
6. Add a link on your admin page to the admin file in this MOD:
" <LI><span class=""spnMessageText""><a href=""admin_ipgate.asp"">IPGate Configuration</a></span></LI>" & vbNewLine & _
I keep getting an error message. Can you please tell me on what file and where exactly should I put that. thanks. |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 31 July 2003 : 08:38:39
|
Response.Write " <LI><span class=""spnMessageText""><a href=""admin_config_groupcats.asp"">Group Categories Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_mod_dbsetup.asp"">MOD Setup</a></span><font size=""" & strFooterFontSize & """> (<span class=""spnMessageText""><a href=""admin_mod_dbsetup2.asp"">Alternative MOD Setup</a></span>)</font></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""setup.asp"">Check Installation</a></span><font size=""" & strFooterFontSize & """><b> (Run after each upgrade !)</b></font></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_ipgate.asp"">IPGate Configuration</a></span></LI>" & vbNewLine & _
|
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 31 July 2003 : 17:56:48
|
v2rc2 installed and working good so far |
|
|
fashionhag
New Member
70 Posts |
Posted - 31 July 2003 : 18:49:03
|
I cannot get this module to work. I need help ASAP please!!! |
|
|
randykirkpatrick
New Member
73 Posts |
Posted - 31 July 2003 : 19:42:20
|
v2rc2 installed and working great for us. |
Thank you Randy K |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 01 August 2003 : 00:21:31
|
Are you upgrading or new install fashion? Which part are you have problems with?
if it is the admin_page part depending on where you insert the link it will look like
" <LI><span class=""spnMessageText""><a href=""admin_ipgate.asp"">IPGate Configuration</a></span></LI>" & vbNewLine & _
or response.write " <LI><span class=""spnMessageText""><a href=""admin_ipgate.asp"">IPGate Configuration</a></span></LI>" & vbNewLine
Thx Chuck and Randy for the feedback. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 01 August 2003 : 19:09:59
|
Couple of things I've noticed:
If you edit an entry in the 'IP Admin' page (admin_ipgate.asp) you get a stray > appearing beside the 'Block this page' text. It seems something on Line 1024 is borking the HTML.
Also I would suggest changing the title of the page that you enter details of a banned member from "IPGate Version 2 RC 2 User Settings" to "IPGate Version 2 RC 2 Ban User" and "IPGate Version 2 RC 2 IP Address Settings" to "IPGate Version 2 RC 2 Ban IP Address" just to clarify what each page does.
|
|
|
gpctexas
Junior Member
320 Posts |
Posted - 02 August 2003 : 02:05:18
|
Okies, will check it out, I think I fixed the > in the page, just havent updated the zip yet. Will look and make sure.
inc_ipgate.asp has been updated. Query logging is fixed. The zip contains all updated files. updated files since initial release admin_ipgate.asp and inc_ipgate.asp
http://www.gpctexas.net/ipgate_v2RC2.zip
http://www.gpctexas.net/admin_ipgate.txt rename .txt to .asp
Is the new admin page helpful any? I changed the layout a bunch and separated ip banning from user banning with the exception of one page. Also the help for a field is included next to the field instead of in a pop up. The links at the top of each page is a definate plus in my opinion, since you dont have to return to the main page to get to the others.. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
Edited by - gpctexas on 02 August 2003 02:45:29 |
|
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 02 August 2003 : 06:59:51
|
Yes, the admin page is more logicaly laid out. |
|
|
ULSS
Starting Member
7 Posts |
Posted - 02 August 2003 : 11:37:27
|
i got the version 8.7 to work , its great on my end. thanks |
|
|
gpctexas
Junior Member
320 Posts |
|
Chuck McB
Junior Member
WooYay
196 Posts |
Posted - 03 August 2003 : 09:29:25
|
Wee bit of SQL string checking is needed on admin_ipgate.asp, using a ' in the comment field of add user gives:
Microsoft OLE DB Provider for SQL Server error '80040e14'
Line 1: Incorrect syntax near 's'.
/admin_ipgate.asp, line 1117
chkString(request.form("formfield"),"SQLString") should do the job.
Also is there any easy way to unban a user, say someone who's been banned by the use of too wide a IP range ban At the moment I just add that user to the IP admin section as a watched user, then delete them after they have visited a couple of time. |
Edited by - Chuck McB on 03 August 2003 09:32:05 |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 03 August 2003 : 14:28:19
|
I'll try and see about revisting the database and have the cookie expire itself if the member id is not in the iplist table. I've been thinking about adding this for those accidental bans.
Looks like that will also work for page keys and member ids too, just tried the ' in them and got an error as well. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
Edited by - gpctexas on 03 August 2003 14:38:34 |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 03 August 2003 : 18:05:46
|
Ok Chuck here are some files to test: backup inc_ipgate.asp and admin_ipgate.asp
copy these files to your forum directory http://www.gpctexas.net/gatecookieexpiretest.zip
edit/add a user that you are trying to remove a cookie ban from add their username and in the drop down box for status select expire ban. the date ranges do not matter in this case as the mod is setting the cookie expire date in the past from the current time on the users machine. As long as their ip address isn't in a range ban then the cookie should expire, but if they are, the cookie will get reset and rebann them. I also made another change in the initial cookie check, before it check the cookie and directly went to ban, now it checks for cookie and blank username then bans. This should also allow them to log in.
I haven't had a chance to fully test this yet to see if it has any other affects on other bans and this is experimental idea. Initial tests worked for the change |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
Edited by - gpctexas on 03 August 2003 18:09:37 |
|
|
Hopper
Junior Member
192 Posts |
Posted - 04 August 2003 : 16:52:19
|
First of all, ive got the Mod installed per instructions.
But when I enter an IP (example: "64.68.82.") to ban the whole 255 IP range it doesnt work.. Ive tested this with an active user and they were still able to get on the forum without any difficaulty. Ive placed the include in the inc_header.asp at the specified location from the docs to block access to the entire forum.
Also, are you no longer able to specify a specific range? the screen does not give you a place to put in the second IP for the range of IP's. |
|
|
Topic |
|