[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] OT: Script to show the IP of a visitor.
- Subject: RE: [cobalt-users] OT: Script to show the IP of a visitor.
- From: "Tony" <isplists@xxxxxxxxxxxx>
- Date: Sun Dec 17 08:00:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Easiest to do with a SSI call:
<B>For Security purposes we record:<br><br>Your IP address:    <font
color=#FFFF00>
<!--#echo var="REMOTE_ADDR"--></font>
<br>Date & Time:   <font color=#FFFF00><!--#echo
var="DATE_LOCAL"--></B></font></font><br>
Page will need to be named with a .shtml extension and you'll need to have
SSI turned on for the domain.
Other Echo Variables: [var= ]
AUTH_TYPE client authorization method if any
CONTENT_LENGTH size of input posted from client
CONTENT_TYPE MIME type of content
DATE_GMT The current GMT (greenwich, UK) can be formatted using #config
DATE_LOCAL current time/date, can be formatted using #config
DOCUMENT_NAME document name that was requested
DOCUMENT_URI URL of the document
LAST_MODIFIED document modified date, can be formatted using #config
PAGE_COUNT number of accesses to current document since server was brought
on line
HTTP_REFERER URL of the document the client came from
REMOTE_ADDR Numeric IP address of the client
REMOTE_HOST domain name of the client (DNS option must be active on server)
REMOTE_USER ID of user, rarely ever found
REQUEST_METHOD HTTP method: GET OR POST
SERVER_NAME server hostname
SERVER_PORT the port used by httpd (usually 80)
SERVER_PROTOCOL Which version of Httpd compliance
SERVER_SOFTWARE The name of the server software, i.e., apache 1.2.5
TOTAL_HITS total pages served by server since brought on line
Tony
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Claudio Cataldo
Sent: Sunday, December 17, 2000 4:49 AM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] OT: Script to show the IP of a visitor.
Sorry for this OT, but I'm looking for a script or CGI to let a user show
it's IP address like the one in this page http://www.handyhosting.com/ip.cfm
Thanks, Claudio
_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users