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

rasure
Junior Member

289 Posts

Posted - 25 October 2003 :  00:06:06  Show Profile  Visit rasure's Homepage
You forgot to include these at the top of inc_ipgate.asp


REDIRECT_BAN="ipgate_banned.asp"
REDIRECT_LCK="ipgate_lockdown.asp"
REDIRECT_NOA="ipgate_noaccess.asp"


Other than that the cookie ban works fine cant say for IP`s as I haven't tried as yet. Great Mod

Psychic & Spiritual Development Resources
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 25 October 2003 :  02:56:56  Show Profile  Visit gpctexas's Homepage
fixed

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

gpctexas
Junior Member

320 Posts

Posted - 26 October 2003 :  20:12:28  Show Profile  Visit gpctexas's Homepage
Here ya go gargoyle, ver 2.1 patch http://www.gpctexas.net/ipgate21patch.zip with your multiple pagekey addon

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

Gargoyle
Junior Member

USA
280 Posts

Posted - 26 October 2003 :  22:52:57  Show Profile  Visit Gargoyle's Homepage
Lookin good!!! Thanks gpctexas!! Works sweet!!

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 27 October 2003 :  00:57:46  Show Profile  Visit gpctexas's Homepage
Cool, I rewrote the whole banning part of it and cleaned up the coding quite a bit. I'll release the full one here in a couple of days. IT is released fully on sh's forums.

Good lesson learned ==> Flowcharts are yer friends

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip

Edited by - gpctexas on 27 October 2003 01:00:16
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 27 October 2003 :  11:51:55  Show Profile  Visit gpctexas's Homepage
10/27 I had to fix a bug with not using enough () for checking ip subnet which wouldn't ban them correctly. Patched file here.. http://www.gpctexas.net/inc_ipgate.txt

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip

Edited by - gpctexas on 27 October 2003 11:53:21
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 29 October 2003 :  22:57:22  Show Profile  Visit Gargoyle's Homepage
gpctexas. My logs do not store all ips correctly. They seem to get to a particular number of entries and then start to replace eachother resulting in an incomplete list. Is this intentional ? If it is can I make it not do that ? Thanks!

Also when I lock down the forum I cannot login to the admin section. It says that I have but then kicks me back to the lockdown page.

Here is a link to my Snitz powered Drag Racing site.

Edited by - Gargoyle on 29 October 2003 22:58:23
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 30 October 2003 :  12:51:40  Show Profile  Visit gpctexas's Homepage
update 10/30 fixed a problems with subnet banning with ipgate 2.1

ipgate2.1 can be downloaded at http://www.gpctexas.net/ipgate_v21.zip


Gargoyle: When you are viewing the logs, you are only getting the last 150 entries. The other entries are there just not being shown. I did this to help on page loading time. It originally was set to load 500 at a time from Alex.

if you locate this in admin_ipgate.asp

Case "Logs"
Set rs = Server.CreateObject("ADODB.Recordset")

Select Case strDBType
Case "mysql"
strSql = "SELECT * from " & strTablePrefix & "IPLOG order by IPLOG_ID desc LIMIT 0,500"
Case "access"
strSql = "SELECT TOP 150 * from " & strTablePrefix & "IPLOG IPLOG order by IPLOG_ID desc"
Case else
strSql = "SELECT * from " & strTablePrefix & "IPLOG order by IPLOG_ID desc"
end select

and change the 150 back to 500.

I am currently working on the logs page to add some sort of sorting function to it.

Check your inc_ipgate and locate the line about 122
if strIPGateLck = 1 then

and see if mlev < 4 is with it.

The lastest inc_ipgate.asp has this. First test runs I forgot to add this to this line.

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip

Edited by - gpctexas on 30 October 2003 12:57:26
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 30 October 2003 :  17:50:07  Show Profile  Visit Gargoyle's Homepage
Alright I have this:
if strIPGateLck = 1 and mlev < 4 then
  call lockdown()
end if


And thanks for the tip on the log view!

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

ehoffman73
Starting Member

45 Posts

Posted - 12 November 2003 :  22:57:53  Show Profile
To verify, if I am banning a specific IP address, I don't need to use username. If it is a range, then username must also exist. Correct? Install was a breeze and its working...awesome.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 13 November 2003 :  09:01:28  Show Profile  Visit gpctexas's Homepage
ver 2.1 does not need the username anymore. You should just be able to ban by range and it will work. Previous releases had the problem of both, but not anymore.

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

gpctexas
Junior Member

320 Posts

Posted - 21 November 2003 :  00:08:39  Show Profile  Visit gpctexas's Homepage
bug was found in admin_ipgate.asp

fixed admin page here:

http://www.gpctexas.net/admin_ipgate.txt

zip updated as well.

http://www.gpctexas.net/ipgate_v21.zip

This mod will be tested soon and sql server. Results will follow sometimes over the weekend.

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

guessme
Banned User

393 Posts

Posted - 25 November 2003 :  02:20:10  Show Profile  Visit guessme's Homepage
Is this the mod to use over IP Block?

Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 27 November 2003 :  06:13:01  Show Profile  Visit tomasalsbro's Homepage
Where can I download v2.0.0 Final?

Tomas

!-Keep distance in traffic-!
www.whiplashinfo.se

Edited by - tomasalsbro on 27 November 2003 06:14:17
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 27 November 2003 :  15:35:33  Show Profile  Visit gpctexas's Homepage
http://www.gpctexas.net/ipgate_v21.zip

this is the current version

This mod works with access db and MSSQL.

Yes guessme this will work over ipblock.

ipgate 2.4.4 RC3
http://www.gpctexas.net/ipgate_v244.zip
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.26 seconds. Powered By: Snitz Forums 2000 Version 3.4.07