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.216.44
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
teste /
libraries /
fof /
database /
query /
Delete
Unzip
Name
Size
Permission
Date
Action
element.php
2.59
KB
-rw-r--r--
2017-10-04 08:52
limitable.php
2.24
KB
-rw-r--r--
2017-10-04 08:52
mysql.php
731
B
-rw-r--r--
2017-10-04 08:52
mysqli.php
3.24
KB
-rw-r--r--
2017-10-04 08:52
oracle.php
5.45
KB
-rw-r--r--
2017-10-04 08:52
pdo.php
595
B
-rw-r--r--
2017-10-04 08:52
pdomysql.php
663
B
-rw-r--r--
2017-10-04 08:52
postgresql.php
13.8
KB
-rw-r--r--
2017-10-04 08:52
preparable.php
2.31
KB
-rw-r--r--
2017-10-04 08:52
sqlazure.php
1.01
KB
-rw-r--r--
2017-10-04 08:52
sqlite.php
7.4
KB
-rw-r--r--
2017-10-04 08:52
sqlsrv.php
8.51
KB
-rw-r--r--
2017-10-04 08:52
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. * * @package Joomla.Platform * @subpackage Database * @since 3.4 */ class FOFDatabaseQueryPdomysql extends FOFDatabaseQueryMysqli { }