D
Dino
hi folks,
need some help with a perl-script.
i manage a website with a guestbook written in perl.
so, my problem is that i get overfilled with fuc**** spam always from
the same 4,5 ip-adresses. i can't access the hosting server, so i
cannot block the ip's from there. i need to block them trough the
script. is that possible?
something like that (as one of the first lines in the script):
if ($ENV{'REMOTE_ADDR'} eq "192.168.1.1") then exit;
sorry, but i do not have a clue about perl.
thanks for any help
Dino
need some help with a perl-script.
i manage a website with a guestbook written in perl.
so, my problem is that i get overfilled with fuc**** spam always from
the same 4,5 ip-adresses. i can't access the hosting server, so i
cannot block the ip's from there. i need to block them trough the
script. is that possible?
something like that (as one of the first lines in the script):
if ($ENV{'REMOTE_ADDR'} eq "192.168.1.1") then exit;
sorry, but i do not have a clue about perl.
thanks for any help
Dino