Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
lime5 /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
php53
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
php56
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
php71
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
php81
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
php82
[ DIR ]
drwxr-xr-x
2025-08-15 20:04
changelog.txt
47.14
KB
-rwxr-xr-x
2024-06-25 07:03
clone.php
4.73
KB
-rwxr-xr-x
2024-06-25 08:17
config.php
2.76
KB
-rwxr-xr-x
2023-04-17 14:03
edit.php
4.44
KB
-rwxr-xr-x
2024-06-25 08:17
edit.xml
433
B
-rwxr-xr-x
2023-12-19 08:05
extend.php
9.94
KB
-rwxr-xr-x
2024-06-25 08:17
fileindex.php
214
B
-rwxr-xr-x
2023-04-17 14:03
import.php
5.67
KB
-rwxr-xr-x
2024-06-25 08:17
info.xml
5.18
KB
-rwxr-xr-x
2024-06-25 07:03
install.js
921
B
-rwxr-xr-x
2023-04-17 14:03
install.php
5.08
KB
-rwxr-xr-x
2024-06-25 08:17
install.xml
3.56
KB
-rwxr-xr-x
2023-04-17 14:03
md5
6.61
KB
-rwxr-xr-x
2024-06-25 08:17
notes.txt
1.67
KB
-rwxr-xr-x
2023-04-17 14:03
security.php
847
B
-rwxr-xr-x
2023-04-17 14:03
sha256.php
19.18
KB
-rwxr-xr-x
2023-04-17 14:03
update_pass.php
534
B
-rwxr-xr-x
2023-04-17 14:03
upgrade.php
5.08
KB
-rwxr-xr-x
2024-06-25 08:17
upgrade.xml
371
B
-rwxr-xr-x
2023-04-17 14:03
Save
Rename
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); /* * LimeSurvey * Copyright (C) 2007-2019 The LimeSurvey Project Team / Carsten Schmitz * 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;