!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:\xampp\xampp\htdocs\jaime\nuevo\WebCalendar-1.0.2\   drwxrwxrwx
Free 7.96 GB of 239.26 GB (3.33%)
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:     colors.php (2.09 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
include_once 'includes/init.php';
$INC = array('js/colors.php');
print_header($INC,'','',true);

$colors = array("00""33""66""99""CC""FF");
$grayscale = array("FFFFFF","DDDDDD","C0C0C0","969696","808080","646464","4B4B4B","242424","000000");
$green1 = array("FF""CC""99");
$green2 = array("66""33""00");

?>

<div style="text-align:center;">
<table style="border-collapse: separate;border: none;background-color:#000000;border-spacing: 1px;">
<?php
// First green array 
for ($r=0$r<count($colors); $r++){     //the red colors loop
  
echo "<tr>\n"
  for (
$g=0$g<count($green1); $g++){   //the green colors loop
    
for ($b=0$b<count($colors); $b++){ //iterate through the six blue colors
      
$c $colors[$r].$green1[$g].$colors[$b];
      echo 
"<td style=\"background-color:#" $c ";\"><a href=\"javascript:sendColor('#" $c .
        
"')\"><img src=\"spacer.gif\" class=\"color\" alt=\"\" /></a></td>\n";
    } 
//End of b-blue innermost loop
  
//End of g-green loop
  
echo "</tr>\n"// close row 
//End of r-red outermost loop

// second green array
for ($r=0$r<count($colors); $r++){     //the red colors loop
  
echo "<tr>\n"
  for (
$g=0$g<count($green2); $g++){   //the green colors loop
    
for ($b=0$b<count($colors); $b++){ //iterate through the six blue colors
      
$c $colors[$r].$green2[$g].$colors[$b];
      echo 
"<td style=\"background-color:#" $c ";\"><a href=\"javascript:sendColor('#" $c .
        
"')\"><img src=\"spacer.gif\" class=\"color\" alt=\"\" /></a></td>\n";
    } 
//End of b-blue innermost loop
  
//End of g-green loop
  
echo "</tr>\n"// close row 
//End of r-red outermost loop
?>
</table>
<br />
<table style="border-collapse: separate;border: none;background-color:#000000;border-spacing: 1px;"><tr>
<?php
for ($gs=0$gs<count($grayscale); $gs++){     
  
$c $grayscale[$gs];
  echo 
"<td style=\"background-color:#" $c ";\"><a href=\"javascript:sendColor('#" $c .
       
"')\"><img src=\"spacer.gif\" class=\"color\" alt=\"\" /></a></td>\n";

?>
</tr></table>

</div>

<?php print_trailer falsefalsetrue ); ?>
</body>
</html>

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