Author |
Topic |
gpctexas
Junior Member
320 Posts |
Posted - 08 August 2004 : 22:43:57
|
I think I found where it was looping
locate
if strIPGateBan = 1 then
'get db records
Set rs1 = Server.CreateObject("ADODB.Recordset")
StrSql = "SELECT * FROM " & strTablePrefix & "IPLIST"
rs1.Open StrSql, strConnString
do until (rs1.eof)
replace do until (rs1.eof)
with
do until ((rs1.eof) or (Foundip=1) or (FoundName=1))
I haven't tested this yet, if it works lemme know so I can update the zip. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 09 August 2004 : 07:35:10
|
Ok, will try that! Bigger problem now though: I actually have about 25 "watched" users and IPs and yesterday I finally had to "ban" one and now EVERYONE, including the "watched" ones are banned too, needless to say I'm getting some pretty nasty emails fromt the "watched" ones even though I put a note saying "if you feel this is an error, contact info@...." :-( Is there a quick fix for this? In the meantime I switched back the "banned" to "watched" and it works ok again.
|
|
|
gpspassion
Junior Member
260 Posts |
Posted - 09 August 2004 : 07:39:57
|
Ok, made that change, works a charm, only one message - now if we could find a way to "mix" banned and watched that would be great ;-) |
|
|
gpctexas
Junior Member
320 Posts |
|
gpspassion
Junior Member
260 Posts |
Posted - 09 August 2004 : 19:33:14
|
a mixture, but I've checked and there's no overlapping, i.e. UserID "watched" and IP "banned" or vice versa. |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 09 August 2004 : 22:22:33
|
I rescripted inc_ipgate.asp today, look for ipgate 2.3.0 to be released for testing soon. It should address the message repeating loop until it encounters the record it is looking for and add new cookie function. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 10 August 2004 : 07:05:37
|
Great - that loop was gone with the code you put above. Any thoughts on the banned/watched "mixing" issue? |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 10 August 2004 : 14:22:30
|
Paste a couple of record that are being affected so I can see the data, modify the data if needed, but keep it similar to how you entered it. It will give me a starting place to start looking. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 10 August 2004 : 14:50:22
|
Records from the IP Admin - I don't think they would be dissimilar to what you would obtain by typing items directy ;-)
Not sure what happened, but after adding som "blocked" and then removing them and putting "banned", and removing them, now it seems to be working ok...odd!
|
Edited by - gpspassion on 10 August 2004 14:54:57 |
|
|
gpctexas
Junior Member
320 Posts |
|
gpspassion
Junior Member
260 Posts |
Posted - 16 August 2004 : 15:56:44
|
No more "banning" of "watched" users so far ;-) On a related matter, an anonymous "hater" has just boasted that they had 7 accounts on the site... is there a way I can run reports to try to track him down? I wonder if I didn't see this listed as a MOD feature somewhere. |
|
|
gpctexas
Junior Member
320 Posts |
Posted - 16 August 2004 : 17:44:05
|
new auto ban by detected cookie feature should auto insert his new names into the ban table if you are using 2.3 beta :) |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 05 November 2004 : 16:09:33
|
Need to check out that beta! IPGATE has been working well for me, thanks! Is there a way I could log all activity of all guets/usres on one specfic thread to identify potential misuse (i.e. "borrowing" of the data it contains) of the info it contains?
|
|
|
gpctexas
Junior Member
320 Posts |
Posted - 05 November 2004 : 18:13:24
|
Turn logging all on and user logging off. You can then log all page access attemps. but a side affect is the logs table will get huge if you dont clear it out. IPGate 3 will have an auto cleaning function.
Beta still holding until I get time to complete it. |
ipgate 2.4.4 RC3 http://www.gpctexas.net/ipgate_v244.zip |
|
|
gpspassion
Junior Member
260 Posts |
Posted - 18 November 2004 : 11:57:05
|
Right, yes that's goingo to get out of hand pretty quick! How about a little add-on to for some "surgical tracking" ;-) |
|
|
Topic |
|