!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)

C:\cumbreclima\wp-content\plugins\slideshow-jquery-image-gallery\views\SlideshowPluginSlideshowSlide\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
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:     frontend_video.php (1001 B)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$videoId           
'';
$showRelatedVideos 0;

if (isset(
$properties['videoId']))
{
    
$videoId htmlspecialchars($properties['videoId']);
}

if (isset(
$properties['showRelatedVideos']) && $properties['showRelatedVideos'] === 'true')
{
    
$showRelatedVideos 1;
}

// If the video ID contains 'v=', it means a URL has been passed. Retrieve the video ID.
$idPosition null;

if ((
$idPosition stripos($videoId'v=')) !== false)
{
    
// The video ID, which perhaps still has some arguments behind it.
    
$videoId substr($videoId$idPosition 2);

    
// Explode on extra arguments (&).
    
$videoId explode('&'$videoId);

    
// The first element is the video ID
    
if (is_array($videoId) && isset($videoId[0]))
    {
        
$videoId $videoId[0];
    }
}

?>

<div class="slideshow_slide slideshow_slide_video">
    <div class="slideshow_slide_video_id" style="display: none;" data-show-related-videos="<?php echo $showRelatedVideos?>"><?php echo $videoId?></div>
</div>

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