<?php /* DHT - Document Hide and Track v0.2 (C) 2002 Giancarlo -rofus- Erra hide@address.com http://alfalinux.sourceforge.net This software is under the GNU Public License (GPL) */ ?> <html> <head> <title>Document Hide and Track: pass page</title> <META HTTP-EQUIV="Expires" CONTENT="Mon, 01 Jan 1990 01:00:00 GMT"> <meta http-equiv="expires" content="now"> <meta http-equiv="pragma" content="no-cache"> </head> <body bgcolor=white> <font face="Arial, Helvetica"> <br><br> Insert your data to view the document. <br><br> <form action="dht.php" method="POST"> Name: <input type="text" maxlenght=25 size=25 name="name"><br><br> Email: <input type="text" maxlenght=100 size=25 name="email"><br><BR><br> <?php echo "<input type=\"hidden\" name=\"referer\" value=\"$HTTP_REFERER\">"; echo "<input type=\"hidden\" name=\"remoteaddr\" value=\"$REMOTE_ADDR\">"; echo "<input type=\"hidden\" name=\"remotehost\" value=\"$REMOTE_HOST\">"; echo "<input type=\"hidden\" name=\"useragent\" value=\"$HTTP_USER_AGENT\">"; ?> <input type="submit" value="view"> </form> <br><br><br><br><center><font size="-2">Powered by <a href="http://alfalinux.sourceforge.net/dht.php3">DHT</a></font></center> </font></body></html>