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

WP Staging Pro - OneClick Solution for Creating Staging Sites

WP Staging Pro - OneClick Solution for Creating Staging Sites v5.4.2

No permission to download
Okay, I guess I did it. Here's the nulled version WP Staging Pro v4.2.4 Nulled
 

Attachments

  • wp-staging-pro-4.2.4-nulled.zip
    3.2 MB · Views: 30
What really grinds my gears is the weird stuff inside those ZIPs.
This one contains ".DS_Store"
Bud1 tsIlocblob
@assetsIlocblobA.������autoloader.phpIlocblob�.������BackendIlocblob.������Backendbwspblob�bplist00�
]ShowStatusBar[ShowToolbar[ShowTabView_ContainerShowSidebar\WindowBounds[ShowSidebar _{{675, 317}, {803, 422}} #/;R_klmnbootstrap.phpIlocblob�.������constantsPro.phpIlocblob�.������CoreIlocblobA�������Deactivate.phpIlocblob�������� FrameworkIlocblob������FrontendIlocblob��������
install.phpIlocblob�������� languagesIlocblobA������opcacheBootstrap.phpIlocblob�������ProIlocblob������proBootstrap.phpIlocblob�������
uninstall.phpIlocblob�~������imeRequirements.phpIlocblobA~������
vendor_wpstgIlocblob~������wp-staging-error-handler.phpIlocblob�~������wp-staging-pro.phpIlocblob�~������
E

here
Code:
./.DS_Store
./Backend/.DS_Store
./Backend/Pro/.DS_Store

And after activation I see:

This version of WP STAGING | PRO has not been tested with WordPress version 6.0.

Kinda funny the purpose of the plugin is to run tests before updating a live system and you cant use said tool because it is not compatible with the software thats it supposed to test. full circle.
 
Last edited:
What really grinds my gears is the weird stuff inside those ZIPs.
This one contains ".DS_Store"


here
Code:
./.DS_Store
./Backend/.DS_Store
./Backend/Pro/.DS_Store

And after activation I see:

This version of WP STAGING | PRO has not been tested with WordPress version 6.0.

Kinda funny the purpose of the plugin is to run tests before updating a live system and you cant use said tool because it is not compatible with the software thats it supposed to test. full circle.
@gpLover!
Please refer to this link to understand what a .DS_Store file is. Please do your research before commenting here in a way that implies malware is packed with the file. A simple google search would have sufficed.

Link

As with not compatible with v6.0, the plugin file is provided by @Akbaba on this thread. Get us the latest version of the plugin and we can try nulling it for you.
 
Babak updated WP Staging Pro - One-Click Solution for Creating Staging Sites with a new update entry:

WP Staging Pro v4.2.6 Nulled

Download WP Staging Pro v4.2.6 - One-Click Solution for Creating Staging Sites Nulled Free
= v4.2.6 =

* Fix: Certain default plugins like wps-hide are not excluded anymore during cloning #1742
* Fix: Scheduled backup not always executed #1754
* Fix: Backup folder is deleted during backup restore on Windows OS #1737
* Fix: On backup restore retry deleting an item again in next request instead of re adding it at the end of queue, if item isn't completely deleted in current request #1758...

Read the rest of this update entry...
 
Key dont active
Click on settings and then under license tab click on activate license, if license is not pre-filled , fill any random number. It will remove the enter license notification, but under backup and migration it will still ask for license.
 
Going to file wp-staging-pro/Backend/Pro/Licensing/Licensing.php

looking for if (!($licenseData = get_option(self::WPSTG_LICENSE_STATUS)))

add return true; before that line. It will look something like this one:

PHP:
    public function isValidOrExpiredLicenseKey()
    {
        return true;
        if (!($licenseData = get_option(self::WPSTG_LICENSE_STATUS))){
            return false;
        }

        if (isset($licenseData->license) && $licenseData->license === 'valid'){
            return true;
        }

        if (isset($licenseData->error) && $licenseData->error === 'expired'){
            return true;
        }

        return false;
    }
 
Going to file wp-staging-pro/Backend/Pro/Licensing/Licensing.php

looking for if (!($licenseData = get_option(self::WPSTG_LICENSE_STATUS)))

add return true; before that line. It will look something like this one:

PHP:
    public function isValidOrExpiredLicenseKey()
    {
        return true;
        if (!($licenseData = get_option(self::WPSTG_LICENSE_STATUS))){
            return false;
        }

        if (isset($licenseData->license) && $licenseData->license === 'valid'){
            return true;
        }

        if (isset($licenseData->error) && $licenseData->error === 'expired'){
            return true;
        }

        return false;
    }

it worked, thank you!
 
Akbaba updated WP Staging Pro - One-Click Solution for Creating Staging Sites with a new update entry:

WP Staging Pro - One-Click Solution for Creating Staging Sites v.4.2.10

= 4.2.10 =
* Fix: Important update! Deselecting all tables does not lead to exclusion of tables as expected, but leads to selection of all tables. Thus all tables are copied and possibly overwritten instead of deselected. Applies to new cloning, UPDATE and RESET of a staging page. That can lead to data loss in the staging site. An update is strongly recommended! The problem appeared for the first time in version

Read the rest of this update entry...
 
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