I was having some issues with my connection, and was messing around with telnet and I telnetted to my webserver and made a pretty standard request.
GET / HTTP/1.1
host: skiddieleet.org

and this is what it spits out
HTTP/1.1 200 OK
Date: Sun, 19 Sep 2004 16:03:53 GMT
Server: Apache/2.0.61 (Unix) PHP/5.0.3
X-Powered-By: PHP/5.0.3
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Pragma: no-cache
Set-Cookie: PHPSESSID=b7f9948e67555bade3e9c8d609bc92bd; path=/
Set-Cookie: hits=true; expires=Sun, 19-Sep-2004 16:34:04 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=ISO-8859-1

41
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>

3b
<title>skiddieleet.org</title>
<style type="text/css">

2c
table {
background-color: #666666;
}


29
td {
background-color: #333333;
}


29
th {
background-color: #993300;
}


6f
body {
color: #FFFFFF;
font-family: sans-serif;

font-size: small;
background-color: #00000
0;
}

36
a:link { color: #FFFFFF; text-decoration: underline; }
3b

a:active { color: #FFFFFF; text-decoration: underline; }
3c

a:visited { color: #FFFFFF; text-decoration: underline; }
40

a:hover { color: #FFFFFF; text-decoration: none; }
</style>

8
</head>

7
<body>

44
<br />
<img src="./images/sk.gif" alt="We put the skiddie in leet">

5e
<table style='background-color: #000000; width: 100%;'>
<tr>
<td vali
gn="top" style='width:
2a
20%; background-color: #000000;'>
<br />

50
<table style='width: 200px;'>
<tr>
<th align="center">Navigation</t
h>
</tr>

46
<tr>
<td align="center"><a href="./index.php">Home</a></td>

</tr>

4d
<tr>
<td align="center"><a href="./projects.php">Projects</a>
</td>
</tr>

45
<tr>
<td align="center"><a href="./chat.php">Chat</a></td>

</tr>

47
<tr>
<td align="center"><a href="./forum.php">Forum</a></td>

</tr>

5c
<tr>
<td align="center"><a href="./index.php?action=viewmembe
rs">Members</a></td>
</tr>

47
<tr>
<td align="center"><a href="./login.php">Login</a></td>

</tr>

4d
<tr>
<td align="center"><a href="./register.php">Register</a>
</td>
</tr>

5b
</table>
<br />
<table style='width: 200px;'>
<tr>
<th align="cente
r">Links</th>
</tr>

79
<tr>
<td align="center"><a href="http://shell.alternate-heave
n.com/" target="_blank">Alternate-Heaven</a></td>
</tr>

63
<tr>
<td align="center"><a href="http://www.n3kr00.com/" targ
et="_blank">n3kR00</a></td>
</tr>

6b
<tr>
<td align="center"><a href="http://www.antionline.com/"
target="_blank">AntiOnline</a></td>
</tr>

63
<tr>
<td align="center"><a href="http://www.google.com/" targ
et="_blank">Google</a></td>
</tr>

71
</table>
<br />
</td>
<td valign="top" align="center" style='b
ackground-color: #000000; width: 80%;'>
<br />

3a
<table style='width: 400px;' cellpadding="2">
<tr>
<th
1c
valign="top" align="center">
35
skiddieleet.org</th>
</tr>

6b
<tr>
<td valign="top">First of all I wo
uld like to thank Lisa and baka for
72
getting me this domain. Thank you very much . I know there isn't much here y
et, but there will be hopefully.
7e
I just finished a private messaging system for the site and I hope that it is fu
nctional (it seemed to be when I tested it).
77
For the future I plan on adding forums and maybe even photo albums for users. I
am open to suggestions for the site.
95
If you have any you can PM me <a href="./private.php?action=new&getto=skiddielee
t">here</a> or <a href="mailto:[email protected]">email</a> me.
50
Thank you for visiting skiddieleet.org and come back soon.</td>
</tr>
</table>

18
</td>
</tr>
</table>

92
<br /><br />
<div align="center"><font size="2" color="#333333">connecting from:
192.168.0.101</font><br />
<img src="./images/hits.jpg">
</div>

8
</body>

8
</html>

0
The thing that caught my eye as strange was all those numbers just stuck within the code. I looked in a browser and they don't show up in view source. I host other site, and some of the pages do this and some don't. Has anyone seen this or heard of this before, and if so do you have any clue what is going on and if it's something to worry about? It almost seems as though it's spitting out hex numbers bettween every few lines of code. Any insight into what is going on would be greatly appreciated. Thank you very much. Peace.