I currently don't have any code to detecting hard driver information. I want to know total disk space, and serial number if possible.
I have worked on getting client's IP ADDRESS, and it worked. The code for detecting IP ADDRESS from the server itself:
<?php
$_SERVER;
echo $_SERVER['SERVER_ADDR'];
?>