Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Add a link ?

Quote Reply
Add a link ?
I use add.cgi when I'm in my home page

Thanks !

[This message has been edited by extreme29 (edited January 24, 2000).]
Quote Reply
Re: Add a link ? In reply to
Which script are you using to "add" links? admin.cgi or add.cgi file?

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------







Quote Reply
Re: Add a link ? In reply to
I'm using add.cgi when I'm on my homepage !
Quote Reply
Re: Add a link ? In reply to
Make sure you have done the following:

1) Have "POST" METHOD in your form codes.
2) Make sure that you have the correct sendmail or SMTP configurations set properly in the links.cfg file.
3) Make sure that you have the Mailer.pm uploaded to your /cgi-bin/links/ directory.
4) Make sure that you have the following attribute in your submit input field:

Code:
name="process_form"

LIKE THE FOLLOWING:

Code:
<input type="submit" name="process_form" value="Add Site">

Deja vu! Deja vu! This is the third time I have posted these codes in the last two days.

Smile

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------