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 : 216.73.216.206
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
kimai /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
php53
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
php56
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
php71
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
php81
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
php82
[ DIR ]
drwxr-xr-x
2025-06-13 14:19
.env
2.17
KB
-rw-r--r--
2023-09-25 11:22
.htaccess
46
B
-rw-r--r--
2023-05-23 09:44
_clone.php
5.52
KB
-rw-r--r--
2023-05-23 09:44
edit.php
7.21
KB
-rw-r--r--
2025-06-13 12:08
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
9.26
KB
-rw-r--r--
2025-06-13 12:08
fileindex.php
309
B
-rw-r--r--
2025-02-24 13:21
import.php
3.91
KB
-rw-r--r--
2025-06-13 12:08
info.xml
2.83
KB
-rw-r--r--
2025-06-13 06:12
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.38
KB
-rw-r--r--
2025-06-13 12:08
install.xml
569
B
-rw-r--r--
2023-05-23 09:44
kimai.sql
36.79
KB
-rw-r--r--
2025-06-13 06:12
kimai.zip
101.44
MB
-rw-r--r--
2025-06-13 06:12
md5
5.21
KB
-rw-r--r--
2025-06-13 12:08
notes.txt
1.35
KB
-rw-r--r--
2023-11-20 11:06
update_pass.php
517
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
1. Choose default Timezone America/New_York (This is CLI install now and timezone isn't asked, set America/New_York in php.ini file i.e date.timezone = "America/New_York") and then install. Also check the same in kimai2_user_preferences table i.e 'timezone' entry value) 2. PHP REQUIREMENT LINK: https://www.kimai.org/documentation/installation.html#server-requirements and also check README.md 3. Install Composer and create zip for package and Remove "var/cache/prod" from package 4. Add following entry in kimai2_configuration table : (2, 'defaults.user.language', '[[language]]'); and in kimai2_user_preferences : (3, 1, 'language', '[[language]]'); 5. Steps for installation https://www.kimai.org/documentation/installation.html from command line. 6. We have changed the version in 1.14.3 in /src/Constants.php as it was a mistake by the vendor. Check in 1.15 version. https://github.com/kevinpapst/kimai2/issues/2582 7. We can not provide upgrade in kimai because it supports CLI upgrade only. Check in every version and if it supports GUI upgrade then add it. (Many users ask for the same) 8. From 2.0.23 onwards Kimai doesnt support subdirectory installation. mentioned in docs https://www.kimai.org/en/download.html 9. We have disabled language for Kimai 2.0.x version as the wizard asks for which language to select and adds extra entries to database in `preferences` table.