How to Null and Activate Premium WordPress Themes and Plugins [Valuable info]

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
Hello.
Last days i was looking for wallpaper PHP script for mobile purposes, i found one but sadly with license on it.

I was check the files and regarding to those seems its called "licensebox" i saw some people also has looking
for it.

Then maybe somebody could help me with null it, i'm not that good with PHP.

Below its full php script with virustotal scan.


https://drive.google.com/file/d/1TJAQwP9G-gEwDGQOmPJUQVDPkkN9fKJn

https://www.virustotal.com/gui/file/06527a6e2f5f83f41e7ac29fe9208f584f47c1083fa0d3c3a7e1f904d24c6f48


Thanks for any help.

Bro, late but for sure. I sent you a PM with the nulled product. I was completing many projects that kept me away. I finally had the time tonight and so far, all is working locally (localhost). Install it and if there is any issue, let me know.

07.jpg

NOTE: Nulled, and run-tested on PHP v8.2

I would appreciate some help with this file, its fremius.

https://www.virustotal.com/gui/file...392d33e7efd6702e523f820c7b13b69d5aa?nocache=1
https://www.mediafire.com/file/g07dmeu4ypodzfw/variable-inspector-pro.2.6.1.zip/file

I've had a look what i haven't been able to work out is how to bypass the force activation screen, i think telling it is premium and activated is done by modifying this code

function can_use_premium_code__premium_only() {
//return $this->is_premium() && $this->can_use_premium_code();
return true;
}

In class-freemius-abstract.php

But I don't really know a lot about this sort of thing
A little bit late here, but I downloaded the file. May take one or two days because right now I am working with other two or three files from other users.


Late here, but I downloaded the files to see what can be done.

https://themeforest.net/item/otaku-anime-manga-kpop-wordpress-theme/48595039

By any chance someone can crack the activation on this one?

https://file.io/xABmCTC9Fo9u (Wordpress files)

Well, late also for this case. The file was already deleted from the server you posted.

By the way guys, I upgraded my test environment to PHP v8.2. If the product you post does not run in PHP v8.2 I might not be able to help.



So far I installed the Alister Bank theme from your downloads and it is working perfectly fine. I did not find any license check. The demo data downloaded fine too. In the picture of the demo below, you won't see images because they did not include any in the demo data (probably because of proprietary issues) but you need to provide your own images.

As soon as I can, I will test the second theme but this one needs no license (unless you want to update it when available).

Do not install the Envato plugin. That one is not needed. It is for updating the theme and requires a license.

===== UPDATE =====

The Multibank theme does require a license. Working on it now...

demo.jpg
 
Last edited:
So far I installed the Alister Bank theme from your downloads and it is working perfectly fine. I did not find any license check. The demo data downloaded fine too. In the picture of the demo below, you won't see images because they did not include any in the demo data (probably because of proprietary issues) but you need to provide your own images.

As soon as I can, I will test the second theme but this one needs no license (unless you want to update it when available).

Do not install the Envato plugin. That one is not needed. It is for updating the theme and requires a license.

===== UPDATE =====

The Multibank theme does require a license. Working on it now...

View attachment 331473
Thanks for your hardwork, i really appreciate
 
@zilog357 please help me null this theme, this comes it ''ThemeREX Addons", I have followed the steps but am facing there same error and I can't download the demo after installing the trx2251.zip, please help me

https://workupload.com/file/rkNMQxdeYEB
 
Last edited:

@bryan899

As mentioned earlier, the "Alister Bank" theme runs without a license. This is about the "Multibank" theme.

The theme can be activated with no problem but unlike other themes, the author's server is not handing any template without a license.

Moreover, this is an Elementor theme, so if you activate the theme and use the main design (plain) you will be able to create with Elementor, but I guess that the attractive thing about these themes is that they have a demo design where you can get going from, instead of doing it from scratch.

A good reason not to try it nulled? If you forget that the demos will not download and try any of them (3), the WP admin will keep going in a loop where it might not recover because the demo-install function modifies the database. If that happens, you might need to install WordPress again.

A second good reason? I had to boot the localhost in PHP v7.2 because the theme did not want to run in PHP v8.2, so it will be obsolete in a matter of time if is not updated.

That all been said, if you wish to try it, just use the code below:

Code:
$token_data = [ 'user' => '[email protected]', 'purchase_code' => 'L12345678901234567890123456789' ];
update_option( 'cmsmasters_multibank_license_key_status', 'valid' );
update_option( 'cmsmasters_multibank_license_key', 'L12345678901234567890123456789' );
update_option( 'cmsmasters_multibank_token_status', 'valid' );
update_option( 'cmsmasters_multibank_token_data', $token_data );
update_option( 'cmsmasters_multibank_token', 'ABC12345678901234567890123456789' );

