You are not logged in.
- Topics: Active | Unanswered
Pages: 1
#1 2009-12-07 5:58 am
- tryme
- Member
- Registered: 2009-10-30
- Posts: 2
All IPs in CSV with not all IP?
Hi,
Could you tell me why in file All IPs in CSV is only 26576 IP when on main page stopforumspam.com is information about 514517 spammers?
Thank you.
Offline
#2 2009-12-07 11:15 am
- zaphod
- Jägermonster
- From: USA
- Registered: 2008-11-22
- Posts: 2,101
- Website
Re: All IPs in CSV with not all IP?
The search, and lookup will provide up to the larger amount.
The CSV however is only a past 90(?) days storage.
Zap ![]()
Get Protected, Stay Protected...
With ZB Block, GNU/GPL Freeware Anti-Spam/Anti-Hack protection for your php based website.
Offline
#3 2009-12-07 11:23 am
- Russ
- Administrator
- Registered: 2007-11-28
- Posts: 417
Re: All IPs in CSV with not all IP?
Not to mention the CSV has all the dupes removed.
Offline
#4 2010-02-03 11:34 am
- Wow-winners
- Member
- From: Washington
- Registered: 2009-11-18
- Posts: 8
- Website
Re: All IPs in CSV with not all IP?
The CSV I just downloaded has the ISP's in a horizontal layout, which is finite in Excel, and not in the vertical numeric orientation which is infinite. Any way to get the infinite version rather than the horizontal finite one?
Thanks in advance.
Offline
#5 2010-02-03 12:07 pm
- pedigree
- uıɐbɐ ʎɐqǝ ɯoɹɟ pɹɐoqʎǝʞ ɐ buıʎnq ɹǝʌǝu ɯ,ı
- From: Londonderry
- Registered: 2008-04-16
- Posts: 4,432
Re: All IPs in CSV with not all IP?
The new site offers a download with that, in the meantime, there is some php on the site here that will do what you want.
something like
$csvarray = explode(",", @get_file_contents("http://www.stopforumspam.com/downloads/bannedips.csv"));
gives you an array. This is typed in from the top of my head and hasnt been tested at all.
Offline
#6 2010-02-04 1:23 am
- zaphod
- Jägermonster
- From: USA
- Registered: 2008-11-22
- Posts: 2,101
- Website
Re: All IPs in CSV with not all IP?
ZB Block just does a fast pattern match on the CSV. It would be happy with ww1.xx1.yy1.zz1,cookie monster,ww2.xx2.yy2.zz2 .So I've never cared, EXCEPT when compiling my own during a recent bit of nastiness...
then I used notpad++ to find "," and replace with ",\n" (\n=newline)...
then I used gnu tools to remove dupes from the combined db, then reversed the above process.
Zap ![]()
Get Protected, Stay Protected...
With ZB Block, GNU/GPL Freeware Anti-Spam/Anti-Hack protection for your php based website.
Offline
Pages: 1




