403Webshell
Server IP : 87.98.154.146  /  Your IP : 216.73.216.165
Web Server : Apache
System : Linux webm004.cluster126.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : ohklomafyi ( 52085)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/ohklomafyi/www/wp-content/plugins/wp-seopress/inc/admin/blocks/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/ohklomafyi/www/wp-content/plugins/wp-seopress/inc/admin/blocks/tasks.php
<?php
    defined('ABSPATH') or exit('Please don&rsquo;t call the plugin directly. Thanks :)');

    $docs = seopress_get_docs_links();

    if (defined('SEOPRESS_WL_ADMIN_HEADER') && SEOPRESS_WL_ADMIN_HEADER === false) {
        //do nothing
    } else {
        $class = '1' !== seopress_get_service('NoticeOption')->getNoticeTasks() ? 'is-active' : '';
    ?>

    <div id="notice-tasks-alert" class="seopress-card <?php echo esc_attr($class); ?>" style="display: none">
        <div class="seopress-card-title">
            <h2><?php esc_attr_e('SEOPress Suite', 'wp-seopress'); ?></h2>
            <p><?php esc_html_e('From on-site to off-site SEO, our SEO plugins cover all your needs to rank higher in search engines.','wp-seopress'); ?></p>
        </div>
        <div class="seopress-card-content">
            <?php
                $products = [
                    'wp-seopress/seopress.php' => [
                        'title' => 'SEOPress Free',
                        'logo' => SEOPRESS_URL_ASSETS . '/img/logo-seopress-free.svg',
                        'url' => $docs['pricing'],
                    ],
                    'wp-seopress-pro/seopress-pro.php' => [
                        'title' => 'SEOPress PRO',
                        'logo' => SEOPRESS_URL_ASSETS . '/img/logo-seopress-pro.svg',
                        'url' => $docs['addons']['pro'],
                    ],
                    'wp-seopress-insights/seopress-insights.php' => [
                        'title' => 'SEOPress Insights',
                        'logo' => SEOPRESS_URL_ASSETS . '/img/logo-seopress-insights.svg',
                        'url' => $docs['addons']['insights'],
                    ],
                ];
            ?>
            <div class="seopress-integrations seopress-suite">
                <?php
                    foreach($products as $key => $product) {
                        $title = $product['title'];
                        $logo = $product['logo'];
                        $url = $product['url'];
                        $upgrade = false;
                        ?>
                        <div class="seopress-integration">
                            <img src="<?php echo esc_url($logo); ?>" width="32" height="32" alt="<?php echo esc_attr( $title ); ?>"/>
                            <div class="details">
                                <h3 class="name"><?php echo esc_html($title); ?></h3>
                                <?php if (is_plugin_active( $key )) {
                                    $status = 'status-active';
                                    $label = esc_attr__( 'Active', 'wp-seopress' );
                                } else {
                                    $status = 'status-inactive';
                                    $label = esc_attr__( 'Inactive', 'wp-seopress' );
                                    $upgrade = true;
                                } ?>
                                <div class="seopress-d-flex seopress-wrap-details">
                                    <div class="status">
                                        <span class="badge <?php echo esc_attr( $status ); ?>"></span>
                                        <span class="label"><?php echo esc_attr( $label ); ?></span>
                                    </div>
                                    <?php if ($upgrade === true) { ?>
                                        <div class="status upgrade">
                                            <a href="<?php echo esc_url($url); ?>" target="_blank">
                                                <?php esc_html_e('Upgrade', 'wp-seopress'); ?>
                                                <span class="seopress-help dashicons dashicons-external"></span>
                                            </a>
                                        </div>
                                    <?php } ?>
                                </div>
                            </div>
                        </div>
                        <?php
                    }
                ?>
            </div>
        </div>
    </div>

<?php
}

Youez - 2016 - github.com/yon3zu
LinuXploit