here is a link to download
thanks a lot![]()
![]()
#!/usr/local/bin/perl
$|++;
use strict;
use Net::HTTP;
for (1..10000) {
my $client = Net::HTTP->new(Host => 'hostwithrefererstats.com');
$client->write_request(GET => '/', 'User-Agent' => "Mozilla/5.0", Referer => 'hxxp://linkwespam.com' );
}