Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /home/mnnews/public_html/mina/minabusineseng/admin/ drwxr-xr-x |
Viewing file: Select action/file-type:
<?/* $Id: viewbanner.php3,v 1.3 1999/09/12 10:34:01 tobias Exp $ */require("include/mysqlCall.inc.php3"); $res = mysql_db_query('db10505a', " SELECT * FROM 'images' WHERE id = $ID ");if (mysql_num_rows($res) == 0) { echo "no banner"; }else { $row = mysql_fetch_array($res); if($row["format"] == "url") // bkl { Header( "Location: $row[bin_data]"); } else { Header( "Content-type: image/$row[fileformat]"); echo $row[bin_data]; } }?>
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.003 ]-- |