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

  • Thread starter Thread starter Deleted member 752298
  • Start date Start date
Thank you for starting this thread.

I'd like to use WP Quiz Pro plugin from Mythemeshop on my site, but when I activate the plugin, a nagging screen shows up which instructs to connect to mytheme server.

Can you provide some instructions, how to null this plugin in order to bypass the nagging screen. Thanks in advance.
 
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.


Thanks Legend!
 
I tried different methods but didn't find anything in the files similar to what you showed. Can you help me nulled this theme please, I will be very grateful

https://www.mediafire.com/file/tqongofpfm3xdwo/forst.zip/file
https://www.virustotal.com/gui/file/370cd05fbab6926566dfb494d11853c1815d4bb498a3a567dcf8b52ba956379a
 
@Raindes

Welcome to the forum bro. You joined yesterday, so I guess this is your introduction post? >D
 
Thanks, yes, this is my first post, but if this is not possible and I have violated something, then I apologize <3

No worries. A mod might let you know if something is out of order.

About the theme, those themes are usually programmed so the core plugin (included in the download you provided) is the one that checks the license. I will look at it as soon as possible.
 
No worries. A mod might let you know if something is out of order.

About the theme, those themes are usually programmed so the core plugin (included in the download you provided) is the one that checks the license. I will look at it as soon as possible.
Thanks man, you are the best <3
 
Thanks man, you are the best <3

I am sorry I could not work on the theme until yesterday.

The good news is that it could be nulled. The bad news is that without the license key, there is no way of importing the demo data. The author sends the download URL and data through their API connection after verifying the license.

So the theme will be working, but you would have to put your data from scratch. You know, if the demo could be imported, it would be just a matter of editing the imported data and not starting from zero.

Anyway, if you want to try it, just install the theme you provided and install the plugins in the following folder, also contained in the theme files you provided:

"[Main Folder]\forst\inc\plugins\"

Those are:

*forst-core
*qode-framework
*revslider

Then, after installing them, go to the fost-core plugin in your WP installation plugins folder ("[Your_Site]/wp-content/plugins/forst-core/") and in that folder, go to "inc/core-dashboard/" and over there, replace the "class-forstcore-dashboard.php" file with the file provided in the download below (remember to unzip it first):

Code:
https://www.mediafire.com/file/vww3capzz6r7gov/forst_file.zip/file

VT (0/62):
Code:
https://www.virustotal.com/gui/file/a7a52c0a2c1ca18ec660547f5f2ca3f2045fef56a0cf1b67a7e61e1239d864ee
 
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.
Thanks dear
 
Hello there¡¡¡ please Help with the activation of the Pirch Theme:.

https://mega.nz/file/BP93VIjD#V9e6V-yIFmNf9V-480DDhCZJgVh5-bUpYTblWGnuvTs
https://www.virustotal.com/gui/url/db15c59baeafd387b1e41e19cef4276bfef853c2f0ae859e7d659d2da6cb96b5?nocache=1
 
@zilog357 any tips on how to null https://downloads.wordpress.org/plugin/shortcodes-ultimate.5.11.1.zip ?
(picked 5.11.1 because it seems the newer versions make a lot of server API calls)

The download you provided, since it is from WP Org, I guess that it is the free version. If it is, there is no license to block or anything to null. The features that the free version lacks compared with the Pro versions are not included in the file.

To null it, you will need to provide the Pro version.

Example:

---

FREE VERSION

Free shortcodes
Automatic Updates

PRO VERSION

Free shortcodes
Automatic Updates
Over 60 Additional Styles
24 additional styles for Heading
14 additional styles for Spoiler
13 additional styles for Tabs
14 additional styles for Quote
15 Additional Shortcodes
Parallax Section shortcode
Pricing Table shortcode
Testimonial shortcode
Vector Icon shortcode
Progress Bar & Progress Pie shortcodes
Content Slider shortcode
Photo & Icon Panel shortcodes
Member shortcode
Shadow shortcode
Splash Screen shortcode
Exit Popup shortcode
More Benefits
Shortcode Creator


It will be the same problem as with the previous nulled theme, "Forst". The theme will be nulled but you will not be able to download the sample (demo) data without a valid license. In that situation, it will be like starting from scratch. This is the same with all those themes made by "Qode Interactive".
 
The download you provided, since it is from WP Org, I guess that it is the free version. If it is, there is no license to block or anything to null. The features that the free version lacks compared with the Pro versions are not included in the file.

To null it, you will need to provide the Pro version.

Example:

---

FREE VERSION

Free shortcodes
Automatic Updates

PRO VERSION

Free shortcodes
Automatic Updates
Over 60 Additional Styles
24 additional styles for Heading
14 additional styles for Spoiler
13 additional styles for Tabs
14 additional styles for Quote
15 Additional Shortcodes
Parallax Section shortcode
Pricing Table shortcode
Testimonial shortcode
Vector Icon shortcode
Progress Bar & Progress Pie shortcodes
Content Slider shortcode
Photo & Icon Panel shortcodes
Member shortcode
Shadow shortcode
Splash Screen shortcode
Exit Popup shortcode
More Benefits
Shortcode Creator

Nevermind. I found that exact same version (v5.11.1) in another forum with its respective Pro add-ons. They are:

Shortcodes Ultimate Skins v1.6.1
Shortcodes Ultimate Maker v1.6.2

Shortcodes Ultimate Extra v1.8.2

I am not sure if those are all the available add-ons, but as soon as I have the time, I will manually check that the code is safe (besides VirusTotal) and post it here.
 
https://easyupload.io/y1mfwq
Can anyone help me activate the knowhere theme?
 
Ah sorry about that, didn't know

I'm sorry. I was very, very busy. I am working on it right now. I should be giving the download in the next hour.

I'm sorry. I was very, very busy. I am working on it right now. I should be giving the download in the next hour.

There you go. Here is version 5.11.1 (main plugin) with the three add-ons.

The main plugin is always the original free plugin. What makes it pro are the add-ons. That been said, it means that as soon as you install the v5.11.1, it will tell you that there is version 7.0 already and since it is free, it will update if you click on update or if your server or WP installation is configured for automatic updates.

The thing is that I don't know if the add-ons work on the latest version, and since you did not want the latest version anyway because of some issue you mentioned about excessive requests to the database, I did not test the updates with the latest version of the plugin.

I did test the package in this download and it seems to be working well.

Included are:

-Main Shortcodes Ultimate plugin v5.11.1
-Add-on: Shortcodes Ultimate Extra v1.8.2 (nulled)
-Add-On: Shortcodes Ultimate Maker v1.6.2 (nulled)
-Add-On: Shortcodes Ultimate Skins v1.6.1 (nulled)

Remember to unzip the file first and then select the individual files to upload.

DL:
Code:
https://www.mediafire.com/file/3qr20grai43ecs2/SCU5111.zip/file

VT (0/61):
Code:
https://www.virustotal.com/gui/file/bafeb3a493cf0ef1a23a8676759ec605ee86de971f327b5f51cc146fa5bbb44a
 
Back
Top