Justin Mann wrote:
I have a member website, which has the webring code built in under the
Link http://www.geprellte-strukkis.de/images/webring/webring.html
If you click on the link, you can see that it works.
When I run the [check sites], I then get a error 403 Forbidden
Well, the site seems to not like requests from Perl scripts, but I
believe you can fix it.
At line 1758 of revision 1.169 of ring.pm you find this:
my $useragent = new LWP::UserAgent;
Try adding this code right after that line:
$useragent->agent('');
/ Gunnar