Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
lusedi /
libraries /
fof /
database /
query /
Delete
Unzip
Name
Size
Permission
Date
Action
element.php
2.59
KB
-rw-r--r--
2017-11-07 06:31
limitable.php
2.24
KB
-rw-r--r--
2017-11-07 06:31
mysql.php
731
B
-rw-r--r--
2017-11-07 06:31
mysqli.php
3.24
KB
-rw-r--r--
2017-11-07 06:31
oracle.php
5.45
KB
-rw-r--r--
2017-11-07 06:31
pdo.php
595
B
-rw-r--r--
2017-11-07 06:31
pdomysql.php
663
B
-rw-r--r--
2017-11-07 06:31
postgresql.php
13.8
KB
-rw-r--r--
2017-11-07 06:31
preparable.php
2.31
KB
-rw-r--r--
2017-11-07 06:31
sqlazure.php
1.01
KB
-rw-r--r--
2017-11-07 06:31
sqlite.php
7.4
KB
-rw-r--r--
2017-11-07 06:31
sqlsrv.php
8.51
KB
-rw-r--r--
2017-11-07 06:31
Save
Rename
<?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 { }