Linux thaedus.aserv.co.za 5.14.0-687.24.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 9 18:14:06 EDT 2026 x86_64
LiteSpeed
Server IP : 197.242.159.149 & Your IP : 216.73.217.62
Domains :
Cant Read [ /etc/named.conf ]
User : bigpuxtb
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
2026-07-29 15:52
php53
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php56
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php71
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php81
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
php82
[ DIR ]
drwxr-xr-x
2026-07-29 15:52
changelog.txt
6.04
KB
-rw-r--r--
2026-07-22 01:14
clone.php
4.76
KB
-rw-r--r--
2026-07-29 06:08
config.php
3.23
KB
-rw-r--r--
2026-06-22 04:53
edit.php
4.48
KB
-rw-r--r--
2026-07-29 06:08
edit.xml
433
B
-rw-r--r--
2023-12-19 06:05
extend.php
9.34
KB
-rw-r--r--
2026-07-29 06:08
fileindex.php
187
B
-rw-r--r--
2026-06-22 04:53
import.php
5.7
KB
-rw-r--r--
2026-07-29 06:08
info.xml
5.5
KB
-rw-r--r--
2026-07-29 05:53
install.js
921
B
-rw-r--r--
2023-04-17 12:03
install.php
5.06
KB
-rw-r--r--
2026-07-29 06:08
install.xml
3.56
KB
-rw-r--r--
2023-04-17 12:03
md5
1.79
KB
-rw-r--r--
2026-07-29 06:08
notes.txt
1.67
KB
-rw-r--r--
2023-04-17 12:03
security.php
847
B
-rw-r--r--
2023-04-17 12:03
sha256.php
19.18
KB
-rw-r--r--
2023-04-17 12:03
update_pass.php
534
B
-rw-r--r--
2023-04-17 12:03
upgrade.php
5.07
KB
-rw-r--r--
2026-07-29 06:08
upgrade.xml
371
B
-rw-r--r--
2023-04-17 12: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;