// TERMS OF SERVICE
// This is a simple check my ip script created by Nightcoder for www.funkyvision.co.uk
// By using this script you agree that we will not be held responsible for any damages to you or your business or website
// For more scripts, tutorials, free Cpanel hosting and all round webmaster resources please visit the site below
// http://www.funkyvision.co.uk
// Thank you for using one of the Funkyvision PHP scripts.
// END OF TERMS
$host = $_SERVER["HTTP_HOST"];
$userip = $_SERVER['REMOTE_ADDR'];
$vis_ip = $_SERVER["REMOTE_ADDR"];
$user_agent = $_SERVER["HTTP_USER_AGENT"];
?>
Free Check My IP Script - Funkyvision
Your IP
address is: echo "".$userip.""; ?>
Your browser is: echo "".$user_agent."";?> |
|