!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.11 GB of 39.52 GB (10.39%)
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_text.php (2.7 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

$title 
$description $textColor $color $url $urlTarget $noFollow '';

$titleElementTag $descriptionElementTag SlideshowPluginSlideInserter::getElementTag();

if (isset(
$properties['title']))
{
    
$title trim(SlideshowPluginSecurity::htmlspecialchars_allow_exceptions($properties['title']));
}

if (isset(
$properties['titleElementTagID']))
{
    
$titleElementTag SlideshowPluginSlideInserter::getElementTag($properties['titleElementTagID']);
}

if (isset(
$properties['description']))
{
    
$description trim(SlideshowPluginSecurity::htmlspecialchars_allow_exceptions($properties['description']));
}

if (isset(
$properties['descriptionElementTagID']))
{
    
$descriptionElementTag SlideshowPluginSlideInserter::getElementTag($properties['descriptionElementTagID']);
}

if (isset(
$properties['textColor']))
{
    
$textColor $properties['textColor'];

    if (
substr($textColor01) != '#')
    {
        
$textColor '#' $textColor;
    }

    
$textColor htmlspecialchars($textColor);
}

if (isset(
$properties['color']))
{
    
$color $properties['color'];

    if (
substr($color01) != '#')
    {
        
$color '#' $color;
    }

    
$color htmlspecialchars($color);
}

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

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

if (isset(
$properties['noFollow']))
{
    
$noFollow 'rel="nofollow"';
}

$anchorTag $endAnchorTag $anchorTagAttributes '';

if (
strlen($url) > 0)
{
    
$anchorTagAttributes =
        
'href="' $url '" ' .
        (
strlen($urlTarget) > 'target="' $urlTarget '" ' '') .
        (
strlen($textColor) > 'style="color: ' $textColor '" ' '') .
        
$noFollow;

    
$anchorTag    '<a ' $anchorTagAttributes '>';
    
$endAnchorTag '</a>';
}

?>

<div class="slideshow_slide slideshow_slide_text" style="<?php echo strlen($color) > 'background-color: ' $color ';' '' ?>">
    <?php if(strlen($title) > 0): ?>
    <<?php echo $titleElementTag?> class="slideshow_title" style="<?php echo strlen($textColor) > 'color: ' $textColor ';' ''?>">
        <?php echo $anchorTag?>
            <?php echo $title?>
        <?php echo $endAnchorTag?>
    </<?php echo $titleElementTag?>>
    <?php endif; ?>

    <?php if(strlen($description) > 0): ?>
    <<?php echo $descriptionElementTag?> class="slideshow_description" style="<?php echo strlen($textColor) > 'color: ' $textColor ';' ''?>">
        <?php echo $anchorTag?>
            <?php echo $description?>
        <?php echo $endAnchorTag?>
    </<?php echo $descriptionElementTag?>>
    <?php endif; ?>

    <a <?php echo $anchorTagAttributes ?> class="slideshow_background_anchor"></a>
</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 ]--