Accepting Script Nulling Requests

starliner

Well-known member
Null Master
Trusted Uploader
Mar 28, 2019
559
530
93
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

i will null it but it takes long time to convert functions one by one.

Stand by
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
24,798
27,816
120
i will null it but it takes long time to convert functions one by one.

Stand by
Don't bother, I'm almost done. It just made me curious what's so special about this script.
 

starliner

Well-known member
Null Master
Trusted Uploader
Mar 28, 2019
559
530
93
Don't bother, I'm almost done. It just made me curious what's so special about this script.

There is one problem on it.

There is validation on install setup, after it creates config.php file and writes the db info.

So its hard to determine db info diagram

And so it must be editted manually to the decoded functions:D
 

starliner

Well-known member
Null Master
Trusted Uploader
Mar 28, 2019
559
530
93
Where did u take this error. Everytihng is working?
 

unicorn

Well-known member
Babiato Lover
Trusted Uploader
Feb 23, 2019
1,305
467
83
Neverland
Where did u take this error. Everytihng is working?

after insert anyting in licencebox and save

before nulled, theme have notify update to 2.9.14 but need to insert license key.
but after nulled, notify update not showing anymore..

i just want to get update to latest version.
 

starliner

Well-known member
Null Master
Trusted Uploader
Mar 28, 2019
559
530
93
i reinstalled your file and it show only current version. There isnt 2.9.1.4

screenshot-localhost-2020.09.05-19_58_19.png
 

Mrsam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
24,798
27,816
120
Current version: 2.9.14, released May 12, 2020

Anyway stop arguing you two.
@unicorn what you want is impossible to achieve without a license just because of this

Code:
$url = apply_filters('thesis_update_url', 'http://thesisapi.com/updates/update.php');
$post = $thesis->api->post($url, $body);

So it calls its api for the update and won't receive a valid answer for the updates just because it also sends the license key for verification as you can see in this body construct

Code:
        $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']);
            }
        }

It seems that you miss the definition of nulling: complete removal of any calls to dev website while keeping the script functional
 
  • Like
Reactions: unicorn

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu