Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Error Adding Resource

Quote Reply
Error Adding Resource
There were the following errors trying to add your resource:

When I put new link (add.cgi) it write:
Auto submission is not allowed in this directory. Please visit the site to add your entry.

Please make any changes and try again!

Please help me!

------------------
Quote Reply
Re: Error Adding Resource In reply to
make sure that your URL is listed in links.cfg as a valid source, for example:

Code:
# Referers -- which hosts are allowed to add to your database.
@db_referers = ('dbink.hostingcheck.com');

------------------
Marie Altobelli
Dragonsblood Ink. Librarian
http://dbink.hostingcheck.com
Quote Reply
Re: Error Adding Resource In reply to
I have a problem trying to add a resource too.
When I add a resource to the site it shows this Error page:
"Auto submission is not allowed in this directory. Please visit the site to add your entry. "
the site is at:
________________________
http://www.flashmove.com
I need help URGENTLY!!!!
____________________
The @db_referers = ('www.flashmove.com');

------------------
Be Dynamic nOt Static......

[This message has been edited by rynax (edited April 18, 2000).]
Quote Reply
Re: Error Adding Resource In reply to
Make sure that you have not inadvertantly remmed out the following codes in your links.cfg file:

Code:
@db_referers = ('www.flashmove.com');

"rem" means comment out with the # sign, like the following example:

Code:
# @db_referers = ('www.flashmove.com');

Also, you might want add the following values in the db_referers array:

Code:
'flashmove.com'

like the following:

Code:
@db_referers = ('www.flashmove.com','flashmove.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: Error Adding Resource In reply to
Glad you figured it out...yes, I should've remembered...if you have one value in an array, you do not need the single quotation marks.

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: Error Adding Resource In reply to
Dear Eliot,

Thanks for your help!
i found out the problem was that ('www.flashmove.com')
was without
(www.flashmove.com)!

------------------
Be Dynamic nOt Static......