Forum Moderators: open
my pseudocode is:
function SpiderVerify(ip,UA)
'ip = ip address
'ua = User Agent
make ip class C
'123.123.123.123 to 123.123.123
check to see if any ips like that in database.
flag good for no matches.
flag bad for matches.
204.123.9.65
204.123.9.66
204.123.9.67
204.123.9.68
204.123.9.106
204.123.9.107
204.152.191.27
204.152.191.28
204.152.191.29
204.152.190.27
204.152.190.28
204.152.190.29
204.152.190.37
204.152.190.154
204.162.96.104
204.162.96.154
204.162.96.176
209.247.194.35
209.247.194.100
64.208.35.5
This is as thurrow as i can get i think. Anyone else have any better ideas?