View Single Post
Old 07-15-2006, 07:14 AM   #122
ali
Addict
ali doesn't litterali doesn't litter
 
ali's Avatar
 
Posts: 302
Karma: 116
Join Date: May 2006
Device: Iliad, dude!
tribble: could you try to look into some files? You could load this HTML file:

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>x</title>
  </head>
  <body>
	 <a href="/proc/cpuinfo" type="text/plain">/proc/cpuinfo</a><br>
	 <a href="/proc/mounts" type="text/plain">/proc/mounts</a><br>
	 <a href="/proc/meminfo" type="text/plain">/proc/meminfo</a><br>
	 <a href="/proc/modules" type="text/plain">/proc/modules</a><br>
	 <a href="/proc/version" type="text/plain">/proc/version</a><br>
	 <a href="/proc/1/cmdline" type="text/plain">/proc/1/cmdline</a><br>
	 <a href="/proc/net/tcp" type="text/plain">/proc/net/tcp</a><br>
	 <a href="/var/log/messages" type="text/plain">/var/log/messages</a><br>
	 <a href="/etc/passwd" type="text/plain">/etc/passwd</a><br>
	 <a href="/etc/inittab" type="text/plain">/etc/inittab</a><br>
	 <a href="/etc/." type="text/plain">/etc/.</a><br>
  </body>
</html>
ali is offline   Reply With Quote