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.134.118.113
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
firefly /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
php53
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
php56
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
php71
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
php81
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
php82
[ DIR ]
drwxr-xr-x
2025-04-21 14:16
.env
12.3
KB
-rw-r--r--
2025-04-21 08:48
.htaccess
372
B
-rw-r--r--
2023-10-04 08:44
changelog.txt
9.81
KB
-rw-r--r--
2025-04-21 08:48
clone.php
7.87
KB
-rw-r--r--
2025-04-21 12:17
edit.php
4.45
KB
-rw-r--r--
2025-04-21 12:17
edit.xml
447
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.99
KB
-rw-r--r--
2025-04-21 12:17
fileindex.php
327
B
-rw-r--r--
2025-03-24 08:34
firefly.sql
90.75
KB
-rw-r--r--
2025-04-21 08:48
firefly.zip
25.42
MB
-rw-r--r--
2025-04-21 08:48
import.php
2.98
KB
-rw-r--r--
2025-04-21 12:17
info.xml
4.05
KB
-rw-r--r--
2025-04-21 08:48
install.js
924
B
-rw-r--r--
2021-12-23 11:54
install.php
6.24
KB
-rw-r--r--
2025-04-21 12:17
install.xml
1.5
KB
-rw-r--r--
2021-12-23 11:54
md5
2.78
KB
-rw-r--r--
2025-04-21 12:17
notes.txt
1.6
KB
-rw-r--r--
2025-02-04 07:42
oauth-private.key
16
B
-rw-r--r--
2021-12-23 11:54
oauth-public.key
15
B
-rw-r--r--
2021-12-23 11:54
update_keys.php
2.1
KB
-rw-r--r--
2021-12-23 11:54
update_pass.php
516
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
6.69
KB
-rw-r--r--
2025-04-21 12:17
upgrade.xml
617
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1. Installation method mentioned here : https://docs.firefly-iii.org/how-to/firefly-iii/installation/self-managed/ E.g:1. Download the latest release package zip from github : FireflyIII-v{{VERSION}}.zip (It has all the vendor dependencies installed, so no need to install via composer)(Since 6.1.19) IF FireflyIII-v{{VERSION}}.zip is not available then Download the available package from github and install the dependencies using composer. curl -sS https://getcomposer.org/installer | php php composer.phar install 2. Fill up DB details in .env 3. php artisan firefly-iii:upgrade-database 4. php artisan firefly-iii:correct-database 5. php artisan firefly-iii:report-integrity 6. php artisan firefly-iii:laravel-passport-keys 7. Visit http://localhost/firefly-iii/public and Click on “Register a new account” and fill in the form. 2. Remove all entries from preferences table except "viewRange" and "language" entries,inserts after login 3. Don't remove double quotes from "APP_NAME" it throws error when contain space. ( Requested by vendor ) 4. PHP REQUIREMENT LINK : https://docs.firefly-iii.org/how-to/firefly-iii/installation/self-managed/#ingredients 5. We have added openssl in requirement check in info.xml, as it is needed to encrypt public and private keys and store their encrypted entries in database and also it is mentioned in composer.json. 6. Keep LOG_CHANNEL = daily in .env file. 7. Keep the root .htaccess and /public/.htaccess changes as it is to restrict any files accessible through web. 8. Since 6.2.x manual installation requires change in openssl.cnf and hence it's done on whm1144 server only.