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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MOD: IPGate for v3.4
 New Topic  Topic Locked
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 26

fashionhag
New Member

70 Posts

Posted - 30 July 2003 :  21:18:04  Show Profile
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.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 31 July 2003 :  08:38:39  Show Profile  Visit gpctexas's Homepage
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
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 31 July 2003 :  17:56:48  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
v2rc2 installed and working good so far
Go to Top of Page

fashionhag
New Member

70 Posts

Posted - 31 July 2003 :  18:49:03  Show Profile
I cannot get this module to work. I need help ASAP please!!!
Go to Top of Page

randykirkpatrick
New Member

73 Posts

Posted - 31 July 2003 :  19:42:20  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
v2rc2 installed and working great for us.

Thank you
Randy K
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 01 August 2003 :  00:21:31  Show Profile  Visit gpctexas's Homepage
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
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 01 August 2003 :  19:09:59  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
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.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 02 August 2003 :  02:05:18  Show Profile  Visit gpctexas's Homepage
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
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 02 August 2003 :  06:59:51  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
Yes, the admin page is more logicaly laid out.
Go to Top of Page

ULSS
Starting Member

7 Posts

Posted - 02 August 2003 :  11:37:27  Show Profile
i got the version 8.7 to work , its great on my end.
thanks
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 02 August 2003 :  18:30:38  Show Profile  Visit gpctexas's Homepage
inc_ipgate.asp updated again to fix unforseen problem when query logging was fixed, which broke page banning.

page banning now works again. Zip updated.
http://www.gpctexas.net/ipgate_v2RC2.zip

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip
Go to Top of Page

Chuck McB
Junior Member

WooYay
196 Posts

Posted - 03 August 2003 :  09:29:25  Show Profile  Visit Chuck McB's Homepage  Send Chuck McB an ICQ Message
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
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 03 August 2003 :  14:28:19  Show Profile  Visit gpctexas's Homepage
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
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 03 August 2003 :  18:05:46  Show Profile  Visit gpctexas's Homepage
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
Go to Top of Page

Hopper
Junior Member

192 Posts

Posted - 04 August 2003 :  16:52:19  Show Profile  Send Hopper an ICQ Message
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.
Go to Top of Page
Page: of 26 Previous Topic Topic Next Topic  
Previous Page | Next Page
 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.21 seconds. Powered By: Snitz Forums 2000 Version 3.4.07