JunglerWTF
Member
- May 24, 2022
- 57
- 6
- 8
then .. better to use nulled ? i still not understand about untouched version lolUntouched, you can use this plug-in but no updates from author and message that plug-in is not activated. I use it like this on +10 websites and working fine![]()
Really working with?? how about the message that plugin is not activated?Untouched, you can use this plug-in but no updates from author and message that plug-in is not activated. I use it like this on +10 websites and working fine![]()
I have no issue with the message. It only shows the plug-in is not activated but fully functional. I have bought 1 licence and use it on +10 websites.Really working with?? how about the message that plugin is not activated?
hello sirI have no issue with the message. It only shows the plug-in is not activated but fully functional. I have bought 1 licence and use it on +10 websites.
Null only to hide small activate notification, is it really need?Will there even be a nulled version, or should we use this one from now on?
If I am reading this correctly,if anyone needs this nulled before a nulled version is posted, grab. host.php changed in 2.22.22.25updraftplus\central\host.php
from an earlier posted version (eg. 2.22.17.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 withinpublic function __construct()
block. Then at the bottom, before the final closing}
, create theinit_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.
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.Null only to hide small activate notification, is it really need?
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...
Thanks @koeng for the update. Just curious, would all the updates coming from you moving forward be untouched? If yes, perhaps you could name your file with the untouched suffix?Tomz updated UpdraftPlus - Premium Backup Plugin For WordPress with a new update entry:
UpdraftPlus v2.22.23.25
Read the rest of this update entry...
The plugin doesnt backup multisite network..only backsup main
any workarounds![]()