Ask a Question related to PERL Beginners, Design and Development.
-
Anadi Taylor #1
getting the IP address of a visitor to a site
Hi all,
I am writting a hit counter and would like to get the IP address of a
visitor to my site, can anyone point me in the right direction please. :D
Thanks in advance
Anadi
__________________________________________________ _______________
Express yourself with cool emoticons - download MSN Messenger today!
[url]http://www.msn.co.uk/messenger[/url]
Anadi Taylor Guest
-
Allow-tag in Vhost.xml - is it address of .swf or the visitor?
Hello, what is meant by the <Allow>address</Allow> im Vhost.xml? Ist it the address of the visitors PC or is it the address of the... -
Site Visitor's eMail Address
I teach Mathematics using Internet to secondary school students. I have many students to whom I send emails on Monday, Wednesday, and Friday. ... -
checking visitor stay duration on site? how?
Hi, I would like to check how long a visitor stays on my (flash)site. I can start a timer with: starttime = getTimer(), then endtime =... -
site check address
http://www.klp.biz/roberts/index.html Referring URLs http://www.klp.biz/roberts/index.html -
WEB SITE ALLOW! ? ADDRESS? SETUP?
I want to publish my web page for the world to see. How do I setup my xp home edition to do this and what will my address be? I've been fooling... -
Anadi Taylor #2
getting the IP address of a visitor to a site
Hi all,
I am writting a hit counter and would like to get the IP address of a
visitor to my site, can anyone point me in the right direction please. :D
Thanks in advance
Anadi
__________________________________________________ _______________
Sign-up for a FREE BT Broadband connection today!
[url]http://www.msn.co.uk/specials/btbroadband[/url]
Anadi Taylor Guest
-
Dan Muey #3
RE: getting the IP address of a visitor to a site
Howdy> Hi all,
$ENV{'REMOTE_HOST'}> I am writting a hit counter and would like to get the IP address of a
> visitor to my site, can anyone point me in the right
> direction please. :D
>
perldoc perlvar
Look for the %ENV section
HTH
DMuey
> Thanks in advance
>
> Anadi
>
> __________________________________________________ _______________
> Express yourself with cool emoticons - download MSN Messenger today!
> [url]http://www.msn.co.uk/messenger[/url]
>
>
> --
> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
>
>Dan Muey Guest
-
Owen #4
Re: getting the IP address of a visitor to a site
On Thu, 11 Sep 2003 12:46:24 +0000
"Anadi Taylor" <cu4productions@hotmail.com> wrote:
You might look at Enviroment variables, partcicularly>
> I am writting a hit counter and would like to get the IP address of a
> visitor to my site, can anyone point me in the right direction please.
$ENV{REMOTE_ADDR} or maybe $ENV{REMOTE_HOST}
--
Owen
Owen Guest
-
Jimstone77@aol.com #5
Re: getting the IP address of a visitor to a site
In a message dated 9/11/03 6:10:06 PM Eastern Daylight Time,
[email]rcook@pcug.org.au[/email] writes:
> On Thu, 11 Sep 2003 12:46:24 +0000
> "Anadi Taylor" <cu4productions@hotmail.com> wrote:
>> You might look at Enviroment variables, partcicularly> >
> > I am writting a hit counter and would like to get the IP address of a
> > visitor to my site, can anyone point me in the right direction please.
$IP_Address = $ENV{REMOTE_HOST};
Jimstone77@aol.com Guest



Reply With Quote

