Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
42 lines (37 sloc)
1.13 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Hallo!</title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> | |
| </head> | |
| <body bgcolor="#000000" text="#FF0000"> | |
| <center><h2><br><br><b>Hallo Chipatama!! Its me again! Woohoo...arf arf. Well, uh, gotta go...now THAT was a useless defacement!</b></h2><br><h1>-M<u><i>o</i></u>zy-</h1></center><br><br><br><br><br><br><br><br> | |
| <h1 align="center">Your Info(Where available):</h1> | |
| <div align="center"><center> | |
| <table border="1" width="90%" bgcolor="#FFFF00"> | |
| <tr> | |
| <td width="29%"><h3>Your Address:</h3> | |
| </td> | |
| <td width="71%"><h3 align="left"><% = Request.ServerVariables("Remote_Addr") %></h3> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="29%"><h3>Your Host:</h3> | |
| </td> | |
| <td width="71%"><h3><% = Request.ServerVariables("Remote_Host") %></h3> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="29%"><h3>What you're using:</h3> | |
| </td> | |
| <td width="71%"><h3><% = Request.ServerVariables("HTTP_User_Agent") %></h3> | |
| </td> | |
| </tr> | |
| </table> | |
| </center></div> | |
| <p> </p> | |
| <center><i>Buh bye!</i></center> | |
| <p><br> | |
| </p> | |
| </body> | |
| </html> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |