Website : phonehp.ir
backdoor
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Home
Console
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Warning
: Undefined variable $backdoor in
/home/nehpir/public_html/goods.php
on line
326
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
nehpir
/
www
/
dup-installer
/
templates
/
default
/
parts
/
validation
/
tests
/
Filename :
importable-package.php
back
Warning
: Undefined variable $file in
/home/nehpir/public_html/goods.php
on line
545
Copy
<?php /** * * @package templates/default */ defined('ABSPATH') || defined('DUPXABSPATH') || exit; /** * Variables * * @var int $testResult validation rest result enum * @var string $failMessage fail message */ $statusClass = ($testResult > DUPX_Validation_abstract_item::LV_SOFT_WARNING ? 'green' : 'red' ); ?> <div class="sub-title">STATUS</div> <p class="<?php echo $statusClass; ?>"> <?php if ($testResult > DUPX_Validation_abstract_item::LV_SOFT_WARNING) { ?> The package has all the elements to be imported. <?php } else { ?> The package can't be imported. <?php } ?> </p> <?php if (strlen($failMessage) > 0) { ?> <div class="sub-title">DETAILS</div> <p> <?php echo $failMessage; ?> </p> <?php } ?> <div class="sub-title">TROUBLESHOOT</div> <ul> <li> A package with filtered elements cannot be imported to avoid a malfunction of the current site.<br> Create a new package in the site you want to import deactivating the filters on tables and/or files. </li> </ul>