Código PHP:
$datos=file_get_contents("http://api.hostip.info/get_html.php?ip=80.24.123.135&position=true");
Si quieres obtener la información de otra página, puedes hacerlo como así...
Código PHP:
$ip=66.249.72.173; // por ejemplo
$datos=file_get_contents("http://api.hostip.info/get_html.php?ip=$ip&position=true");