Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
wp-content /
themes /
CESA New /
Delete
Unzip
Name
Size
Permission
Date
Action
sites
[ DIR ]
drwxr-sr-x
2020-03-20 05:34
Footer.php
2.81
KB
-rw-r--r--
2025-01-30 10:04
Header.php
4.22
KB
-rw-r--r--
2025-01-30 10:04
functions.php
158
B
-rw-r--r--
2025-01-30 10:04
index.php
995
B
-rw-r--r--
2025-01-30 10:04
js_1.js
104.74
KB
-rw-r--r--
2025-01-30 10:04
js_2.js
922.22
KB
-rw-r--r--
2025-01-30 10:04
js_3.js
175.87
KB
-rw-r--r--
2025-01-30 10:04
js_4.js
52.09
KB
-rw-r--r--
2025-01-30 10:04
js_5.js
1.7
KB
-rw-r--r--
2025-01-30 10:04
sidebar.php
1.33
KB
-rw-r--r--
2025-01-30 10:04
style.css
151.47
KB
-rw-r--r--
2025-01-30 10:04
style_2.css
10.18
KB
-rw-r--r--
2025-01-30 10:04
style_3.css
16.35
KB
-rw-r--r--
2025-01-30 10:04
style_4.css
11.07
KB
-rw-r--r--
2025-01-30 10:04
style_5.css
13.5
KB
-rw-r--r--
2025-01-30 10:04
style_6.css
80.71
KB
-rw-r--r--
2025-01-30 10:04
Save
Rename
<?php get_header(); ?> <div class="container"> <div class="row"> <div class="col-md-9"> <?php while ( have_posts() ) : the_post(); ?> <article class="<?php post_class(); ?>" id="post-<?php the_ID(); ?>"> <h2 class="entry-title"><?php the_title(); ?></h2> <?php if ( !is_page() ):?> <section class="entry-meta"> <p>Posted on <?php the_date();?> by <?php the_author();?></p> </section> <?php endif; ?> <section class="entry-content"> <?php the_content(); ?> </section> <section class="entry-meta"><?php if ( count( get_the_category() ) ) : ?> <span class="category-links"> Posted under: <?php echo get_the_category_list( ', ' ); ?> </span> <?php endif; ?></section> </article> <?php endwhile; ?> </div> <div class="col-md-3"> <?php get_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?>