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 /
lime /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
php53
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
php56
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
php71
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
php81
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
php82
[ DIR ]
drwxr-xr-x
2025-11-05 04:27
changelog.txt
6.57
KB
-rw-r--r--
2025-11-04 02:33
clone.php
4.74
KB
-rw-r--r--
2025-11-04 07:20
config.php
3.23
KB
-rw-r--r--
2024-05-16 03:29
edit.php
4.44
KB
-rw-r--r--
2025-11-04 07:20
edit.xml
433
B
-rw-r--r--
2023-09-15 07:50
extend.php
9.36
KB
-rw-r--r--
2025-11-04 07:20
fileindex.php
187
B
-rw-r--r--
2025-02-11 06:40
import.php
5.7
KB
-rw-r--r--
2025-11-04 07:20
info.xml
5.5
KB
-rw-r--r--
2025-11-04 02:33
install.js
921
B
-rw-r--r--
2021-12-23 06:54
install.php
5.05
KB
-rw-r--r--
2025-11-04 07:20
install.xml
3.56
KB
-rw-r--r--
2021-12-23 06:54
lime.sql
91.79
KB
-rw-r--r--
2025-11-04 02:33
lime.zip
110.64
MB
-rw-r--r--
2025-11-04 02:33
md5
1.26
KB
-rw-r--r--
2025-11-04 07:20
notes.txt
1.67
KB
-rw-r--r--
2021-12-23 06:54
security.php
847
B
-rw-r--r--
2022-05-04 02:00
sha256.php
19.18
KB
-rw-r--r--
2021-12-23 06:54
update_pass.php
534
B
-rw-r--r--
2023-02-27 04:49
upgrade.php
5.07
KB
-rw-r--r--
2025-11-04 07:20
upgrade.xml
371
B
-rw-r--r--
2021-12-23 06:54
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;