Forum Moderators: coopster & phranque

Message Too Old, No Replies

RBL script needed

with multi BL (and log)

         

wm2007

1:09 pm on Oct 19, 2006 (gmt 0)

10+ Year Member



I have searched the web for a simple Realtime Blackhole List (RBL) script in Perl, but could not find any other than for mail servers (i will use it with my old scripts).

A simple RBL lookup is ok, multiple RBL lookups is better and if it has a local log included (to add blocked IPs and to read from before RBL check) that would be great.

I have found a nice php script that does what i need, but i need it in Perl.

Anyone care to help me with this one?

If no such Perl script exist, how much would it cost to have the php script "translated" into Perl (i manage a small non profit website)?

[edited by: coopster at 6:09 pm (utc) on Oct. 19, 2006]
[edit reason] removed url per TOS [webmasterworld.com] [/edit]

wm2007

8:21 pm on Oct 19, 2006 (gmt 0)

10+ Year Member



The link to the php script have been removed by admin.

The php script i mentioned is called PHPrbl.
Is there a similar Perl script?

tsalmark

4:05 am on Oct 25, 2006 (gmt 0)

10+ Year Member



you didnt try google did you?
google: perl rbl
gives first response is this page
the second is:
[search.cpan.org...]
which seems a perfect match to what you want.
now for the wrapper, I think what you are asking for is simple but you have left out a few of the details.