https://www.mediafire.com/file/q363hlfrqxxyupw/newspaper_package_141.zip/file
https://www.virustotal.com/gui/file/59d87482cd191497d7c73dc5a2948f065ef77954dd83dca5453f8b0b98e69786
@wewoowe1xx1 There you go.
Here is the Newspaper theme v12.4 and the child theme, with the TD_Composer plugin v4.1 already nulled, and some other things in the package like some Photoshop (PSD) files, demo sliders, and some other optional plugins used with the theme.
After the work was done, I tested it on my local server and it worked flawlessly, and even imported and installed the themes.
Cheers
DL:
Code:https://www.mediafire.com/file/q363hlfrqxxyupw/newspaper_package_141.zip/file
VT (0/50):
Code:https://www.virustotal.com/gui/file/59d87482cd191497d7c73dc5a2948f065ef77954dd83dca5453f8b0b98e69786
Hi Z, i applied these in theme Dom v1.0.0 but all been error message: There has been a critical error on this website.I know "TL;DR" (Too Long, Didn't Read). I try to condense the best I can all the information so people don't get bored reading and do get all the information. You know, like when someone shares a file that is password protected and mentions the password in the first post, and then you get tons of posts asking for the password... we humans...
Well, here we go.
The theme can be activated but there are external extra things, like the extra skins, that will not be downloaded because the provider's server will check the validity of the license first, before providing the download files.
All other things and functions of the theme that work without any remote server dependency, will work with no problem.
That been said, the theme will be activated by using the method below. You will need to try it for yourself to see what things will work and what things will not.
An important thing is that the theme requires the "TRX_ADDONS" free plugin and it is installed when you install the theme. Such plugin requires a modification too of one line (listed below too). ANY time that there is an update to that plugin and you update it (and it will because it is free), you will need to do the plugin modification line again.
When there is a modification available for that free plugin, you will see it in the plugins area but it will not update until you click on "update", so you won't need to worry about the plugin auto-updating unless you have configured your server to do so.
MODIFICATIONS IN THE THEME (2):
#1
Code:File: chinchilla/plugins/trx_addons/trx_addons.php Line: 1156 Change: function chinchilla_is_theme_activated() { To: function chinchilla_is_theme_activated() { return true;
#2
Code:File: chinchilla/functions.php Line: 21 Add the following block in the empty line 21: if( get_option( sprintf( 'trx_addons_theme_%s_activated', get_option( 'template' ) ) ) != 1 ) { update_option( sprintf( 'trx_addons_theme_%s_activated', get_option( 'template' ) ), '1' ); update_option( sprintf( 'purchase_code_%s', get_option( 'template' ) ), 'L12345678' ); }
NOTE: The "L12345678" in the code above is a fake license number. You may use anything or any random string of any number of characters.
MODIFICATION IN THE PLUGIN "TRX_ADDONS" (1)
Code:File: plugins/trx_addons/components/theme-panel/theme-panel.php Line: 211 Change: function trx_addons_get_theme_activated_status() { To: function trx_addons_get_theme_activated_status() { return 'active';
NOTE: Do not confuse the plugin with the other plugin with the same name in the theme/plugins folder. The one to be modified is the one downloaded in the WordPress plugin folder, NOT the theme folder.
Now, if you prefer the job done for you instead of messing with the above code, then below is the download for the main theme you provided, already modified, and the latest version of the "TRX_ADDONS" plugin, also already modified.
The child theme needs no modification. The other plugins, like "js_composer", "Elementor", etc. that's another story. Those are not covered in this report xD
DL:
Code:https://www.mediafire.com/file/pna4abi82rijs4e/mod_files.zip/file
VT (0/57):
Code:https://www.virustotal.com/gui/file/d2dbd53c502eb549ca0b9d67556017f11f3be1c561627dac70bc649d47d3b36b
You don´t need to null Perfmatters, it is fully working without a licens.Any tutorial to successfully null Perfmatters?
Hi Z, i applied these in theme Dom v1.0.0 but all been error message: There has been a critical error on this website.
Can you help?
Thankyou
Any tutorial to successfully null Perfmatte
You don´t need to null Perfmatters, it is fully working without a licens.
So, their pricing structure that allows X number of sites is just a marketing joke? - Meaning, I can install the same file on infinite sites?, sorry but I don´t get it.Hello Roger.
As @RoiBox says, the plugin works without a license. In this case, the license is used exclusively for two things; (1) updates, and (2) for displaying info or messages in the license tab area.
I checked just now and none of the functions are dependent on the license, nor are blocked by the lack of a license.
Cheers.
Espero que todo esté bien por alla en Vene.
Yes, but you wont get autoupdates on more than one site.So, their pricing structure that allows X number of sites is just a marketing joke? - Meaning, I can install the same file on infinite sites?, sorry but I don´t get it.
Yes. But they are not alone to do this, a lot of plugins don´t need any nulling. All plugins I share in the forum under my profiles about page does not need any nulling at all, those are original files directly from the developers that I bought.They are smart enough to develop one of the best performance plugins for WP websites but to dumb for this?
They are smart enough to develop one of the best performance plugins for WP websites but to dumb for this?
How I share link here? seem moderator not approved. i try 2 times share link but still in moderator mode. But now its gone.The instructions were for a different product. You would need to share a link for downloading your theme so I can take a look.
How I share link here? seem moderator not approved. i try 2 times share link but still in moderator mode. But now its gone.
yes Z, i am new. Ok thanks for info. I will read the rules.I am not sure in which way you tried to do it or if even the product is listed in the "Do not share" list but I guess that it is because you are too new here. It shows that you joined yesterday. My advice; read the rules of the forum first.
hello wewoowee1xx1, can you share how to send url link here?Thank you for responding... here are the files:
The instructions were for a different product. You would need to share a link for downloading your theme so I can take a look.
https://www.virustotal.com/gui/file/c6851883625e1e96b8ca806dad14c9cb30ce4c0ece61a4ccf6efb431627b7443
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' );
// Don't load directly
if ( ! defined( 'ABSPATH' ) ) exit;
// Current version
if ( ! defined( 'TRX_ADDONS_VERSION' ) ) define( 'TRX_ADDONS_VERSION', '2.21.1.1' );
// 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' );
@zilog357 Terima kasih banyak. superb.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.
its a good one . thanks a lot for sharing . will try mustHey 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.