. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Server IP : 104.21.41.133 / Your IP :
18.220.210.111 [
Web Server : LiteSpeed System : Linux altar63.supremepanel63.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : abranoticias ( 1103) PHP Version : 8.0.30 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/abranoticias/public_html/wp-content/plugins/anti-spam/views/ |
Upload File : |
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } /** * @var \WBCR\Titan\Views $this * * @var array $data */ ?> <style> .wt-container { margin: 15px 15px 15px 15px; vertical-align: middle; } .wt-block-nolicense { text-align: center; padding: 20px; vertical-align: middle; border: 1px solid #cccccc; background-color: white; } .wt-block-nolicense h1 { margin: 0 !important; } .wbcr-content-section table { width: 100%; margin: 20px; } .wbcr-content-section table td { width: 50%; text-align: center; } .wbcr-content-section table td a { font-size: 18px !important; width: 200px; font-weight: 700 !important; } </style> <div class="wbcr-content-section"> <div class="wt-container wt-block-nolicense"> <h1><?php _e( 'Please activate your license to use this plugin feature.', 'titan-security' ) ?></h1> </div> <table> <tbody> <tr> <td> <a href="<?php echo esc_url(\WBCR\Titan\Plugin::app()->getPluginPageUrl( 'license' )); ?>" class="btn btn-primary"><?php _e( 'Activate license', 'titan-security' ) ?></a> </td> <td> <a href="https://titansitescanner.com/pricing/" class="btn btn-gold"><?php _e( 'Buy license', 'titan-security' ) ?></a> </td> </tr> </tbody> </table> </div>