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 - 09 July 2003 :  12:38:00  Show Profile  Visit gpctexas's Homepage
I have been using this mod with ms access database with no problems. I wish I had access to an sql server to help figure out what is going on sql serverwise.

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

RArch
Junior Member

United Kingdom
103 Posts

Posted - 17 July 2003 :  10:09:13  Show Profile
I've got v0.8.7 running and have enable logging. Is there any reason why IPLOG_MEMBERID is not populated? Anybody got a fix?
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 17 July 2003 :  10:12:28  Show Profile  Visit gpctexas's Homepage
Where did you insert the include ipgate.asp at.

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

Hopper
Junior Member

192 Posts

Posted - 17 July 2003 :  11:36:48  Show Profile  Send Hopper an ICQ Message
quote:
Originally posted by gpctexas

Where did you insert the include ipgate.asp at.



Exactally where it says to insert it in the documentation.
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 17 July 2003 :  12:36:47  Show Profile  Visit gpctexas's Homepage
If a guest was accessing your site, then IPLOG_MEMBERID wouldnt get populated.
but if
%>
<!--#INCLUDE FILE="inc_ipgate.asp"-->
<%
is not in the right spot then it can not see the member names yet. Below is where it should be placed to get username into the memberid field. Approx line 228, directly above the <html> tag.

%>
<!--#INCLUDE FILE="inc_ipgate.asp"-->
<%
Response.Write "<html>" & vbNewline & vbNewline & _
"<head>" & vbNewline & _
"<title>" & GetNewTitle(strScriptName) & "</title>" & vbNewline

'## START - REMOVAL, MODIFICATION OR CIRCUMVENTING THIS CODE WILL VIOLATE THE SNITZ FORUMS 2000 LICENSE AGREEMENT

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

gpctexas
Junior Member

320 Posts

Posted - 17 July 2003 :  13:16:32  Show Profile  Visit gpctexas's Homepage
Up for testing only on test forums only
a rewritten inc_ipgate.asp and an updated admin_ipgate.asp files.

This is another attempt of making range banning/logging more effcient with this mod. The way this mod looks and compares banned records is totally redone with different logic.

known problems with this rewrite are:
cookies are not implemented yet.
lockdown option is not implemented yet.
the pagekey/special access is not implemented yet

