!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.93%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     config.php (14.81 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<? include("config.inc.php"); ?>
<?
require ("conf_func.php"); ?>
<?
include("get_conf.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="index.php"><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;<a href="index.php">
        <font color="#FFFFFF"><? echo $msgAdminPanel ?> </font></a>&lt;&lt; </font></div>
    </td>
  </tr>
  <tr bordercolor="#FFFFFF">
    <td colspan="3" bordercolor="#666666" height="200">
      <p align="right"><?
function AL_Date( ) {
  Global
$msgDaysArray;
  Global
$msgMonthsArray;
  echo
$msgDaysArray[date("w")] ." ";
  echo
date("j")." ";
  echo
$msgMonthsArray[date("n")-1]." ".date("Y");
}

AL_Date( );
?> </p>

      <p> <?php

function GetCheckBoxValue($BoxName) {
global
$config_table;
$result = mysql_query ("SELECT value FROM $config_table where variable='$BoxName'");
while(
$row = mysql_fetch_array($result)) {   if ($row[0]==1) echo "checked" ; }
}

global
$server;
global
$user;
global
$password;
global
$base;


$c = mysql_connect("$server","$user","$password") or die($msgSqlConnectImpossible);
$db = mysql_select_db("$base") or die($msgBaseConnectImpossible);

?></p>
      <form name="form1" action="config_update.php" method="post" >
        <p>&nbsp; </p>
        <table width="460" border="0" cellspacing="2" cellpadding="4" align="center" class="normal">
          <tr bgcolor="#CCCCCC">
            <td colspan="4" class="titre2"><? echo $msgDisplay ?></td>
          </tr>
          <tr>
            <td width="207">&nbsp;</td>
            <td colspan="3" bgcolor="#CCCCCC">
              <div align="center"><b><? echo $msgOrderBy ?></b></div>
              <div align="center"></div>
            </td>
          </tr>
          <tr>
            <td width="207" bgcolor="#CCCCCC">
              <div align="left"><b><? echo $msgDisplay2 ?></b></div>
            </td>
            <td width="50" bgcolor="#CCCCCC">
              <div align="center"><? echo $msgDay ?></div>
            </td>
            <td width="50" bgcolor="#CCCCCC">
              <div align="center"><? echo $msgWeek ?></div>
            </td>
            <td width="50" bgcolor="#CCCCCC">
              <div align="center"><? echo $msgMonth ?></div>
            </td>
          </tr>
          <tr>
            <td width="207" bgcolor="#CCCCFF">
              <p align="right"><? echo $msgHours ?></p>
            </td>
            <td width="50" bgcolor="#CCCCFF">
              <div align="center">
                <p>
                  <input type="checkbox" name="d_show_hour" value="d_show_hour"


<?php GetCheckBoxValue("d_show_hour"); ?>



>
                </p>
              </div>
            </td>
            <td width="50" bgcolor="#CCCCFF">
              <div align="center"> </div>
            </td>
            <td width="50" bgcolor="#CCCCFF">
              <div align="center"> </div>
            </td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td width="207">
              <div align="right"><? echo $msgDay ?></div>
            </td>
            <td width="50">&nbsp;</td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="w_show_day" value="w_show_day" <?php GetCheckBoxValue("w_show_day"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="m_show_day" value="m_show_day" <?php GetCheckBoxValue("m_show_day"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#CCCCFF">
            <td width="207">
              <div align="right"><? echo $msgMonth ?></div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="d_show_month" value="d_show_month" <?php GetCheckBoxValue("d_show_month"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="w_show_month" value="w_show_month" <?php GetCheckBoxValue("w_show_month"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="m_show_month" value="m_show_month" <?php GetCheckBoxValue("m_show_month"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td width="207">
              <div align="right"><? echo $msgCountry ?></div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="d_show_country" value="d_show_country" <?php GetCheckBoxValue("d_show_country"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="w_show_country" value="w_show_country" <?php GetCheckBoxValue("w_show_country"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="m_show_country" value="m_show_country" <?php GetCheckBoxValue("m_show_country"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#CCCCFF">
            <td width="207">
              <div align="right" bgcolor="#CCCCFF"><? echo $msgOS ?></div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="d_show_os" value="d_show_os" <?php GetCheckBoxValue("d_show_os"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="w_show_os" value="w_show_os" <?php GetCheckBoxValue("w_show_os"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="m_show_os" value="m_show_os" <?php GetCheckBoxValue("m_show_os"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td width="207">
              <div align="right"><? echo $msgBrowser ?></div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="d_show_browser" value="d_show_browser" <?php GetCheckBoxValue("d_show_browser"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="w_show_browser" value="w_show_browser" <?php GetCheckBoxValue("w_show_browser"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="m_show_browser" value="m_show_browser" <?php GetCheckBoxValue("m_show_browser"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#CCCCFF">
            <td width="207">
              <div align="right" bgcolor="#CCCCFF"><? echo $msgRequestPage ?></div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="d_show_reqpage" value="d_show_reqpage" <?php GetCheckBoxValue("d_show_reqpage"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="w_show_reqpage" value="w_show_reqpage" <?php GetCheckBoxValue("w_show_reqpage"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="m_show_reqpage" value="m_show_reqpage" <?php GetCheckBoxValue("m_show_reqpage"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td width="207">
              <div align="right"><? echo $msgReferer ?></div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="d_show_referer" value="d_show_referer" <?php GetCheckBoxValue("d_show_referer"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="w_show_referer" value="w_show_referer" <?php GetCheckBoxValue("w_show_referer"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="m_show_referer" value="m_show_referer" <?php GetCheckBoxValue("m_show_referer"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#CCCCFF">
            <td width="207">
              <div align="right" bgcolor="#CCCCFF"><? echo $msgProvider ?></div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="d_show_provider" value="d_show_provider" <?php GetCheckBoxValue("d_show_provider"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="w_show_provider" value="w_show_provider" <?php GetCheckBoxValue("w_show_provider"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF">
                <input type="checkbox" name="m_show_provider" value="m_show_provider" <?php GetCheckBoxValue("m_show_provider"); ?>>
              </div>
            </td>
          </tr>
          <tr bgcolor="#FFFFCC">
            <td width="207">
              <div align="right"><? echo $msgGraph ?></div>
            </td>
            <td width="50">
              <div align="center">
                <input type="checkbox" name="d_show_hourgraph" value="d_show_hourgraph" <?php GetCheckBoxValue("d_show_hourgraph"); ?>>
              </div>
            </td>
            <td width="50">
              <div align="center"></div>
            </td>
            <td width="50">
              <div align="center"></div>
            </td>
          </tr>
          <tr bgcolor="#CCCCFF">
            <td bgcolor="#CCCCFF" width="207">&nbsp;</td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF"></div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF"></div>
            </td>
            <td width="50">
              <div align="center" bgcolor="#CCCCFF"></div>
            </td>
          </tr>
        </table>
        <br>
        <table width="460" border="0" cellspacing="2" cellpadding="4" align="center" class="normal">
          <tr>
            <td width="112" bgcolor="#CCCCFF">
              <div align="right"><? echo $msg_lang_filename ?></div>
            </td>
            <td width="326" bgcolor="#CCCCFF">
              <p>
                <input type="text" name="lang" value="<?php
$result
= mysql_query ("SELECT value FROM $config_table where variable='lang'");
while(
$row = mysql_fetch_array($result)) {
   echo
$row[0];
}


?>" size="30">
              </p>
            </td>
          </tr>
          <tr>
            <td width="112" bgcolor="#FFFFCC">
              <div align="right"><? echo $msgURLtrucate ?></div>
            </td>
            <td width="326" bgcolor="#FFFFCC">
              <input type="text" name="url_trunc_size" value="<?php
$result
= mysql_query ("SELECT value FROM $config_table where variable='url_trunc_size'");
while(
$row = mysql_fetch_array($result)) {
   echo
$row[0];
}


?>" size="3">
            </td>
          </tr>
          <tr>
            <td width="112" bgcolor="#CCCCFF">
              <div align="right"><? echo $msgBrowserList ?></div>
            </td>
            <td width="326" bgcolor="#CCCCFF">
              <textarea name="browser_list" cols="34" rows="10"><?php
$result
= mysql_query ("SELECT value FROM $config_table where variable='browser_list'");
while(
$row = mysql_fetch_array($result)) {
   echo
$row[0];
}
?>
</textarea>
            </td>
          </tr>
          <tr>
            <td bgcolor="#FFFFCC" width="112">
              <div align="right"><? echo $msgOSList ?></div>
            </td>
            <td width="326" bgcolor="#FFFFCC">
              <textarea name="os_list" cols="34" rows="10"><?php
$result
= mysql_query ("SELECT value FROM $config_table where variable='os_list'");
while(
$row = mysql_fetch_array($result)) {
   echo
$row[0];
}
?>
</textarea>
            </td>
          </tr>
          <tr>
            <td bgcolor="#CCCCFF" width="112">&nbsp;</td>
            <td width="326" bgcolor="#CCCCFF">&nbsp; </td>
          </tr>
          <tr>
            <td bgcolor="#FFFFCC" width="112">&nbsp;</td>
            <td width="326" bgcolor="#FFFFCC">&nbsp;</td>
          </tr>
          <tr>
            <td width="112" bgcolor="#CCCCFF">&nbsp;</td>
            <td width="326" bgcolor="#CCCCFF">&nbsp;</td>
          </tr>
          <tr>
            <td bgcolor="#FFFFCC" width="112">&nbsp;</td>
            <td width="326" bgcolor="#FFFFCC">&nbsp;</td>
          </tr>
        </table>
        <br>
        <table width="460" border="0" align="center">
          <tr>
            <td width="220">
              <div align="center">
                <input type="submit" name="Submit" value="        Ok        ">
              </div>
            </td>
            <td width="220">
              <div align="center">
                <input type="reset" name="Cancel" value="   <? echo $msgCancel ?>   ">
              </div>
            </td>
          </tr>
        </table>
        </form>
      <p>&nbsp;</p>
      <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>

<?php
mysql_free_result
($result);
mysql_close ($c);        // close sql connection
?>

:: 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.0039 ]--