Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

add.cgi problem ..

Quote Reply
add.cgi problem ..
i use add.cgi to add the new link in the form , after i click "Add Rescource"
it will show
[Auto submission is not allowed in this directory. Please visit the site to add your entry.]
what can i fix ?
Quote Reply
Re: add.cgi problem .. In reply to
In the links.cfg file...

Add your domain in the @db_referer array, like the following:

Code:
@db_referer = ('mydomain.com','www.mydomain.com');

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: add.cgi problem .. In reply to
now i just use I.P for db_referer = ('xxx.xxx.xx.xx');, beacuse i wait the domain name .
so use I.P is different to domain name ?
Quote Reply
Re: add.cgi problem .. In reply to
YES...use the IP Address rather than the Domain Address.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.


Quote Reply
Re: add.cgi problem .. In reply to
I aready get hhe domain name and add in the @db_referer = ('mydomain.com','www.mydomain.com');
also when the add link same problem.....
Quote Reply
Re: add.cgi problem .. In reply to
I don't understand the problems you are having...

Most likely you are using the wrong domains or IP addresses.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.