Click to See Complete Forum and Search --> : Getting a USERS LOGIN NAME


SniperX
06-04-2003, 05:25 AM
SORRY To be asking stupid questions again - but
IS there a way to get the users ip address and diplay it on the page.

Regards and Thanks in Advance

MW

SniperX
06-04-2003, 06:57 AM
Hi there AGAIN - the second time today...
I was wondering if it is possible to get the users login name (whether on a mac/windows/unix/linux machine)?
IF it is could you please enlighten me...

Regards and Thanks in advance

DJ MAtty

SniperX
06-04-2003, 07:03 AM
Also thanx for the reply to 'IP Adress'
Do you have any idea where i may get information on that sort of thing.

Any resources?

Regards

SniperX
06-04-2003, 07:09 AM
Server side coding, and
SSI


Please...
Thanks

SniperX
06-04-2003, 07:29 AM
Thanks for all your help Mr.Clark.

Kindest Regards
mw

Asch
06-04-2003, 08:14 AM
You can get it with this works sometimes...
if it doesnt work with ".html" put your file in ".shtml" caus it uses server side....


var ip = '<!--#echo var="REMOTE_ADDR"-->';

window.defaultStatus = "Your IP address is "+ip;


--this displays in status bar---

asch
:D