Gossamer Forum
Home : Products : Gossamer Links : Discussions :

db_referers

Quote Reply
db_referers
At setup >> build-options is the option:

db_referers

Is it possible to add from another domain?
If yes, how to must be the settings?

Do I need to define just the foreign domain?
http://xyz.com or www.xyz.com ?

Michael

Quote Reply
Re: db_referers In reply to
To allow additions from anyone, but only from your site, you enter the url of add.cgi, but to allow additions from remote sites add their url also.

Paul
Installations:http://wiredon.net/gt/
Support: http://wiredon.net/forum/

Quote Reply
Re: db_referers In reply to
if I need multiple entries, do I need to delimiter them by comma?

Michael

Quote Reply
Re: db_referers In reply to
You would add a comma separated list of domain names.

You would need to add teh 'www' domains (and any others) as well. It's stored in an array, not a hash, so order might mean something in the way of performance -- ie: the most likely domains first.


yourdomain.com,www.yourdomain.com,otherdomain.com,www.otherdomain.com,elmo.otherdomain.com

etc.

this is in the admin. In ConfigData.pm this will be converted to:

'db_referers' => ['yourdomain.com','www.yourdomain.com','otherdomain.com','www.otherdomain.com','elmo.otherdomain.com']


PUGDOG® Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: db_referers In reply to
Thank you!

your veterans are very quick tonight (it´s night in europe).

I will try it.

Michael

Quote Reply
Re: db_referers In reply to
Things are starting to settle down again here, after over 2 months. I should start being more my usual fairly quick reply again. :)

PUGDOG® Enterprises, Inc.
FAQ:http://LinkSQL.com/FAQ
Forum:http://LinkSQL.com/forum
Quote Reply
Re: db_referers In reply to
That´s what forum users are waiting for :)