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

gpctexas
Junior Member

320 Posts

Posted - 04 August 2003 :  19:14:38  Show Profile  Visit gpctexas's Homepage
64.68.85. is a subnet and thus 64.68.85.1-255 will be blocked. There is no need for an ending range. Are you running my version 2 rc2? Also 64.68. is a larger subnet and a bigger ban range it would block 64.68.1-255.1-255 which is a lot of ip addresses.

The new admin_ipgate.asp page has a ban ip option you would enter the subnet in. You make sure either a member anme or ipddress is entered but not both to ban, member id get picked up first to override ip bans.

Also banning must be on in the settings, it is by default turned off.

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

Hopper
Junior Member

192 Posts

Posted - 04 August 2003 :  19:20:49  Show Profile  Send Hopper an ICQ Message
the subnet ban doesnt work.. at least not as far as my testing can tell.. as I showed in the previous post, when i tested it with another user, live, it didnt ban them.. they were still able to log on and use the forum.

As for the ip range banning.. what if I just want to ban .15-40 of the subnet.. that is now impossible.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 04 August 2003 :  23:49:45  Show Profile  Visit gpctexas's Homepage
What are your ipgate settings so I can test them, There maybe a setting combination that you are using that may not have been programed in.

I know subnet/ipbans bans work, as that part of the mod was tested in 3 computer labs each lab with its own ip subnet and each computer with its own ip. This is about 65 computers total.

If you are banning a user that has admin rights from a mod, then they wont get banned as the mod keeps check on admin bans and prevents them.

123.123.123.xxx is much easier to code for and way less code than testing 123.123.123.25 thru 123.123.123.45. If you have a troublesome user, banning subnets like this 123.123.123.xxx would catch them if they redialed using the same isp, since the isp would most likely have that subnet 123.123.123.xxx. If they proxied to try to get to your forums then that is where the cookie comes in handy keeping them away.

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

Hopper
Junior Member

192 Posts

Posted - 05 August 2003 :  01:18:25  Show Profile  Send Hopper an ICQ Message
Then when you are doing your dbs file, you should probably just take out the secondary IP field since you're not going to use it anymore... unless youre planning on adding the range bans back in later.
Go to Top of Page

randykirkpatrick
New Member

73 Posts

Posted - 07 August 2003 :  08:45:57  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
I am having a problem with this mod not keeping a person out. His IP is 151.197.246.XX so I enter the 151.197.246. but he keeps registering with a differant user name but the same IP address. What an I doing wrong?

Thank you
Randy K
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 08 August 2003 :  14:20:59  Show Profile  Visit gpctexas's Homepage
Is cookies turned on? The cookies should keep him out unless he has a program that alerts him to the cookie. That ip subnet should work in keeping him out.

Post your setting so I can look at the code and make sure I didn't overlook something. If you are using the new admin page it would be there on the first page and look like.
Banning is On
Lockdown is Off
Cookies are On
All IP Logging is On
User IP Logging is On
Redirection is Off
3D Skin is On

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

Edited by - gpctexas on 08 August 2003 14:23:39
Go to Top of Page

randykirkpatrick
New Member

73 Posts

Posted - 09 August 2003 :  17:04:42  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
Here you go.

Banning is On
Lockdown is Off
Cookies are On
All IP Logging is On
User IP Logging is On
Redirection is Off
3D Skin is Off

Thank you
Randy K
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 09 August 2003 :  20:46:18  Show Profile  Visit gpctexas's Homepage
double check your entry and see if the ip address has a space before or after it. I'll add some code to check and remove spaces to help.

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

gpctexas
Junior Member

320 Posts

Posted - 10 August 2003 :  02:10:35  Show Profile  Visit gpctexas's Homepage
Release candidate 3
http://www.gpctexas.net/ipgate_v2RC3.zip checks for spaces before and after entries.

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

randykirkpatrick
New Member

73 Posts

Posted - 11 August 2003 :  07:01:50  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
Is there a way to see How may time the person has tried to get into the site once they have been Banned?

Thank you
Randy K
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 11 August 2003 :  19:58:08  Show Profile  Visit gpctexas's Homepage
Not yet, but it is an idea to try an implement. I could prolly try adding a sort to the logs and have it generate a report

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

Edited by - gpctexas on 11 August 2003 19:58:47
Go to Top of Page

randykirkpatrick
New Member

73 Posts

Posted - 11 August 2003 :  22:02:04  Show Profile  Send randykirkpatrick an AOL message  Send randykirkpatrick a Yahoo! Message
That would be great. So what is the log that is in it now for?

Thank you
Randy K
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 11 August 2003 :  22:16:18  Show Profile  Visit gpctexas's Homepage
everything that is logged or flagged to be watched/banned pending your settings

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

xfire
Starting Member

6 Posts

Posted - 15 August 2003 :  11:19:58  Show Profile
I am using a new install, as you said in the first step "Use MOD Setup dbs_ipgate.asp IPGate 2.0 Database Setup New Install on the forum admin page to setup the database", I just typed dbs_ipgate.asp in the URl(www.xxsx.com/dbs_files/dbs_ipgate.asp ), and I found that the database (acccess 2000) remain unchanged, I clearly understand this is the very first step i need to do. did I do something wrong?

thanks!
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 15 August 2003 :  19:53:39  Show Profile  Visit gpctexas's Homepage
upload the dbs file to your forum directory.. Then go to your admin home page and click on mod setup, it will be listed there.

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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07