View Single Post
Old 12-11-2004, 03:20 AM   #3
zaartix
Orange Mole
 
Join Date: May 2004
Location: russia, samara
Posts: 56
result of this bug - anyone can view content of any file.
for example this is a part of your http://www.phpdig.net/forum/sendmessage.php file:
<?php
include("//hide\\");
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.phpdig.net/forum/");
exit();
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin 3.0.3 - Licence Number L*1*2*6*

in this code i've hide full path and license number
zaartix is offline   Reply With Quote