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

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

E:\nuevo\htdocs\BLA2\boletinlegal\admin\usuarios\include\   drwxrwxrwx
Free 4.99 GB of 239.26 GB (2.09%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     view_active.php (784 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if(!defined('TBL_ACTIVE_USERS')) {
  die(
"Error processing page");
}

$q "SELECT username FROM ".TBL_ACTIVE_USERS
    
." ORDER BY timestamp DESC,username";
$result $database->query($q);
/* Error occurred, return given name by default */
$num_rows mysql_numrows($result);
if(!
$result || ($num_rows 0)){
   echo 
"Error displaying info";
}
else if(
$num_rows 0){
   
/* Display active users, with link to their info */
   
echo "<table align=\"left\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\n";
   echo 
"<tr><td><font size=\"2\">\n";
   for(
$i=0$i<$num_rows$i++){
      
$uname mysql_result($result,$i,"username");

      echo 
"<a href=\"userinfo.php?user=$uname\">$uname</a> / ";
   }
   echo 
"</font></td></tr></table><br>\n";
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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