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 : rename.inc.php
<?php if(!defined('OSTSCPINC') || !$thisstaff || !$thisstaff->isAdmin()) die('Access Denied'); ?> <div id="upgrader"> <br> <h2 style="color:#FF7700;"><?php echo __('Configuration file rename required!');?></h2> <div id="main"> <div id="intro"> <p><?php echo __('To avoid possible conflicts, please take a minute to rename configuration file as shown below.');?></p> </div> <h3><?php echo __('Solution');?>:</h3> <?php echo __('Rename file <b>include/settings.php</b> to <b>include/ost-config.php</b> and click continue below.');?> <ul> <li><b><?php echo __('CLI');?>:</b><br><i>mv include/settings.php include/ost-config.php</i></li> <li><b><?php echo __('FTP');?>:</b><br> </li> <li><b><?php echo __('Cpanel');?>:</b><br> </li> </ul> <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 id="bar"> <form method="post" action="upgrade.php"> <?php csrf_token(); ?> <input type="hidden" name="s" value="prereq"> <input class="btn" type="submit" name="submit" value="<?php echo __('Continue');?> »"> </form> </div> </div> <div class="sidebar"> <h3><?php echo __('Need Help?');?></h3> <p> <?php echo __('If you are looking for a greater level of support, we provide <u>professional upgrade</u> and commercial support with guaranteed response times and access to the core development team. We can also help customize osTicket or even add new features to the system to meet your unique needs. <a target="_blank" href="https://osticket.com/support">Learn More!</a>'); ?> </p> </div> <div class="clear"></div> </div>
Close