1 2 3 4
<head><link rel="stylesheet" href="style.css"></head> <pre> <?php echo shell_exec("traceroute -m 15 ". escapeshellarg($_SERVER['REMOTE_ADDR']));?> </pre>