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

$title 
$description $url $urlTarget $alternativeText $noFollow $postId '';

$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['url']))
{
    
$url htmlspecialchars($properties['url']);
}

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

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

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

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

// Post ID should always be numeric
if (is_numeric($postId)):

    
$anchorTag $endAnchorTag $anchorTagAttributes '';

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

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

    
// Get post from post id. Post should be able to load
    
$attachment get_post($postId);
    if (!empty(
$attachment)):

        
// If no alternative text is set, get the alt from the original image
        
if (empty($alternativeText))
        {
            
$alternativeText $title;

            if (empty(
$alternativeText))
            {
                
$alternativeText htmlspecialchars($attachment->post_title);
            }

            if (empty(
$alternativeText))
            {
                
$alternativeText htmlspecialchars($attachment->post_content);
            }
        }

        
// Prepare image
        
$image          wp_get_attachment_image_src($attachment->ID'full');
        
$imageSrc       '';
        
$imageWidth     0;
        
$imageHeight    0;
        
$imageAvailable true;

        if (!
is_array($image) ||
            !
$image ||
            !isset(
$image[0]))
        {
            if (!empty(
$attachment->guid))
            {
                
$imageSrc $attachment->guid;
            }
            else
            {
                
$imageAvailable false;
            }
        }
        else
        {
            
$imageSrc $image[0];

            if (isset(
$image[1], $image[2]))
            {
                
$imageWidth  $image[1];
                
$imageHeight $image[2];
            }
        }

        
// If image is available
        
if ($imageAvailable): ?>

            <div class="slideshow_slide slideshow_slide_image">
                <?php echo $anchorTag?>
                    <img src="<?php echo htmlspecialchars($imageSrc); ?>" alt="<?php echo $alternativeText?><?php echo ($imageWidth 0) ? 'width="' $imageWidth '"' ''?> <?php echo ($imageHeight 0) ? 'height="' $imageHeight '"' ''?> />
                <?php echo $endAnchorTag?>
                <div class="slideshow_description_box slideshow_transparent">
                    <?php echo !empty($title) ? '<' $titleElementTag ' class="slideshow_title">' $anchorTag $title $endAnchorTag '</' $titleElementTag '>' ''?>
                    <?php echo !empty($description) ? '<' $descriptionElementTag ' class="slideshow_description">' $anchorTag $description $endAnchorTag '</' $descriptionElementTag '>' ''?>
                </div>
            </div>

        <?php endif; ?>
    <?php endif; ?>
<?php 
endif; ?>

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