Gossamer Forum
Home : Products : Links 2.0 : Customization :

Did not work ;((

Quote Reply
Did not work ;((
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.

Quote Reply
Re: Did not work ;(( In reply to
Do you have LWP installed in your server? If not, then you cannot use this Mod..This Mod uses LWP:Simple that is compiled in your server.

PLEASE DO NOT CREATE DUPLICATE THREADS!! IF the recommendations given by other LINKS users do not answer your questions or problems adequately, then PLEASE ADD a reply to your ORIGINAL Topic!

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: Did not work ;(( In reply to
Youll have to specify the acronym as my ISP said he did know know what LWP was
Quote Reply
Re: Did not work ;(( In reply to
 From what I've read, if your ISP doesn't know what LWP is, then you probably don't have it installed on your account.


------------------
Robert Blackstone
Webmaster of Scato Search
www.scato.com


[This message has been edited by Robert_B (edited February 28, 2000).]

[This message has been edited by Robert_B (edited February 28, 2000).]
Quote Reply
Re: Did not work ;(( In reply to
I need to install it on my server so I still need to know what is stands for

Thank you
Quote Reply
Re: Did not work ;(( In reply to
Go to cpan.org and download LWP...However, your hosting company may need to compile the module in their server.

LWP stands for Library for WWW access in Perl or Libwww-perl.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums


[This message has been edited by AnthroRules (edited February 28, 2000).]