• NullMasters - Please Only Handle Nulling Requests That Have Been Given The Approved Badge.

  • 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"

Already Nulled NinjaScanner – Virus & Malware scan

GodDevil

Member
Oct 9, 2019
95
42
18
NinjaScanner is a lightweight, fast and powerful antivirus scanner for WordPress which includes many features to help you scan your blog for malware and virus.

Free version of NinjaScanner plugin at WordPress repository - https://wordpress.org/plugins/ninjascanner/

Premium edition of the plugin has extra "scheduled scans" function - https://nintechnet.com/ninjascanner/

Anyone has this plugin?
Requesting for nulled version of the plugin @Babak
 
Last edited:
Moving this thread to nulling request

Edit: tips for nulling from free -> check ninjascanner->lib->utils.php

function nscan_check_license
Simulate the response from server like
PHP:
res = (
          "response" => ( "code" => 200"),
          "body" => (
                            "err" => "",
                            "key" => "randomkey",
                            "exp" => date('Y-m-d', strtotime('+5 years))
)

This is a raw example, of course you have to take care of jsonencode/decode function so please adapt.

Second edit: don't forget to comment this line:

Code:
 $res = wp_remote_post( NSCAN_SIGNATURES_URL, $request_string );
by adding // in front

Another way to null it is to use this code
PHP:
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));

right before update_option('nscan_options', $nscan_options); in function nscan_activate in index.php
 
Last edited:
Another way to null it is to use this code
PHP:
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));

right before update_option('nscan_options', $nscan_options); in function nscan_activate in index.php
I don't know how to use the first method, so I tried the second method.

Copied this code and added it as instructed.
$nscan_options["key"] = "randomkey";
$nscan_options["exp"] = date('Y-m-d', strtotime('+5 years));
But it caused fatal error to my website.
 
I don't know how to use the first method, so I tried the second method.

Copied this code and added it as instructed.

But it caused fatal error to my website.
I can try my hands on it. Please share the untouched version with me.
 
  • Like
Reactions: GodDevil

please update!​

3.0.12​

  • Fixed a potential “Cannot use object of type WP_Error as array” fatal error.
  • Updated “Tested up to” to match WordPress 6.2.
 
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