Quote:
Originally Posted by JimpsEd
Yes, Javascript can be used. Well there you go I guess 
|
yes but javascript can be easly blocked .... i also don't see a reason why you wanted todo this since formatting other peoples compter is not really of your business....
the one (and only) way to always have the "real ip" of a users (even if he/she is behind an anonymous proxyserver) is to use sun micrososystems java programming language php can access a computername yes but it can be faked ...
PHP Code:
<?php
$ip=$_SERVER['REMOTE_ADDR'];
echo $ip;
$ip=GetHostByAddr($_SERVER['REMOTE_ADDR']);
// and so on
?>
and cookies can be blocked to so no trust in that ....