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 | : 13.58.72.59
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 /
woocommerce /
[ HOME SHELL ]
Name
Size
Permission
Action
archive-product.php
3.21
KB
-rw-r--r--
single-product.php
2.4
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : single-product.php
<?php /** * The Template for displaying all single products. * * Override this template by copying it to yourtheme/woocommerce/single-product.php * * @author WooThemes * @package WooCommerce/Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly get_header(); ?> <?php $content_padding = get_post_meta(get_the_ID(),'product-ctpadding',true); $woo_layout = get_post_meta(get_the_ID(),'product-sidebar',true); if(function_exists('ot_get_option') && !$woo_layout){ $woo_layout = ot_get_option('woocommerce_layout','right'); } $disable_woo = get_post_meta(get_the_ID(),'disable-woo',true)=='on'; ?> <?php get_template_part( 'templates/header/header', 'heading' ); ?> <div class="container"> <?php if($content_padding!='off'){ ?> <div class="content-pad-4x"> <?php }?> <div class="row"> <?php /** * woocommerce_before_main_content hook * * @hooked woocommerce_output_content_wrapper - 10 (outputs opening divs for the content) * @hooked woocommerce_breadcrumb - 20 */ //do_action( 'woocommerce_before_main_content' ); ?> <div id="content" class="<?php if($woo_layout!='full'){?> col-md-9 <?php }else{ ?>col-md-12 <?php } if($woo_layout == 'left'){?> revert-layout <?php }?>"> <?php while ( have_posts() ) : the_post(); ?> <?php if($disable_woo){ the_content(); }else{ wc_get_template_part( 'content', 'single-product' ); }?> <?php endwhile; // end of the loop. ?> </div> <?php /** * woocommerce_after_main_content hook * * @hooked woocommerce_output_content_wrapper_end - 10 (outputs closing divs for the content) */ // do_action( 'woocommerce_after_main_content' ); ?> <?php /** * woocommerce_sidebar hook * * @hooked woocommerce_get_sidebar - 10 */ if($woo_layout != 'full'){ do_action( 'woocommerce_sidebar' );} ?> </div> <?php if($content_padding!='off'){ ?> </div><!--/content-pad-3x--> <?php }?> </div> <?php get_footer(); ?>
Close