This was created because "REMOTE_HOST" environment variable does not always work.
Your IP is : 38.107.191.110
Your Hostname is: 38.107.191.110
REMOTE_HOST =
Use the following php code to generate this:
$ip = getenv('REMOTE_ADDR');
$host = gethostbyaddr($ip);