jonnyinsta
Junior Member
- Jul 10, 2019
- 134
- 53
bro you seem so intelligent ....
http://www.mediafire.com/file/az670foow0bitbn/td-composer.zip/file
https://www.virustotal.com/gui/file/a5fecbb362e298312a16ce28aef7545ddba0e195363d2a923a966159c60444da/detection
The owner a member so not allowed breaks all forum rules!Dear sir @Festinger can you please null WP-SCRIPT products ..??
It'll be really very helpful.
Thanks in advance.
Can anyone tell me how to null this plugin ? [After activation, use the following license key: sk_@#}&k[%l!XAv[4l(yK]A3P@[^#Jn0]
Download the plugin's NicheTable Pro version. (freemius.com)
VirusTotal
I would need to download the plugin to take a look at it. The link you posted is going nowhere. If you have the plugin, use Mediafire or Zippyshare, or any of the file-sharing services allowed in this forum to upload it and put the link here.
If it can be nulled, that would be all to it. Updates are only possible with a valid (purchased) key. The server that brings the update verifies that key before handing the files and we have no control over it. This is the case in 99% of the cases. I haven't seen any developer granting permission just by verifying the plugin from the client-side. it is always done on the server-side.
To null it I would need the download file.
How nulled plugins are updated?
You will need a copy of the plugin update, null it the same as the old plugin copy and upload it to your server. The "dinosaur" way. There is no other. The other way is called "buy the plugin".
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.
LOL. If it works for one plugin, it won't work for others![]()
Feel free to request yours if you require any help.