tiendung.zone
Member
Good job, thank you so much bro!
Good job, thank you so much bro!
is this file nulled? or just decode? i already decode the file. and there is still encoded core.php on admin-panel/section folder that linked to this installation file maybe for license validating procedure
Don't bother, I'm almost done. It just made me curious what's so special about this script.i will null it but it takes long time to convert functions one by one.
Stand by
of course
please null this theme
thesis wp theme
need to null for get direct update from wp dashboard.
![]()
File on MEGA
mega.nz
Don't bother, I'm almost done. It just made me curious what's so special about this script.
let me check
Where did u take this error. Everytihng is working?
Current version: 2.9.14, released May 12, 2020
$url = apply_filters('thesis_update_url', 'http://thesisapi.com/updates/update.php');
$post = $thesis->api->post($url, $body);
$body = array(
'data' => $all,
'wp' => $GLOBALS['wp_version'],
'php' => phpversion(),
'thesis_key' => $thesis_key,
'user-agent' => "WordPress/{$GLOBALS['wp_version']};". home_url())
$focus_key = trim(get_option('thesis_focus_license_key', false));
if (!empty($focus_key)) {
$focus_response = $thesis->api->post($thesis->store, array(
'edd_action' => 'check_license',
'license' => $focus_key,
'item_id' => 148293,
'item_name' => 'Focus',
'url' => home_url()));
if (!is_wp_error($focus_response) && wp_remote_retrieve_response_code($focus_response) === 200) {
$license_data = json_decode(wp_remote_retrieve_body($focus_response));
if (!empty($license_data) && isset($license_data->license) && $license_data->license === 'valid')
$body['thesis_focus'] = $license_data->license;
elseif (!empty($body['skins']) && !empty($body['skins']['thesis_focus']))
unset($body['skins']['thesis_focus']);
}
}