Linux server19.dn-server.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 46.209.20.154 & Your IP : 216.73.217.55
Domains :
Cant Read [ /etc/named.conf ]
User : emadteam
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
2026-08-11 18:06
php53
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php56
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php71
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php81
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
php82
[ DIR ]
drwxr-xr-x
2026-08-11 18:06
.env
1.21
KB
-rw-r--r--
2026-08-10 05:56
.htaccess
46
B
-rw-r--r--
2023-05-23 05:44
_clone.php
5.52
KB
-rw-r--r--
2023-05-23 05:44
edit.php
7.25
KB
-rw-r--r--
2026-08-10 08:00
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
extend.php
8.67
KB
-rw-r--r--
2026-08-10 08:00
fileindex.php
327
B
-rw-r--r--
2026-08-04 08:16
import.php
3.89
KB
-rw-r--r--
2026-08-10 08:00
info.xml
2.83
KB
-rw-r--r--
2026-08-10 05:56
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
5.45
KB
-rw-r--r--
2026-08-10 08:00
install.xml
569
B
-rw-r--r--
2023-05-23 05:44
md5
2.31
KB
-rw-r--r--
2026-08-10 08:00
notes.txt
1.35
KB
-rw-r--r--
2023-11-20 06:06
update_pass.php
517
B
-rw-r--r--
2021-12-23 06:54
Save
Rename
#================================================================================ # READ THIS FIRST: https://www.kimai.org/documentation/local-yaml.html #================================================================================ # Configure your database connection and the correct server version - find it with: SELECT VERSION(); DATABASE_URL=mysql://[[softdbuser]]:[[softdbpass]]@[[softdbhost]]:3306/[[softdb]]?charset=utf8mb4&serverVersion=[[dbser_ver]] # You MUST change this to a long and random character sequence, e.g.: php -r 'echo bin2hex(random_bytes(32));' APP_SECRET=[[APP_SECRET]] # The base URL of your Kimai installation DEFAULT_URI=https://127.0.0.1:8000 # SECURITY WARNING: you SHOULD configure the allowed domain names for your installation TRUSTED_HOSTS=[[domhost]] # Outgoing emails use this email-address as sender MAILER_FROM=kimai@example.com # Email connection - see https://www.kimai.org/documentation/emails.html MAILER_URL=null://null # Running behind reverse proxies? Try these: # TRUSTED_PROXIES=127.0.0.1,127.0.0.2 # regexp to define allowed frontend origins for API requests CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ # only change to "dev" if you are developing with/for Kimai APP_ENV=prod