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

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
Hi @zilog357
Could you please help me to null and activate xstore theme Version 9.1.7

The theme has to be nulled and I did it, but all functions are available only after installing the core plugin, which has to be nulled too.

They made a clever move. In an attempt to prevent piracy, now they will not allow you to download the core plugin unless you have a purchase key.

Fortunately, I had a copy of the latest version of the core plugin around. I nulled it and tried to remove all attempts to update, but if there is a new version in the near future and you ever see a message for updating the plugin, do not. If you do, it will have to be nulled again. The same goes for the theme.

I tested this and was even able to install the demo themes.

Unzip it locally. The resulting three zip files are, (1) the theme, (2) the child theme, and (3) the core plugin. From there you can upload those directly to your WP installation.

DL:
Code:
https://www.mediafire.com/file/1w2qkkckdq38pg7/XS917N.zip/file

VT (0/37):
Code:
https://www.virustotal.com/gui/file/eec8a5c2cd760da2c5856dbc6ed738ac175cb5f3c7eb5bd6d1a5558a16bdb0e6
 
The theme has to be nulled and I did it, but all functions are available only after installing the core plugin, which has to be nulled too.

They made a clever move. In an attempt to prevent piracy, now they will not allow you to download the core plugin unless you have a purchase key.

Fortunately, I had a copy of the latest version of the core plugin around. I nulled it and tried to remove all attempts to update, but if there is a new version in the near future and you ever see a message for updating the plugin, do not. If you do, it will have to be nulled again. The same goes for the theme.

I tested this and was even able to install the demo themes.

Unzip it locally. The resulting three zip files are, (1) the theme, (2) the child theme, and (3) the core plugin. From there you can upload those directly to your WP installation.

DL:
Code:
https://www.mediafire.com/file/1w2qkkckdq38pg7/XS917N.zip/file

VT (0/37):
Code:
https://www.virustotal.com/gui/file/eec8a5c2cd760da2c5856dbc6ed738ac175cb5f3c7eb5bd6d1a5558a16bdb0e6
Thanks my dear @zilog357
 
Ok, I checked the theme and there is nothing to do with the theme files. The modification is to be done in the required plugin "ThemeREX Addons". However, even when it can be activated, you will be using the basic skin because it will not allow you to download any new skin without a purchase key. Their server checks the key first, before handing you the file, so it won't happen.

You will need to install the "ThemeREX Addons" plugin and modify the following:

In the main file of the plugin, called "trx_addons.php", insert the following code:

Code:
update_option( 'trx_addons_theme_dom_activated', true );
update_option( 'purchase_code_dom', 'L12345678' );
update_option( 'purchase_code_src_dom', 'L12345678' );
update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' );

right after the following code in line #12:

Code:
// Don't load directly
if ( ! defined( 'ABSPATH' ) ) exit;

// Current version
if ( ! defined( 'TRX_ADDONS_VERSION' ) ) define( 'TRX_ADDONS_VERSION', '2.21.1.1' );

It should look like this:

Code:
// Don't load directly
if ( ! defined( 'ABSPATH' ) ) exit;

// Current version
if ( ! defined( 'TRX_ADDONS_VERSION' ) ) define( 'TRX_ADDONS_VERSION', '2.21.1.1' );
update_option( 'trx_addons_theme_dom_activated', true );
update_option( 'purchase_code_dom', 'L12345678' );
update_option( 'purchase_code_src_dom', 'L12345678' );
update_option( 'access_token_dom', '6fb58c9693bae77d52fbfd44eaec3328' );

In case you are wondering, the "L123456678", and the "6fb58c9693bae77d52fbfd44eaec3328" above are arbitrary values. You may use any string you prefer.

If you update the "ThemeREX Addons" plugin at any moment that an update is available, the same process of modification should be done to the new version.

I hope this helps.
That's amazing, worked on several themerexx themes for me before.
Can't get it to work on new life church theme though
 
That's amazing, worked on several themerexx themes for me before.
Can't get it to work on new life church theme though

It is possible that they added something or changed the plugin, or maybe they have another license check in that specific theme.

The worst-case scenario would be if they added something to the theme that requires a custom API call, which of course, will check the license key first.

Anyway, those are only ideas. I would need to see the files to tell for sure.
 
It is possible that they added something or changed the plugin, or maybe they have another license check in that specific theme.

The worst-case scenario would be if they added something to the theme that requires a custom API call, which of course, will check the license key first.

Anyway, those are only ideas. I would need to see the files to tell for sure.
Virus total:
https://www.virustotal.com/gui/file/ae8e0b2d625933b7dd2ae19df29e16514c5be4a0f60ebdaeff7af91f07345498/summary
And the theme link: http://Work upload - Newlife Church 2.7

I tried looking for what might have changed, but I've been doing it on my phone (away from home for work for a few days).

Love this site, will pay for membership to support
 
You need to check the theme link. I tried without spaces and some other ways but nothing. No download.

You may put the real link between "code" and "/code" brackets in your reply. That way it will not be hot-linked.
 
This is why I stopped developing software where the user has access to the source code haha including complied software
 
You need to check the theme link. I tried without spaces and some other ways but nothing. No download.

You may put the real link between "code" and "/code" brackets in your reply. That way it will not be hot-linked.
Code:
https://workupload.com/file/P6Zhspe2WK8

Weird.. It seemed fine in the message preview when I was typing it.

This is why I stopped developing software where the user has access to the source code haha including complied software
I can imagine. Sounds wise.
 
Code:
https://workupload.com/file/P6Zhspe2WK8

