Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.144.100.3
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
gibbon /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
php53
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
php56
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
php71
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
php81
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
php82
[ DIR ]
drwxr-xr-x
2024-12-10 15:31
changelog.txt
6.82
KB
-rw-r--r--
2024-12-10 07:20
clone.php
5.14
KB
-rw-r--r--
2024-12-10 09:29
config.php
1.44
KB
-rw-r--r--
2023-11-21 09:55
edit.php
4.31
KB
-rw-r--r--
2024-12-10 09:29
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
1.03
KB
-rw-r--r--
2024-11-22 07:14
gibbon.sql
435.45
KB
-rw-r--r--
2024-12-10 07:20
gibbon.zip
113.79
MB
-rw-r--r--
2024-12-10 07:20
import.php
3.51
KB
-rw-r--r--
2024-12-10 09:29
info.xml
7.21
KB
-rw-r--r--
2024-12-10 07:20
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
5.85
KB
-rw-r--r--
2024-12-10 09:29
install.xml
1.73
KB
-rw-r--r--
2021-12-23 11:54
md5
2.42
KB
-rw-r--r--
2024-12-10 09:29
notes.txt
1.68
KB
-rw-r--r--
2023-11-21 09:55
upgrade.php
4.53
KB
-rw-r--r--
2024-12-10 09:29
upgrade.xml
367
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?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;