Your IP:
More info
Remote Port:
'.$_SERVER["REMOTE_PORT"].'
'; echo '
Request Method:
'.$_SERVER["REQUEST_METHOD"].'
'; echo '
Server Protocol:
'.$_SERVER["SERVER_PROTOCOL"].'
'; echo '
Server Host:
'.$host.'
'; echo '
User Agent:
'.$_SERVER["HTTP_USER_AGENT"].'
'; if ($proxy) echo '
Proxy:
'.($proxy) ? $proxy : ''.'
'; $time_start = microtime(true); usleep(100); $time_end = microtime(true); $time = $time_end - $time_start; ?>
It took seconds to pull this info.