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 /
cceconvenors /
js /
editor /
lib /
Delete
Unzip
Name
Size
Permission
Date
Action
Database
[ DIR ]
drwxr-sr-x
2021-07-01 11:35
Editor
[ DIR ]
drwxr-sr-x
2021-07-01 11:36
Vendor
[ DIR ]
drwxr-sr-x
2021-07-01 11:36
docs
[ DIR ]
drwxr-sr-x
2021-07-01 11:35
Bootstrap.php
1.06
KB
-rw-r--r--
2021-07-01 11:35
DataTables.php
920
B
-rw-r--r--
2021-07-01 11:35
Database.php
11.83
KB
-rw-r--r--
2021-07-01 11:35
Editor.php
62.4
KB
-rw-r--r--
2021-07-01 11:35
Ext.php
5.96
KB
-rw-r--r--
2021-07-01 11:35
License.txt
1.12
KB
-rw-r--r--
2021-07-01 11:35
composer.json
559
B
-rw-r--r--
2021-07-01 11:35
composer.php
360
B
-rw-r--r--
2021-07-01 11:35
config.php
1.2
KB
-rw-r--r--
2021-07-01 11:35
phpdoc.dist.xml
406
B
-rw-r--r--
2021-07-01 11:35
Save
Rename
<?php if (!defined('DATATABLES')) exit(); // Ensure being used in DataTables env. // Enable error reporting for debugging (remove for production) error_reporting(E_ALL); ini_set('display_errors', '1'); /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Database user / pass */ $sql_details = array( "type" => "Mysql", // Database type: "Mysql", "Postgres", "Sqlserver", "Sqlite" or "Oracle" "user" => "", // Database user name "pass" => "", // Database password "host" => "", // Database host "port" => "", // Database connection port (can be left empty for default) "db" => "", // Database name "dsn" => "", // PHP DSN extra information. Set as `charset=utf8mb4` if you are using MySQL "pdoAttr" => array() // PHP PDO attributes array. See the PHP documentation for all options ); // This is included for the development and deploy environment used on the DataTables // server. You can delete this block - it just includes my own user/pass without making // them public! if ( is_file($_SERVER['DOCUMENT_ROOT']."/datatables/pdo.php") ) { include( $_SERVER['DOCUMENT_ROOT']."/datatables/pdo.php" ); } // /End development include