Linux premium61.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.53 & Your IP : 216.73.216.45
Domains :
Cant Read [ /etc/named.conf ]
User : vdeshvpx
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-06-09 00:32
php53
[ DIR ]
drwxr-xr-x
2026-06-09 00:32
php56
[ DIR ]
drwxr-xr-x
2026-06-09 00:32
php71
[ DIR ]
drwxr-xr-x
2026-06-09 00:32
php81
[ DIR ]
drwxr-xr-x
2026-06-09 00:32
php82
[ DIR ]
drwxr-xr-x
2026-06-09 00:32
.env
2.38
KB
-rw-r--r--
2026-06-08 10:48
.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.22
KB
-rw-r--r--
2026-06-08 12:37
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
extend.php
8.63
KB
-rw-r--r--
2026-06-08 12:37
fileindex.php
307
B
-rw-r--r--
2026-05-26 12:45
import.php
3.88
KB
-rw-r--r--
2026-06-08 12:37
info.xml
2.83
KB
-rw-r--r--
2026-06-08 10:48
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
5.43
KB
-rw-r--r--
2026-06-08 12:37
install.xml
569
B
-rw-r--r--
2023-05-23 09:44
kimai.sql
38.69
KB
-rw-r--r--
2026-06-08 10:48
kimai.zip
111.05
MB
-rw-r--r--
2026-06-08 10:48
md5
5.12
KB
-rw-r--r--
2026-06-08 12:37
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
////////////////////////////////////////////////////////////// // install.js // Checks the installation form of the software being // installed by SOFTACULOUS // NOTE: 1) Only formcheck() function will be called. // 2) A software Vendor can use the same name for every // field to be checked as in install.xml . It can be // called using $('fieldname').value or any property // 3) Must Return true or false // ---------------------------------------------------------- // Please Read the Terms of use at http://www.softaculous.com // ---------------------------------------------------------- // (c)Softaculous Inc. ////////////////////////////////////////////////////////////// function formcheck(){ //Check the Admin Email if(window.check_punycode){ if(!check_punycode($('admin_email').value)){ alert('{{err_ademail}}'); return false; } return true; } return true; };