| Server IP : 185.252.147.100 / Your IP : 216.73.217.33 Web Server : nginx/1.27.3 System : Linux mitrofanov.ru 6.1.0-37-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.140-1 (2025-05-22) x86_64 User : mitr ( 1000) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /www/html/east-point.site/public/wp-content/plugins/tools4wp/addons/ |
Upload File : |
<?php
// Exit if accessed directly
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
// License for Cwicly
$options = get_option('tools4wp_options');
if (isset($options['cwicly']) == 1) {
// $tools4wp_options = get_option( 'tools4wp_options' );
// unset( $tools4wp_options['cwicly'] );
// update_option( 'tools4wp_options', $tools4wp_options );
update_option( 'cwicly_plugin_license_key_status', 'valid' );
update_option( 'cwicly_plugin_license_key', 'a71eab02764036bed30f2e611728c442' );
$cwicly_license_check = array(
"success" => "true",
"data" => "RzfLO2ap12m\/WaTNmiGD48dL3UJ8SAJaf6V9mLpjCII=",
"state" => array(
"success" => "true",
"message" => "Happy",
"error" => "valid",
"date" => "2023-08-16",
"server" => "::1"
)
);
$json_data = json_encode($cwicly_license_check);
update_option ('cwicly_license_check', $json_data);
delete_transient( 'cwicly_plugin_license_message' );
delete_transient( 'timeout_cwicly_plugin_license_message' );
}