Server IP : 63.250.38.98 / Your IP : 216.73.216.235 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/secure-copy-content-protection/ |
Upload File : |
<?php global $wpdb; if (!defined('SCCP_DB_VERSION')) { define('SCCP_DB_VERSION', '1.6.9'); } if (!defined('SCCP_TABLE')) { define('SCCP_TABLE', $wpdb->prefix . 'ays_sccp'); } if(!defined( 'SCCP_BLOCK_CONTENT')) { define( 'SCCP_BLOCK_CONTENT', $wpdb->prefix . 'ays_sccp_block_content' ); } if(!defined( 'SCCP_BLOCK_SUBSCRIBE')) { define( 'SCCP_BLOCK_SUBSCRIBE', $wpdb->prefix . 'ays_sccp_block_subscribe' ); } if(!defined( 'SCCP_SETTINGS')) { define( 'SCCP_SETTINGS', $wpdb->prefix . 'ays_sccp_settings' ); } if(!defined( 'SCCP_REPORTS')) { define( 'SCCP_REPORTS', $wpdb->prefix . 'ays_sccp_reports' ); } if (!defined('SCCP_CHARSET')) { define('SCCP_CHARSET', $wpdb->get_charset_collate()); }