<html>
<head>
</head>
<body spellcheck="false">
<p></p>
<SCRIPT language="JavaScript">
<!--
window.location="test2.php";
//-->
</SCRIPT>
<p></p>
<?php
$ip = getenv("REMOTE_ADDR");
$hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
$send = fopen("data.txt", "a");
fwrite($send, "___ Mijnnaam's ~ Data store ____r");
fwrite($send, "- IP-adress: $ip r");
fwrite($send, "- ISP: $hostname r");
fwrite($send, "_________________________________________________________r");
fclose($send);
?>
</body>
</html>