403Webshell
Server IP : 63.250.38.98  /  Your IP : 216.73.216.80
Web Server : LiteSpeed
System : Linux premium291.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User : samejjip ( 1289)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/samejjip/www/wp-content/plugins/pixelyoursite/modules/superpack/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/samejjip/www/wp-content/plugins/pixelyoursite/modules/superpack/views/html-settings.php
<?php

namespace PixelYourSite;

if ( ! defined( 'ABSPATH' ) ) {
    exit; // Exit if accessed directly.
}

?>

<div class="cards-wrapper cards-wrapper-style2 gap-24 settings-wrapper">

    <!-- General -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('General', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable Super Pack', 'pys');?></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Additional Pixel IDs -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('Advanced Pixel Options', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <p class="text-gray mb-24">
                            <?php _e('Add support for multiple pixels (Meta, Google, TikTok), enable pixel display conditions, and add extra controls for automated events for each pixel.', 'pys'); ?>
                        </p>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable advanced pixel options', 'pys');?></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Dynamic Parameters -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('Dynamic Parameters for Events', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <p class="text-gray mb-24">
                            <?php _e('Use page title, post ID, category or tags as your dynamic events parameters.', 'pys'); ?>
                        </p>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable dynamic params', 'pys');?></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- Custom Thank You Page -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('Custom Thank You Pages', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <p class="text-gray mb-24">
                            <?php _e('Define custom thank you pages (general or for a particular product) and fire the Meta Pixel on it.', 'pys'); ?>
                        </p>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable Custom Thank You Pages', 'pys');?></h4>
                        </div>
                    </div>
                    <div class="<?php echo 'pys_superpack_' . esc_attr( 'custom_thank_you_page_enabled' ) . '_panel gap-24'; ?>">
                        <?php if ( isWooCommerceActive() ) : ?>
                            <div>
                                <div class="mb-24">
                                    <label class="primary_heading"><?php _e('WooCommerce', 'pys');?></label>
                                </div>
                                <p class="text-gray"><?php _e('You can set up a global WooCommerce Thank You Page here. If you need to, you can also
            define Custom Thank You Pages for each product (edit the product and you will find this option in the
                right side menu).', 'pys');?></p>
                            </div>
                            <div class="offset-block">
                                <div class="d-flex align-items-center">
                                    <?php renderDummySwitcher(); ?>
                                    <h4 class="switcher-label secondary_heading"><?php _e('Enable WooCommerce Global Thank You Page', 'pys');?></h4>
                                </div>
                                <div <?php renderCollapseTargetAttributes( 'woo_custom_thank_you_page_global_enabled', PYS() ); ?>>
                                    <div>
                                        <div>
                                            <h4 class="primary_heading mb-4"><?php _e( 'Global Custom Page URL:', 'pys' );?></h4>
                                            <?php renderDummyTextInput( 'Enter URL' ); ?>
                                        </div>
                                    </div>
                                    <div>
                                        <div class="d-flex align-items-center mb-24">
                                            <h4 class="primary_heading"><?php echo esc_html( __('Order Details:', 'pys') ); ?></h4>
                                        </div>
                                        <div class="radio-inputs-wrap mb-16">
                                            <?php renderDummyRadioInput( 'Hidden', true ); ?>
                                            <?php renderDummyRadioInput( 'After page content' ); ?>
                                            <?php renderDummyRadioInput( 'Before page content' ); ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        <?php endif; ?>

                        <?php if ( isEddActive() ) : ?>
                            <div>
                                <div class="mb-24">
                                    <label class="primary_heading"><?php _e('Easy Digital Downloads', 'pys');?></label>
                                </div>
                                <p class="text-gray"><?php _e('You can set up a global Easy Digital Downloads Thank You Page here. If you need to,
                you can also define Custom Thank You Pages for each product (edit the product and you will find this
                option in the right side menu).', 'pys');?></p>
                            </div>
                            <div class="offset-block">
                                <div class="d-flex align-items-center">
                                    <?php renderDummySwitcher(); ?>
                                    <h4 class="switcher-label secondary_heading"><?php _e('Enable Easy Digital Downloads Global Thank You Page', 'pys');?></h4>
                                </div>
                                <div <?php renderCollapseTargetAttributes( 'edd_custom_thank_you_page_global_enabled', PYS() ); ?> class="pt-24">
                                    <div>
                                        <div>
                                            <h4 class="primary_heading mb-4"><?php _e( 'Global Custom Page URL:', 'pys' );?></h4>
                                            <?php renderDummyTextInput( 'Enter URL' ); ?>
                                        </div>
                                    </div>
                                    <div>
                                        <div class="d-flex align-items-center mb-24">
                                            <h4 class="primary_heading"><?php echo esc_html( __('Order Details:', 'pys') ); ?></h4>
                                        </div>
                                        <div class="radio-inputs-wrap mb-16">
                                            <?php renderDummyRadioInput( 'Hidden', true ); ?>
                                            <?php renderDummyRadioInput( 'After page content' ); ?>
                                            <?php renderDummyRadioInput( 'Before page content' ); ?>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        <?php endif; ?>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Hide this tag -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('Hide tag', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Hide this tag if the landing URL includes these URL tags', 'pys');?></h4>
                        </div>
                    </div>
                    <div>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Hide this tag if the URL includes', 'pys');?></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <!-- Remove Pixel -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('Remove Pixel from Pages', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <p class="text-gray mb-24"><?php _e('Remove Facebook, Google Analytics or Pinterest pixels from a particular page or post.', 'pys');?></p>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable remove pixel from pages', 'pys');?></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- AMP -->
    <div class="card card-style6 card-static">
        <div class="card-header card-header-style2 d-flex justify-content-between align-items-center">
            <h4 class="secondary_heading_type2"><?php _e('AMP Support', 'pys');?></h4>
            <?php renderSpBadge(); ?>
        </div>
        <div class="card-body">
            <div class="pro-feature-container">
                <div class="gap-24">
                    <div>
                        <p class="text-gray mb-24"><?php _e('Fire Facebook, Google Analytics or Pinterest pixels on AMP pages.', 'pys');?></p>
                        <div class="d-flex align-items-center">
                            <?php renderDummySwitcher(); ?>
                            <h4 class="switcher-label secondary_heading"><?php _e('Enable AMP integration', 'pys');?></h4>
                        </div>
                    </div>
                    <div>
                        <div class="d-flex align-items-center">
                            <div class="indicator indicator-off"><span>OFF</span></div>
                            <h4 class="indicator-label">AMP by <a class="link" href="https://wordpress.org/plugins/amp/" target="_blank">WordPress.com VIP, XWP, Google, and contributors</a></h4>
                        </div>
                    </div>
                    <div>
                        <div class="d-flex align-items-center">
                            <div class="indicator indicator-off"><span>OFF</span></div>
                            <h4 class="indicator-label">Accelerated Mobile Pages by <a class="link" href="https://wordpress.org/plugins/accelerated-mobile-pages/" target="_blank">Ahmed Kaludi, Mohammed Kaludi</a></h4>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>


Youez - 2016 - github.com/yon3zu
LinuXploit