with using gethostbyaddr($_SERVER['REMOTE_ADDR']); we can only find the IP address and also if we use php_uname ( ‘n’); we find the server name.
is there any code to find exactly the name of computer of the web site’s viewer ?
in PHP or in javascript ?
hey all,
we use php_uname ( ‘n’); we find the server name.
is there any code to find exactly the name of computer of the web site’s viewer ?
in PHP or in javascript ?
im not too too smart when it comes to stuff like this but im trying to find the location of a stolen computer, any help? i dont know the name or ip address but ive been looking into it, how do i send the code to find the computer name?
18 Responses for "How to get user’s IP and computer name using PHP"
its gr8,
if i think , it can be used as a windows authentication provided using a domain user(machine) of a network.
Hey dude, this is view only remote IP adress, but i need to client’s computer name. Do you know to any? For example use javascript and PHP :s
Try this out
echo php_uname();
echo php_uname(‘n’);
Thanx for your valuable information. It will be helpful for me
thanks its work
its great thanks
Hermano con echo
echo php_uname ( ‘n’);
obtengo es el nombre del equipo cliente no el remoto. Si tienes la solución mucho sabría agradecerle.
hey all,
with using gethostbyaddr($_SERVER['REMOTE_ADDR']); we can only find the IP address and also if we use php_uname ( ‘n’); we find the server name.
is there any code to find exactly the name of computer of the web site’s viewer ?
in PHP or in javascript ?
Thank’s a lot. It works fine….
hello,
i want to get the localhost of a site for example http://www.italy.com
is there a way to type in php? pls reply
Neither gethostbyaddr($_SERVER['REMOTE_ADDR']);
not php_uname();
is capable of giving you the client’s machine’s IP.
That is actually not possible (as fa as I think).
If you can get that info you can put virus strait-away into it.
How to get user’s workgroup name and hardware information using PHP
hey all,
we use php_uname ( ‘n’); we find the server name.
is there any code to find exactly the name of computer of the web site’s viewer ?
in PHP or in javascript ?
I think it is possible but it is hard with php cause hotmail does it
try getenv(‘COMPUTERNAME’);
im not too too smart when it comes to stuff like this but im trying to find the location of a stolen computer, any help? i dont know the name or ip address but ive been looking into it, how do i send the code to find the computer name?
dsfgdsfg dsfg sdfg
Hi…
Its really great.. This one i want.. thanks for your post.
There is no way to get client machine ID using PHP as far as i know. if you can do you will be a good hacker.
Leave a reply