I telneted into the cgi script and said error on line 34 see
sub getcontent{
use LWP::Simple;
$counter=0;
local ($url) = @_;
$page = get($url);
if ($page) {
if ($page =~ /$site_check/i){
}
else {
print "checking $url - They are not linking back ";
print "<a href=\"mailto\:$links[7]\"> $links[7]</a><br>";
}
}
else {
print "Checking $url - Could not connect! - <a href=\"$url\" target=\"_new\">[Manually Check]</a><br>";
}
}
what that mean?? I have setup a heap of www.scripts.co.nz I am not two thick! BUT can not see this one
------------------
Best Regards
Danny de Hek www.danny.co.nz/danny.html (Diary) www.scripts.co.nz/diary
New Zealand's Information Network www.newzealandnz.co.nz
PenPals Club www.penpals.co.nz
Electronic Postcard www.scripts.co.nz/postcards
Email: danny@danny.co.nz Ph +64 3 36 55652 Cellular: 025 961 652 Office fax: +64 3 351 4652 Mobile Fax: 08 326 1095
Snail mail: P O Box 2275 Christchurch New Zealand
CAUTION: This communication is confidential and may be legally privileged or subject to copyright. If it is not addressed to you, please immediately contact us at our cost and do not use, disclose, copy, distribute or retain any of it without our authority.
sub getcontent{
use LWP::Simple;
$counter=0;
local ($url) = @_;
$page = get($url);
if ($page) {
if ($page =~ /$site_check/i){
}
else {
print "checking $url - They are not linking back ";
print "<a href=\"mailto\:$links[7]\"> $links[7]</a><br>";
}
}
else {
print "Checking $url - Could not connect! - <a href=\"$url\" target=\"_new\">[Manually Check]</a><br>";
}
}
what that mean?? I have setup a heap of www.scripts.co.nz I am not two thick! BUT can not see this one
------------------
Best Regards
Danny de Hek www.danny.co.nz/danny.html (Diary) www.scripts.co.nz/diary
New Zealand's Information Network www.newzealandnz.co.nz
PenPals Club www.penpals.co.nz
Electronic Postcard www.scripts.co.nz/postcards
Email: danny@danny.co.nz Ph +64 3 36 55652 Cellular: 025 961 652 Office fax: +64 3 351 4652 Mobile Fax: 08 326 1095
Snail mail: P O Box 2275 Christchurch New Zealand
CAUTION: This communication is confidential and may be legally privileged or subject to copyright. If it is not addressed to you, please immediately contact us at our cost and do not use, disclose, copy, distribute or retain any of it without our authority.