Home : Products : Gossamer Links : Discussions :

Products: Gossamer Links: Discussions: Re: [Cleo_] Anyway to have the submitters IP address recorded?: Edit Log

Here is the list of edits for this post
Re: [Cleo_] Anyway to have the submitters IP address recorded?
Try a Global:

sub {
return $ENV{REMOTE_ADDR}
}

Have a column to store this.
Use tags to have the value inserted.
Should work though never tried in LSQL

Go a step ahead with a second global:

sub {
return $ENV{HTTP_X_FORWARDED_FOR}
}

And u could perhaps also store the same (if available), if the Link Owner is using a connection of that sorts.

HyTC

Last edited by:

HyperTherm: Oct 10, 2004, 9:34 AM

Edit Log: