Linux moon.hostseba.com 4.18.0-553.51.1.lve.el8.x86_64 #1 SMP Tue May 6 15:14:12 UTC 2025 x86_64
LiteSpeed
Server IP : 103.174.152.68 & Your IP : 216.73.216.6
Domains :
Cant Read [ /etc/named.conf ]
User : julaysp1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
moodle310 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
languages
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
php53
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
php56
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
php71
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
php81
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
php82
[ DIR ]
drwxr-xr-x
2025-07-15 08:07
NOTES.txt
1.78
KB
-rw-r--r--
2024-10-30 02:35
add_admin.php
733
B
-rw-r--r--
2022-06-30 02:50
check_utf8.php
5.88
KB
-rw-r--r--
2022-03-13 19:35
clone.php
5.5
KB
-rw-r--r--
2025-07-14 02:31
config.php
745
B
-rw-r--r--
2021-12-23 00:54
data.zip
7.76
KB
-rw-r--r--
2025-07-15 08:07
edit.php
4.61
KB
-rw-r--r--
2025-07-14 02:31
edit.xml
433
B
-rw-r--r--
2021-12-23 00:54
extend.php
12.43
KB
-rw-r--r--
2025-07-14 02:31
fileindex.php
977
B
-rw-r--r--
2024-10-30 02:35
import.php
7.51
KB
-rw-r--r--
2025-07-14 02:31
info.xml
3.34
KB
-rw-r--r--
2025-07-13 21:24
install.js
924
B
-rw-r--r--
2021-12-23 00:54
install.php
10.72
KB
-rw-r--r--
2025-07-14 02:31
install.xml
2.61
KB
-rw-r--r--
2023-06-29 00:20
md5
2.54
KB
-rw-r--r--
2025-07-14 02:31
moodle310.sql
1.03
MB
-rw-r--r--
2025-07-15 08:07
moodle310.zip
69.38
MB
-rw-r--r--
2025-07-15 08:07
privatekey.php
786
B
-rw-r--r--
2021-12-23 00:54
update_pass.php
541
B
-rw-r--r--
2021-12-23 00:54
upgrade.php
9.27
KB
-rw-r--r--
2025-07-14 02:31
upgrade.xml
307
B
-rw-r--r--
2021-12-23 00:54
Save
Rename
* Do not download Weekly Built. 1) Empty the cache, sessions, muc, lock, localcache and temp folders in data.zip 2) Use "defaultcity" for city while installing, country United States and Timezone America/New_york. Also in New settings - Location settings keep America/New_york 3) Download the Language packs here: http://download.moodle.org/langpack/ 4) Unpack the packages in the /languages/[[language]].zip 5) Change the language [[language]] in SQL config and users table. 6) Check this function and if new file is added update it in upgrade.php: upgrade_stale_php_files_present() in the file : /lib/upgradelib.php 7) required minimum version check for upgrade in info.xml should be changed in case of major version change 8) We do not change $CFG->directorypermissions = 0777; in the config file because it is outside the web-accessible directory and does not matter if it is 0777 9) Check if /muc/config.php file is created in data folder on non suPHP server i.e. (you can use Webuzo). 10) `allversionshash` in config table is same for every install 11) `assignfeedback_editpdf` has the value '/usr/bin/gs' on Windows as well as Linux Manual install hence we leave it as it is. 12) PHP REQUIREMENT LINK: https://docs.moodle.org/dev/Moodle_3.10_release_notes#Server_requirements 13) While installing check utf8mb4 collation. To check utfmb4 support, we have referred moodle\lib\dml\mysqli_native_moodle_database.php file. 14) Install manually with keeping database charset to "utfmb4 general ci" 15) check this file /lib/dml/mysqli_native_moodle_database.php and mariadb_native_moodle_database.php for utf8 collation detection. 16) [IMP] Keep the .git and .gitignore files in fileindex.php as it is required to fetch the installations which are explicitely installed using git. (Requested by Softaculous core team )