UpdraftPlus - Premium Backup Plugin For WP

UpdraftPlus - Premium Backup Plugin For WP v2.25.5.26

No permission to download

Alanon

Active member
Nov 21, 2018
289
130
43
Will there even be a nulled version, or should we use this one from now on?
 

chaoszero112

New member
Jun 29, 2019
3
1
3
If I am reading this correctly, if anyone needs this nulled before a nulled version is posted, grab updraftplus\central\host.php from an earlier posted version (eg. 2.22.17.25). host.php changed in 2.22.22.25

It looks like a new function is added and called near the start. On line 35 add:

PHP:
$this->init_required_libraries();

This should be within public function __construct() block. Then at the bottom, before the final closing }, create the init_required_libraries() function:

PHP:
/**
     * Initialize required classes/libraries needed for this host plugin to work
     *
     * @return void
     */
    private function init_required_libraries() {
        if (!class_exists('UpdraftPlus_Remote_Communications')) {
            $udrpc = $this->get_host_dir().'/vendor/team-updraft/common-libs/src/updraft-rpc/class-udrpc.php';
            if (file_exists($udrpc)) include_once($udrpc);
        }

        $phpseclib_dir = $this->get_host_dir().'/vendor/phpseclib/phpseclib/phpseclib';
        if (false === strpos(get_include_path(), $phpseclib_dir)) set_include_path(get_include_path().PATH_SEPARATOR.$phpseclib_dir);

        $phpseclib = array(
            'Crypt_Rijndael' => 'Crypt/Rijndael.php',
            'Crypt_RSA' => 'Crypt/RSA.php',
            'Crypt_Hash' => 'Crypt/Hash.php'
        );

        foreach ($phpseclib as $key => $value) {
            if (!class_exists($key)) {
                $rsa = $this->get_host_dir().'/vendor/phpseclib/phpseclib/phpseclib/'.$value;
                if (file_exists($rsa)) include_once($rsa);
            }
        }
    }

And the plugin should be nulled.

The technical instructions seem to still work to null the latest version. At the very least, it's working in my environment.
 

Alanon

Active member
Nov 21, 2018
289
130
43
Null only to hide small activate notification, is it really need?
I don't know, why don't you tell me? I just asked the question whether there will be nulled plugin in the future. I did not say whether or not it is necessary.

 

koeng

Well-known member
Babiato Lover
Oct 4, 2019
116
309
63
Tomz updated UpdraftPlus - Premium Backup Plugin For WordPress with a new update entry:

UpdraftPlus v2.22.23.25

Download UpdraftPlus v2.22.23.25 - Premium WordPress Backup Nulled Free
v2.22.23.25 - 29/Sep/2022

  • FIX: Fix "More Files" tracking on resumption
  • FIX: Parse error when loading plugins and themes in UpdraftCentral. Error occurs when UpdraftPlus is installed in a system with PHP 5.6 or older.
  • FIX: BinZip did not handle out-of-tree directory symlinks. These are now backed up as expected.
  • FIX: When expired tokens occur during Vault uploads, reschedule and resume, to avoid...

Read the rest of this update entry...
 

shane0mak

New member
Aug 12, 2022
7
2
3
The plugin doesnt backup multisite network..only backsup main
any workarounds :cry:

Double check you have installed Updraft Plus 'PREMIUM'
Double check when you access the plugin settings on the top it says :

UpdraftPlus Backup/Restore - Multisite Install​


Double check you have made it network active
double check it is indeed showing as active on another site's plugin dashboard
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu