Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.64
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
flarum /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
php53
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
php56
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
php71
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
php81
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
php82
[ DIR ]
drwxr-xr-x
2026-07-18 08:51
.htaccess
90
B
-rw-r--r--
2021-12-23 11:54
clone.php
6.31
KB
-rw-r--r--
2026-07-17 10:52
config.php
643
B
-rw-r--r--
2022-09-14 08:11
edit.php
4.43
KB
-rw-r--r--
2026-07-17 10:52
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
8.74
KB
-rw-r--r--
2026-07-17 10:52
fileindex.php
154
B
-rw-r--r--
2021-12-23 11:54
import.php
3.15
KB
-rw-r--r--
2026-07-17 10:52
info.xml
2.86
KB
-rw-r--r--
2026-07-17 07:20
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
4.09
KB
-rw-r--r--
2026-07-17 10:52
install.xml
1.02
KB
-rw-r--r--
2021-12-23 11:54
md5
1.39
KB
-rw-r--r--
2026-07-17 10:52
notes.txt
1.84
KB
-rw-r--r--
2026-07-17 07:20
update_pass.php
497
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1. PHP REQUIREMENT LINK : https://docs.flarum.org/install/#server-requirements (We have kept PHP 8.2, since extension manager requires PHP 8.2 dependencies via composer, make manual install on same) 2. [IMP] Download the package named "flarum-v1.x-php7.3" from https://docs.flarum.org/install/#installing-by-unpacking-an-archive as it includes extention manager. Suggested by vendor. (It seems that these zips aren't updated frequently as per Github versions. Hence, from 1.8.17 we use composer method) 3. Remove sql insert from `[[dbprefix]]access_tokens` and adjust AUTO_INCREMENT. 4. Kept version as 1.0.4 in info.xml as it shows 1.0.4 in admin panel dashboard, in `[[dbprefix]]settings` table and in /vendor/flarum/core/src/Foundation/Application.php (though composer install shows Installing flarum/flarum (v1.0.0)) 5. Copy public/assets/fonts folder from manual to zip as it is not generated after install. The 'fonts' folder can be checked by download via url mentioned in /vendor/composer/installed.json under "name": "components/font-awesome" , i.e https://api.github.com/repos/components/font-awesome/zipball/{{reference-hash}}. Check diff only with the /webfonts/ folder to verify whether structure is correct. 6. Check for symlinks in every version. 7. We have used .htaccess to redirect to /public folder. 8. We won't provide upgrade in this because we have launched the package with extension manager and it can directly be upgraded through it. https://docs.flarum.org/update/ 9. Use composer method to install flarum as mentioned here : (From 1.8.17 onwareds) https://docs.flarum.org/install/#installing-using-the-command-line-interface a)Download flarum via composer : composer create-project flarum/flarum:^1.8.0 [[softpath]] b)Install extension manager : composer require flarum/extension-manager:"*" Make zip after these steps. c)Start installation via browser