403Webshell
Server IP : 104.21.14.103  /  Your IP : 3.142.119.8
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/lib/dup_archive/classes/states/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/khowordpress.com/wp-content/plugins/duplicator-pro/lib/dup_archive/classes/states/class.duparchive.state.expand.php
<?php
if (!defined("ABSPATH") && !defined("DUPXABSPATH"))
	die("");
/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */

require_once(dirname(__FILE__).'/class.duparchive.state.base.php');

if (!class_exists('DupArchiveValidationTypes')) {

class DupArchiveValidationTypes
{
	const None	 = 0;
	const Standard = 1;
	const Full	 = 2;

}
}

if (!class_exists('DupArchiveExpandState')) {
	abstract class DupArchiveExpandState extends DupArchiveStateBase
	{
		public $archiveHeader			 = null;
		public $currentFileHeader		 = null;
		public $validateOnly			 = false;
		public $validationType			 = DupArchiveValidationTypes::Standard;
		public $fileWriteCount			 = 0;
		public $directoryWriteCount		 = 0;
		public $expectedFileCount		 = -1;
		public $expectedDirectoryCount	 = -1;
		public $filteredDirectories		 = array();
		public $filteredFiles			 = array();
		public $includedFiles			 = array();
		public $fileRenames				 = array();
		public $directoryModeOverride	 = -1;
		public $fileModeOverride		 = -1;
		public $lastHeaderOffset		 = -1;

		public function resetForFile()
		{
			$this->currentFileHeader = null;
			$this->currentFileOffset = 0;
		}
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit