Web Hosting Talk







View Full Version : Finding out a servers spec's


demomen
10-10-2004, 06:17 PM
Can you find out a server spec's without talking to the host or
having any correspondence with them ..

eSited
10-10-2004, 07:21 PM
iprober.php Upload to the server and it gives all the server information.

hiryuu
10-10-2004, 07:26 PM
If you don't trust your host, find a new host. There are far too many available to spend time worrying about one.

The php function phpinfo() can tell you some details about the server. If it's Linux/FreeBSD/Unix, the shell command 'dmesg' will detail basically all of the hardware on the box.

demomen
10-10-2004, 08:50 PM
OK cool, no I was just wondering ..

DangerMouse
10-11-2004, 04:34 AM
There is also PHPSysInfo
http://phpsysinfo.sourceforge.net/

andreyka
10-11-2004, 08:09 AM
Login to server via ssh.
Run:
dmesg
lspci -v

DangerMouse
10-11-2004, 08:26 AM
Originally posted by andreyka
Login to server via ssh.
Run:
dmesg
lspci -v
That kind of relies on your current host having enabled SSH for you... previously mentioned methods are better imho.

andreyka
10-11-2004, 09:05 AM
If he can binshell php, then can view output.