Linux server165.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
Server IP : 68.65.122.53 & Your IP : 216.73.217.46
Domains :
Cant Read [ /etc/named.conf ]
User : vacazsti
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
freescout /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
php53
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
php56
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
php71
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
php81
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
php82
[ DIR ]
drwxr-xr-x
2026-05-19 02:44
.env
922
B
-rw-r--r--
2025-01-21 07:51
.installed
59
B
-rw-r--r--
2021-12-23 11:54
clone.php
11.62
KB
-rw-r--r--
2026-05-18 12:47
config.php
36.02
KB
-rw-r--r--
2026-05-18 12:03
edit.php
4.28
KB
-rw-r--r--
2026-05-18 12:47
edit.xml
447
B
-rw-r--r--
2021-12-23 11:54
extend.php
10.08
KB
-rw-r--r--
2026-05-18 12:47
fileindex.php
336
B
-rw-r--r--
2023-10-06 08:03
freescout.sql
28.2
KB
-rw-r--r--
2026-05-18 12:03
freescout.zip
10.44
MB
-rw-r--r--
2026-05-18 12:03
import.php
3.13
KB
-rw-r--r--
2026-05-18 12:47
info.xml
2.64
KB
-rw-r--r--
2026-05-18 12:03
install.js
921
B
-rw-r--r--
2021-12-23 11:54
install.php
7.11
KB
-rw-r--r--
2026-05-18 12:47
install.xml
1.95
KB
-rw-r--r--
2025-08-04 06:58
md5
3.43
KB
-rw-r--r--
2026-05-18 12:47
notes.txt
788
B
-rw-r--r--
2026-05-09 09:24
update_pass.php
518
B
-rw-r--r--
2021-12-23 11:54
upgrade.php
6.38
KB
-rw-r--r--
2026-05-18 12:47
upgrade.xml
282
B
-rw-r--r--
2025-11-04 07:00
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; };