• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Ninja Tables Pro - The Fastest and Most Diverse WP DataTables Plugin

Ninja Tables Pro - The Fastest and Most Diverse WP DataTables Plugin v.5.0.7

No permission to download
I get this message:
Notice: Ninja Tables Pro integrity is not valid. You may downloaded from other sources. Please download ninja tables pro from WPManageNinja to keep it upto date.
 
I get this message:
Notice: Ninja Tables Pro integrity is not valid. You may downloaded from other sources. Please download ninja tables pro from WPManageNinja to keep it upto date.

I'm sure someone else will come up with a more elegant solution later, but for now the only solution that I came up with was to edit the Free base plugin. The coding that controls that text is found in that plugin, so it most likely gets triggered via a failed API call (I'm not completely certain).

Anyway, the edited base plugin is attached. It will remove the red warning text mentioned in the quoted post.
 

Attachments

  • ninja-tables_v4.3.4n_free.zip
    2.4 MB · Views: 49
I uploaded the ninja-tables_v4.3.4n_free.zip but didn’t fix it.

notice: ninja tables pro integrity is not valid. you may downloaded from other sources. please download ninja tables pro from wpmanageninja to keep it upto date.
 
I uploaded the ninja-tables_v4.3.4n_free.zip but didn’t fix it.

notice: ninja tables pro integrity is not valid. you may downloaded from other sources. please download ninja tables pro from wpmanageninja to keep it upto date.

I'm not sure why that would be. The fix I added involved deleting the actual text so that it can't be displayed. Perhaps there's a caching issue?
 
I'm not sure what the cause of the issue is, I just tested it on a clean install and it worked for me again. Perhaps we can try deleting the free base plugin altogether, and then upload the replacement plugin to see if that works for you.
 
  • Like
Reactions: kicker
Integrity is checked and pushed via Javascript.
-> 'nt_integrity' => $this->getIntegrity(),

In free version edit:
/wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php : 1704

Code:
private function getIntegrity(){
 if (defined('NINJATABLESPRO')) {
....
}

to

Code:
 private function getIntegrity(){
         return 'valid';
        
         ....
}

This will prevent the integrity check from triggering .

Cheers
 
  • Love
  • Like
Reactions: Akera and jesbod
Integrity is checked and pushed via Javascript.
-> 'nt_integrity' => $this->getIntegrity(),

In free version edit:
/wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php : 1704

Code:
private function getIntegrity(){
 if (defined('NINJATABLESPRO')) {
....
}

to

Code:
 private function getIntegrity(){
         return 'valid';
       
         ....
}

This will prevent the integrity check from triggering .

Cheers
Thanks, It works
 
Integrity is checked and pushed via Javascript.
-> 'nt_integrity' => $this->getIntegrity(),

In free version edit:
/wp-content/plugins/ninja-tables/admin/NinjaTablesAdmin.php : 1704

Code:
private function getIntegrity(){
 if (defined('NINJATABLESPRO')) {
....
}

to

Code:
 private function getIntegrity(){
         return 'valid';
       
         ....
}

This will prevent the integrity check from triggering .

Cheers


And there's that more elegant solution I was referring to. Good job. (y)
 
Babak updated Ninja Tables Pro - The Fastest and Most Diverse WP DataTables Plugin with a new update entry:

Ninja Tables Pro v5.0.0

Download Ninja Tables Pro v5.0.0 - The Fastest and Most Diverse WP DataTables Plugin Nulled Free
= v5.0.0 (Date: June 08, 2023) =

* Added current user post option for wp post table
* Added custom css & js for drag & drop table
* Fixes Multi select number range filter issue
* Fixes property box design isue for wp post table
* Fixes accessibility issue for pagination
* Fixes media button issue for many themes & plugins
* Fixes sticky header issue
* Fixes strict mode custom filter issue...

Read the rest of this update entry...
 
  • Sad
Reactions: 3xploit

Forum statistics

Threads
79,405
Messages
1,141,396
Members
248,109
Latest member
zakariaa
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock