Author |
Message |
|
So no one knows the answer then. Well as soon as I find out I let you guys know
|
|
|
Did you sort this prob out as I also would like this
|
|
|
try using something like this
# url of script
$cgiurl = "http://you/user/cgi-bin/links.pl";
# base url to all link files without trailing "/"
$link_url = "http://you/user/links";
# base directory to all link files from the server root without trailing "/"
$base_dir = "you/user/links";
# default index page of your choice
$index_url = "http://2you/user/links/ffa-business.html";
# counter log file
$id_count = "you/user/links_id.txt";
|
|
|
About your first question: your link to your admin page should look something like this
http://yourdomain.com/cgi-bin/links.pl?admin=enter
and not just
http://yourdomain.com/cgi-bin/links.pl
On your second all you have to do is refresh the page after you have added a link. It does tell you this on all pages
Hope this helps
|
|
|
Anyone know how to setup freelinks to send an email telling you that a new link has been added
I have sendmail and the guestbook 1.5 installed and it work fine and sends email telling me someone has signed my book.
The script for this seems to be missing from the freelink .pl file.
Many thanks
|
|
|