And put it in the "functions.php" file in the main directory of the theme, right after this code (around line #5):

Code:
<?php
/**
 * Main Theme Functions
 */
 
@bryan899

As mentioned earlier, the "Alister Bank" theme runs without a license. This is about the "Multibank" theme.

The theme can be activated with no problem but unlike other themes, the author's server is not handing any template without a license.

Moreover, this is an Elementor theme, so if you activate the theme and use the main design (plain) you will be able to create with Elementor, but I guess that the attractive thing about these themes is that they have a demo design where you can get going from, instead of doing it from scratch.

A good reason not to try it nulled? If you forget that the demos will not download and try any of them (3), the WP admin will keep going in a loop where it might not recover because the demo-install function modifies the database. If that happens, you might need to install WordPress again.

A second good reason? I had to boot the localhost in PHP v7.2 because the theme did not want to run in PHP v8.2, so it will be obsolete in a matter of time if is not updated.

That all been said, if you wish to try it, just use the code below:

Code:
$token_data = [ 'user' => '[email protected]', 'purchase_code' => 'L12345678901234567890123456789' ];
update_option( 'cmsmasters_multibank_license_key_status', 'valid' );
update_option( 'cmsmasters_multibank_license_key', 'L12345678901234567890123456789' );
update_option( 'cmsmasters_multibank_token_status', 'valid' );
update_option( 'cmsmasters_multibank_token_data', $token_data );
update_option( 'cmsmasters_multibank_token', 'ABC12345678901234567890123456789' );

And put it in the "functions.php" file in the main directory of the theme, right after this code (around line #5):

Code:
<?php
/**
 * Main Theme Functions
 */
Thanks a million, the information about the code here is what i'm more grateful for. you are the best
 
Hi Everyone

Do you know how to nulled Astra theme? I downloaded Astra Addon and Astra Started Plugin but after active I cant import demo content

Link from Deleted member 752298 https://www.mediafire.com/file/3mtz6kqz1ahkoso/astra-addon.zip

Capture.jpg


Please advise
 
I haven't had the time to look at this but what you outlined is a simple function that has a boolean output, whether or not the Bricks option is installed and has a license.

So if what you need depends on that function, just "return true;" at the beginning of the function.

That function alone is defeated like in the example below but I think there might be more things to it in the rest of the plugin and the logic of the whole plugin must be studied first.

Code:
From this:

    public function determine_load(): bool {
        $option  = get_option( 'core_framework_main', array() );
        $license = get_option( 'core_framework_bricks_license_key', false );
        return isset( $option['bricks'] ) && $option['bricks'] && $license;
    }

To this:

    public function determine_load(): bool { return true;
        $option  = get_option( 'core_framework_main', array() );
        $license = get_option( 'core_framework_bricks_license_key', false );
        return isset( $option['bricks'] ) && $option['bricks'] && $license;
    }


Lol, this is a personification of what the function does:

Code:
The code "return isset( $option['bricks'] ) && $option['bricks'] && $license;"

equals to:

Answer this: Is the option "bricks" already set? AND if set, is it anything other than "false"? AND is the license also set and
is anything other than "false"?

You return your answer: sure! True!

I am sorry to be boring if you already know PHP. This is just for the benefit of the newbies on PHP.

I have racked my brain trying to get this working! Any chance you could have a look, and then tell me how you did it? I can then keep the fix on future updates.
 
I have racked my brain trying to get this working! Any chance you could have a look, and then tell me how you did it? I can then keep the fix on future updates.
Still can't figure it out, does anyone know how to null it?
 
Still can't figure it out, does anyone know how to null it?

Hello bro. Most of the time I am very busy but this time I honestly forgot about this and I see that Raz0r did not reply either on the other forum.

Please excuse my ignorance. Can you shed some light on the core framework shared here (now v1.3.10). Is it free? I could update it without problems.

Is it that this is a free version and there is a premium version? Or is it that it is free but the add-ons (like Bricks integration) are the paid ones?

I'm a little bit confused about that and the functionality of this plugin. I need to know what it does so I can start nulling it if possible.
 
Hello bro. Most of the time I am very busy but this time I honestly forgot about this and I see that Raz0r did not reply either on the other forum.

Please excuse my ignorance. Can you shed some light on the core framework shared here (now v1.3.10). Is it free? I could update it without problems.

Is it that this is a free version and there is a premium version? Or is it that it is free but the add-ons (like Bricks integration) are the paid ones?

I'm a little bit confused about that and the functionality of this plugin. I need to know what it does so I can start nulling it if possible.

It's no problem bro, I'm busy a lot of the time too. You're correct in saying that
Core Framework is free but the add-ons (like Bricks integration) are the paid ones. When I looked into the plugins files the folders for Bricks are there. I wasn't sure if it was just a case of activating it by nulling the code, or if there is a Bricks add-on plugin as I haven't seen one when searching around.

Thanks! Don't worry if you haven't got the time to look into it though.
 
It's no problem bro, I'm busy a lot of the time too. You're correct in saying that
Core Framework is free but the add-ons (like Bricks integration) are the paid ones. When I looked into the plugins files the folders for Bricks are there. I wasn't sure if it was just a case of activating it by nulling the code, or if there is a Bricks add-on plugin as I haven't seen one when searching around.

Thanks! Don't worry if you haven't got the time to look into it though.

I see. I checked and no, what they have in the free plugin is the class "abstracts" (it is like a preset) and it is more to have the free plugin ready to receive the integration extension should you install it (which is 119 Euro !!!).
 
Back
Top