Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: Can't use string ("GT::Mail")

Quote Reply
Re: Can't use string ("GT::Mail") In reply to
Thanks Alex !
it works now!

I am interested in the Recip Link Checker for Links SQL. You write in your Description (http://www.gossamer-threads.com/scripts/resources/Detailed/938.html):

>>>> In Links.pm <<<<
# This should be the URL (start with http://) to the directory where your
# admin files are. No trailing slash.
$LINKS{admin_root_url} = "http://server/linkssql/cgi-bin/admin";

Add:
# Link to check for on other sites
$LINKS{site_check} = "www.yourdomain.com";
# Path to the HTML file that will be generated.
$LINKS{recip_report} = "/path/to/recip.html"; # PATH to recip report.
# URL to where the recip.html will be.
$LINKS{report_url} = "http://www.yourdomain.com/path/to/recip.html";
# URL to where your recip.cgi script is.
$LINKS{report_cgi} = "http://www.yourdomain.com/path/to/recip.cgi";

But I cannot find any entry in Links.pm which like '$LINKS{admin_root_url} = '.
At which place must I carry out the changes?

Thanks for your Support !

Sorry for my bad english !!!!

Subject Author Views Date
Thread Can't use string ("GT::Mail") JackJack 2011 Jan 31, 2001, 3:57 PM
Thread Re: Can't use string ("GT::Mail")
Alex 1943 Jan 31, 2001, 7:33 PM
Post Re: Can't use string ("GT::Mail")
JackJack 1913 Feb 2, 2001, 3:53 PM