Weird.. It seemed fine in the message preview when I was typing it.

I downloaded the file. Will look into it later today or tomorrow. Fridays here are like crazy. have a bunch of customer emails to reply and some repair jobs to complete.
 
I downloaded the file. Will look into it later today or tomorrow. Fridays here are like crazy. have a bunch of customer emails to reply and some repair jobs to complete.
Hey.. Real life wins it over internet.. As should.. Real life has to pay for internet.
 
Thanks for sharing, it is helpful for me.
Hey guys!

I love to contribute to BHW and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:


Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,

Step 2:

Find the function get_license_status() at line 327:

Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:

In line 330, change:

Code:
return trim( $license_status );

to:

Code:
return 'valid';

Et voilà: your Yoast Premium plugins will work. :)

More plugins and themes will follow soon.

Stay tuned.
 
Hey.. Real life wins it over internet.. As should.. Real life has to pay for internet.

I could finally take a minute to see the theme and plugin.

I am not sure if the latest version of "TRX Addons" plugin (v2.25.1) has something different (I do not archive previous versions), but I downloaded the plugin and nulled it. You can download it at the link below.

Nulled TRX plugin download (can be uploaded directly to WP):

DL:
Code:
https://www.mediafire.com/file/xr7x0ovzdbgj06h/trx2251.zip/file

VT (0/60):
Code:
https://www.virustotal.com/gui/file/7c10664331d4d9b9b0b22e3eb8b7f70fe38a4dbf68c4ec5dceca5e85b80bcf7c

For the theme, just go to the theme folder and find the file "functions.php", and make the following change:

Right after the code below (around line #8):
Code:
/**
 * Theme functions: init, enqueue scripts and styles, include required files and widgets
 *
 * @package NEWLIFE CHURCH
 * @since NEWLIFE CHURCH 1.0
 */

Insert this code:
Code:
$template = get_template();
update_option( sprintf( 'purchase_code_src_%s', $template ), 'L12345678' );
update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 );
update_option( sprintf( 'purchase_code_%s', $template ), 'L12345678' );

Demo Data
I went to the tab "Demo Data" and installed it in full and it worked perfectly (needs Elementor free).

Skins
Unfortunately, for downloading new skins you will need a license key, so you will be using the default skin.

Finally, do not update the TRX plugin. To avoid that, do not install the optional plugin "TRX Updater" in the plugins tab.


Cheers!

By the way, if you notice, the code I wrote in the theme is generic. It retrieves the theme being used automatically by using the WP function "get_template". That means that if you experience problems with any other theme, you may try adding that same code in the same file and it will adjust to the theme being used as long as it is a theme from the same developer.
 
I could finally take a minute to see the theme and plugin.

I am not sure if the latest version of "TRX Addons" plugin (v2.25.1) has something different (I do not archive previous versions), but I downloaded the plugin and nulled it. You can download it at the link below.

Nulled TRX plugin download (can be uploaded directly to WP):

DL:
Code:
https://www.mediafire.com/file/xr7x0ovzdbgj06h/trx2251.zip/file

VT (0/60):
Code:
https://www.virustotal.com/gui/file/7c10664331d4d9b9b0b22e3eb8b7f70fe38a4dbf68c4ec5dceca5e85b80bcf7c

For the theme, just go to the theme folder and find the file "functions.php", and make the following change:

Right after the code below (around line #8):
Code:
/**
 * Theme functions: init, enqueue scripts and styles, include required files and widgets
 *
 * @package NEWLIFE CHURCH
 * @since NEWLIFE CHURCH 1.0
 */

Insert this code:
Code:
$template = get_template();
update_option( sprintf( 'purchase_code_src_%s', $template ), 'L12345678' );
update_option( sprintf( 'trx_addons_theme_%s_activated', $template ), 1 );
update_option( sprintf( 'purchase_code_%s', $template ), 'L12345678' );

Demo Data
I went to the tab "Demo Data" and installed it in full and it worked perfectly (needs Elementor free).

Skins
Unfortunately, for downloading new skins you will need a license key, so you will be using the default skin.

Finally, do not update the TRX plugin. To avoid that, do not install the optional plugin "TRX Updater" in the plugins tab.


Cheers!
You sir, are amazing.
 
Hi, kindly help me to bypass key for wp residence theme. Thanks
 
hello guys I have classified-pro wordpress theme orignal does somebody know how to nulled it ?

hello I could not make registration in web site festingervault.com/ i did not get email

hi guys is there somebody who has a classified-pro nulled I ??
 
Hey guys!

I love to contribute to BHW and I would like to share some handy lines of code to make it more easier to activate premium WordPress themes and plugins. To start with, I'd like to share how to null Yoast Premium plugins:

How to Activate Yoast Premium plugins:

Step 1:


Find the following file using a FTP client, such as FileZilla:

wordpress-seo-premium/vendor/yoast/license-manager/class-license-manager.php,

Step 2:

Find the function get_license_status() at line 327:

Code:
public function get_license_status() {
$license_status = $this->get_option( 'status' );
return trim( $license_status );
}

Step 3:

In line 330, change:

Code:
return trim( $license_status );

to:

Code:
return 'valid';

Et voilà: your Yoast Premium plugins will work. :)

More plugins and themes will follow soon.

Stay tuned.
Awesome
 
By the way, if you notice, the code I wrote in the theme is generic. It retrieves the theme being used automatically by using the WP function "get_template". That means that if you experience problems with any other theme, you may try adding that same code in the same file and it will adjust to the theme being used as long as it is a theme from the same developer.
I have original classified pro theme please can you null it ??
 
Back
Top