Author |
Topic |
gpctexas
Junior Member
320 Posts |
Posted - 14 June 2007 : 20:51:24
|
changelog: RC2 to RC3 July 4th autoclean issue fixed
RC1 to RC2 status *Banned users are now logged once more *couple admin_ipgate.asp tweaks to ban dates *dbs files fixed (I hope I got them all) *logs have the ability to clean themselves after set amount of time (Yay!) *various admin page tweaks *Various CaSE SensItivE Fixes *bug in inc_ipgate with cookies fixed *Proxies-Shaggy may have fixed this one, his code is in use in inc_ipgate.asp *Date issue using European date format fixed
no db changes between 2.3.4 to 2.44
Download at http://www.snitzbitz.com/mods/details.asp?Version=All&mid=194 or http://www.gpctexas.net/ipgate_v244.zip
Features/Improvements -Paginated Logs
-Ban by username, ipaddress, and ipaddress subnet
-You can ban by either means above. If you decide to use a browser cookie, a cookie will be placed on the users computer which flags them by their status. If that user switches names or ip address, the cookie flags them and bans them. If their ip address or username is different, a new ban record is inserted to auto ban the new username and ip address. At this time, no on off switch available for the new auto ban feature.
-You can add a list of banned pages that all users whos status is set to blocked access, can not access.
-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. A cookie expire option has been added to help alieviate accidental range bans. Remember to expire a cookie for a week before deleting a ban.
-You can log all ips or only those specified to watch in the database.
-Admin ban prevention improved
-Works with Access, MS SQL, and My SQL
Support for mod should be asked in the mod implementation forum. Always test mod on a test copy of forum before implenting it live. Remember to backup your files/db before upgrading < |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
Edited by - gpctexas on 04 July 2007 17:23:51 |
|
Etymon
Advanced Member
United States
2385 Posts |
Posted - 14 June 2007 : 23:51:07
|
Thank you ... as always! < |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
gpctexas
Junior Member
320 Posts |
|
gpctexas
Junior Member
320 Posts |
Posted - 17 June 2007 : 21:31:06
|
I think you can safely remove it. I dont see it used anywhere anymore. That variable was ported into strIPGatelog which now can be set as 0, 1, 2 which is the different logging levels. Before strIPGatelog and strIPGateTyp both referenced logging from the original author, in this release I merged them to keep my sanity.< |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
gpctexas
Junior Member
320 Posts |
|
Desmomax
New Member
55 Posts |
Posted - 17 January 2008 : 10:43:01
|
Hallo, i have ipgate 2.4.4 June 2007 installed in my forum www.ilbraccoitaliano.net/myforum and i have inserted the include as you suggest in readme file:
<!--#INCLUDE FILE="inc_ipgate.asp"-->
to the very bottom of inc_header.asp right after the %>
should look like %> <!--#INCLUDE FILE="inc_ipgate.asp"-->
if i do so the mod doesnt work, if i insert the include at the top, just after : <!--#INCLUDE FILE="inc_func_common.asp" --> it works...
moreover i have an error message coming pretty often, the error message is:
Errore di run-time di Microsoft VBScript error '800a01fb'
Si č verificata un'eccezione: 'rs.Open'
/myforum/inc_ipgate.asp, line 89
could you please help me? this error disappear if i update the page, i have no idea what kind of message is.. the strange thing is that this error came out after 6 months i have installed your mod..
many thanx < |
Il forum |
Edited by - Desmomax on 17 January 2008 10:46:02 |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 17 January 2008 : 16:51:15
|
Can you copy and paste the ipgate forum variables from the forum variable page?
Also the error shown might indicate a corrupt mdac install. What db are you using?< |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
Desmomax
New Member
55 Posts |
Posted - 18 January 2008 : 09:23:59
|
mysql 5.0 where can i found ipgate variables you need?
i try to reinstall the mdac...
may i also know where is the correct include position in inc_header?
thanx < |
Il forum |
Edited by - Desmomax on 18 January 2008 09:40:14 |
|
|
Desmomax
New Member
55 Posts |
Posted - 18 January 2008 : 10:14:09
|
i updated the driver but the error still come: Errore di run-time di Microsoft VBScript error '800a01fb'
Si č verificata un'eccezione: 'rs.Open'
/myforum/inc_ipgate.asp, line 89
< |
Il forum |
|
|
Desmomax
New Member
55 Posts |
Posted - 18 January 2008 : 10:25:02
|
here is my config.asp
link removed for security reasons< |
Il forum |
|
|
modifichicci
Average Member
Italy
787 Posts |
|
gpctexas
Junior Member
320 Posts |
|
Desmomax
New Member
55 Posts |
Posted - 21 January 2008 : 09:22:59
|
is this that you need? (in meanwhile the error appers lots of time during the day...)
NOTA: La seguente tabella mostra i valori di differenti variabili usate dal Forum. /myforum/STRIPGATEBAN 1 /myforum/STRIPGATELCK 0 /myforum/STRIPGATECOK 1 /myforum/STRIPGATEMET 0 /myforum/STRIPGATEMSG Sei stato bannato da questo Forum! /myforum/STRIPGATELKMSG Il Forum č attualmente chiuso /myforum/STRIPGATENOACMSG L'accesso alla pagina richiesta ti e' stato disabilitato /myforum/STRIPGATEWARNMSG You are not allowed access to the page requested. /myforum/STRIPGATEVER 2.4.4 /myforum/STRIPGATELOG 2 /myforum/STRIPGATETYP 0 /myforum/STRIPGATEEXP 7 /myforum/STRIPGATECSS 0 /myforum/STRIPGATECTR 1 /myforum/STRIPGATESHOWRECS 10 /myforum/STRIPGATEAUTOCLEAN 7< |
Il forum |
Edited by - Desmomax on 22 January 2008 03:50:47 |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 21 January 2008 : 15:00:28
|
yeah but only needed the STRIPGATE*** ones. The variable I was looking for is there.
You might wanna edit your reply and remove everything but STRIPGATE**** variables.< |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
Edited by - gpctexas on 21 January 2008 15:07:04 |
|
|
Topic |
|