admin_ipgate.asp may not display correctly on non modded forum. (Should display correctly for users using Images 3d skin portal forum.

Notes:
Range banning will work by using the first 2 or 3 octects of an ipaddress and should be entered as 123.123. or 123.123.123. <--do not forget the last . <-- range banning has been changed from the last update that addressed range banning. Do not enter a member name when doing range banning.

username banning requires the username and an ip address of 0.0.0.0

admin_ipgate.asp:
will warn you if your curent ipaddress is included in a range ban. If this message appears, do not log out until you repair the range.
has a nav menu at the top and bottom of every page for easier access to the other pages of the mod.
A link on the log page is now included to follow a link a user visited.
A few other link changes were made through out this page to make things a little easier.

fixed a db field length problem when inc_ipgate.asp would add the query that was used to the log table. If the query was too long then then an error would occur. inc_ipgate will only add the query to the log table if the length is less than 255 characters.


requirements:
the latest ipgate mod installed and working correctly.

download the patched files and overwrite the existing files in your test forum directory.
http://www.gpctexas.net/ipgatestfiles.zip

Initial testing with ranges and individual ipaddress were sucessfull. Username bans were sucessfull.


Please post what you find..

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

Edited by - gpctexas on 17 July 2003 15:51:44
Go to Top of Page

RArch
Junior Member

United Kingdom
103 Posts

Posted - 17 July 2003 :  17:13:15  Show Profile
Thanks gpctexas, I had my <!--#INCLUDE FILE="inc_ipgate.asp"--> far to early in the code
Go to Top of Page

archer_g
Starting Member

22 Posts

Posted - 17 July 2003 :  20:03:53  Show Profile
Proberly posting this in the wrong place, which i will appologise for but if am I right in saying that if I put the includes on a page with the correct path that it will protect those pages as well?
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 17 July 2003 :  20:48:11  Show Profile  Visit gpctexas's Homepage
you can put the include in the inc_header.asp to protect entire forum or in individual pages like post, register, or any page you desire.

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

Beaudoin
New Member

Canada
75 Posts

Posted - 18 July 2003 :  11:37:10  Show Profile  Visit Beaudoin's Homepage
Does anyone have a copy of the latest version of this add-on?

gpctexas link (http://www.gpctexas.net/ipgate_v082beta.zip) no longer works! I'm using v080.

Also, I'm having problems when I edit the inc_header.asp file with the following code:
%>
<!--#INCLUDE FILE="inc_ipgate.asp"-->
<%

I get the following message:
________
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/CLS/New_Army_Site/Snitz/English/inc_ipgate.asp, line 116
_________

I've updated the database successfully (or it tells me so), and I put the <!--#INCLUDE FILE="inc_ipgate.asp"--> exactly where gpctexas said to place it.

Can anyone help?

Jason Beaudoin
Army Web Designer
Canadian Army


Edited by - Beaudoin on 18 July 2003 11:52:17
Go to Top of Page

Beaudoin
New Member

Canada
75 Posts

Posted - 18 July 2003 :  11:54:03  Show Profile  Visit Beaudoin's Homepage
K... I just figured it out.

I was running this on my local environment using IIS5, and naturally, I don't have an IP address and IP loggin was on. As soon as I shut it off, it worked fine.

I still would like a copy of v082 if anyone has it.

Jason Beaudoin
Army Web Designer
Canadian Army

Go to Top of Page

Beaudoin
New Member

Canada
75 Posts

Posted - 18 July 2003 :  14:16:11  Show Profile  Visit Beaudoin's Homepage
I just noticed, again, that in certain instances, I get this error. When I use a firewalled PC, I get it.

Can anyone help me out? What is the problem?

Jason Beaudoin
Army Web Designer
Canadian Army

Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 18 July 2003 :  17:45:30  Show Profile  Visit gpctexas's Homepage
The newest version v087 of this mod is posted in the first post of this thread.

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

Edited by - gpctexas on 18 July 2003 17:51:59
Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 28 July 2003 :  02:50:00  Show Profile  Visit tomasalsbro's Homepage
Hi,

after implementing this mod, new topics show up under wrong and as it seems random forums.

Anyone now what I'm might have done wrong?

Cheers
Tomas

!-Keep distance in traffic-!
www.whiplashinfo.se
Go to Top of Page

gpctexas
Junior Member

320 Posts

Posted - 30 July 2003 :  10:17:14  Show Profile  Visit gpctexas's Homepage
New Version available. I gave this mod some attention and rewrote part of the inc_ipgate.asp. Also updated the admin_ipgate.asp. Admin_ipgate.asp also supports Images 3d skin portal. The readme file contain new install and upgrade instructions. Users who have used this mod previously, need to follow all the instructions. There is an important move to perform for inc_ipgate.asp. This has been tested on a few site already and everything appears to be working nicely.



Download
http://www.gpctexas.net/ipgate_v2RC2.zip




Features Fixed:
  • Range banning now works!
  • pagekeys work! You can block certain pages from users while allowing them read only access to the forums.
  • individual ip's or users can be banned and have cookie set on their machine.
  • Cookies will expire based on the end date you specify when you ban someone. Once a cookie is on their machine they are flagged until the cookie expires. Also, while that cookie is on their machine, the mod will not visit the database again for that user until the cookie is gone.
  • lockdown works
  • You can log all ips or only those specified to watch in the database.
  • This mod now only makes 1 trip to the database to check for ips, names, ranges etc. Should speed things up a little.
  • Admin ban prevention improved
  • New Admin page-old page still available


The readme contains all of the fixes/tweaks applied



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