!C99Shell v. 1.0 pre-release build #16!

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)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/stat/   drwxr-xr-x
Free 4.04 GB of 27.03 GB (14.95%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     update2.php (3.02 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
require("config.inc.php");
require(
"msg_english.inc.php");
?>
<html>
<head>
<title>ezBOO WebStats</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
-->
</style>
<link rel="stylesheet" href="style1.css">
</head>

<body bgcolor="#FFFFFF">
<table width="760" border="1" cellspacing="0" cellpadding="2" bordercolor="#636563" class="normal">
  <tr bordercolor="#666666">
    <td height="60" valign="middle" align="center"><a href="/"><img src="image/logo_ez1.gif" width="200" height="40" border="0"></a></td>
    <td colspan="2" bgcolor="#666666" class="titre" height="60">
      <div align="center" class="titre"><font color="#FFFFFF">&gt;&gt; Administrator
        panel &lt;&lt; </font></div>
    </td>
  </tr>
  <tr bordercolor="#FFFFFF">
    <td colspan="3" bordercolor="#666666" height="200">
      <p align="right">&nbsp; </p>
      <div align="center"><font color="#FF3333">
<?php
require ("config_sql.php");

$ct = mysql_connect("$server","$user","$password") or die($msgSQLConnectImpossible);
$db = mysql_select_db ($base) or die($msgBaseConnectImpossible);
     
// Create Tables
     // Open the create tables text file and execute each line
     
$fd = fopen ($tablesfilename,"r"); //$tablesfilename may be create_tables_english.txt
     
while (!feof($fd)) {
           
$buffer = fgets($fd, 4096);
           if (!
mysql_query($buffer)) die($msgSqlQuerryError."<br><br>".$msgInstallAbort);
           }
     
fclose ($fd);
     
mysql_close ($ct); // close sql connection
?>
  </font>
        <p>&nbsp;</p>
        <table width="539" border="0" cellspacing="2" cellpadding="4" align="center" class="normal">
          <tr>
            <td colspan="4" class="titre2" bgcolor="#CCCCCC">ezBOO WebStats Update</td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td colspan="4">
              <div align="left">
                <p align="center" class="titre2"><font color="#FF0000">SQL Table
                  creation is succesfull</font></p>
                <p>&nbsp;</p>
                <p>&nbsp;</p>
                <p align="center"><a href="index.php">Go to the main page</a></p>
              </div>
              <div align="center"></div>
              <div align="right"></div>
              <div align="center"></div>
              <div align="right"></div>
              <div align="center"></div>
              <div align="right"></div>
              <div align="center"></div>
              <div align="right"></div>
            </td>
          </tr>
        </table>
        <p><br>
          <br>
          <br>
        </p>
      </div>
      <p align="center" class="verysmall"><a href="http://www.ezboo.com" target="_blank"><img src="image/logo_webstats.gif" width="100" height="40" border="0"></a><br>
        <? echo $msgStatBy ?> <a href="http://www.ezboo.com" target="_blank">ezBOO</a>
        <? echo $msgVersion ?></p>
      </td>
  </tr>
</table>
<p class="verysmall">&nbsp;</p>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0038 ]--