Version Description
Download this release
Release Info
Developer | xcloner |
Plugin | XCloner – Backup and Restore |
Version | 3.0.6 |
Comparing to | |
See all releases |
Code changes from version 3.0.4 to 3.0.6
- restore/TAR.php +3 -1
- xcloner.php +1 -1
restore/TAR.php
CHANGED
@@ -1329,7 +1329,9 @@ class archive_tar
|
|
1329 |
if (!$this->_readHeader($v_binary_data, $v_header))
|
1330 |
return false;
|
1331 |
|
1332 |
-
|
|
|
|
|
1333 |
if ($this->_maliciousFilename($v_filename)) {
|
1334 |
$this->_error('Malicious .tar detected, file "' . $v_filename .
|
1335 |
'" will not install in desired directory tree');
|
1329 |
if (!$this->_readHeader($v_binary_data, $v_header))
|
1330 |
return false;
|
1331 |
|
1332 |
+
//$v_header['filename'] = $v_filename;
|
1333 |
+
$v_header['filename'] = str_replace("\x00","",$v_filename);
|
1334 |
+
|
1335 |
if ($this->_maliciousFilename($v_filename)) {
|
1336 |
$this->_error('Malicious .tar detected, file "' . $v_filename .
|
1337 |
'" will not install in desired directory tree');
|
xcloner.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: XCloner
|
4 |
Plugin URI: http://www.xcloner.com
|
5 |
Description: XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks. Don't forget to create the 'administrator/backups' directory in your Wordpress root and make it fully writeable. <a href="plugins.php?page=xcloner_show">Open XCloner</a> | <a href="http://www.xcloner.com/support/premium-support/">Get Premium Support</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=info%40xcloner%2ecom&lc=US&item_name=XCloner%20Support&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest">Donate</a>
|
6 |
-
Version: 3.0.
|
7 |
Author: Liuta Ovidiu
|
8 |
Author URI: http://www.xcloner.com
|
9 |
Plugin URI: http://www.xcloner.com
|
3 |
Plugin Name: XCloner
|
4 |
Plugin URI: http://www.xcloner.com
|
5 |
Description: XCloner is a tool that will help you manage your website backups, generate/restore/move so your website will be always secured! With XCloner you will be able to clone your site to any other location with just a few clicks. Don't forget to create the 'administrator/backups' directory in your Wordpress root and make it fully writeable. <a href="plugins.php?page=xcloner_show">Open XCloner</a> | <a href="http://www.xcloner.com/support/premium-support/">Get Premium Support</a> | <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=info%40xcloner%2ecom&lc=US&item_name=XCloner%20Support&no_note=0¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest">Donate</a>
|
6 |
+
Version: 3.0.6
|
7 |
Author: Liuta Ovidiu
|
8 |
Author URI: http://www.xcloner.com
|
9 |
Plugin URI: http://www.xcloner.com
|