EM3DESIGN
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
What should I check?
Backups of (only) files works. DB backup does not work (save only 2 files backwpup_readme.txt and manifest.json).- This reply was modified 3 years, 2 months ago by EM3DESIGN.
I’m glad I was helpful.
Hi, for the moment, I have deleted the code:
/** * Detect and report a malicious file name * * @param string $file * * @return bool */ private function _maliciousFilename($file) { if (strpos($file, 'phar://') === 0) { return true; } if (strpos($file, '/../') !== false) { return true; } if (strpos($file, '../') === 0) { return true; } return false; }
The infection is no longer reported and BackWPup continues to work with no apparent problems! Hope it helps.
See you soon!Hi, for the moment, I have deleted the code:
/** * Detect and report a malicious file name * * @param string $file * * @return bool */ private function _maliciousFilename($file) { if (strpos($file, 'phar://') === 0) { return true; } if (strpos($file, '/../') !== false) { return true; } if (strpos($file, '../') === 0) { return true; } return false; }
The infection is no longer reported and BackWPup continues to work with no apparent problems! Hope it helps.
See you soon!- This reply was modified 4 years, 3 months ago by EM3DESIGN.
Hi, me too the same answer from Virusdie. How is it resolved?
Forum: Plugins
In reply to: [Brozzme Cookie Notification] Brozzme Cookie notificationHi, what about “Element to append/prepend cookie to”? Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] Cache not clearing when post updatedI have the same problem . With WordPress 4.2.2 and theme Divi , the cache is not updated if I update a post / page . Why?
Viewing 7 replies - 1 through 7 (of 7 total)