Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.133.122.6
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
softaculous /
aef /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2024-03-06 00:20
php53
[ DIR ]
drwxr-xr-x
2024-03-06 00:20
php56
[ DIR ]
drwxr-xr-x
2024-03-06 00:20
php71
[ DIR ]
drwxr-xr-x
2024-03-06 00:20
php81
[ DIR ]
drwxr-xr-x
2024-03-06 00:20
clone.php
5.05
KB
-rw-r--r--
2022-09-21 08:30
edit.php
4.46
KB
-rw-r--r--
2022-09-21 08:30
edit.xml
433
B
-rw-r--r--
2021-12-23 11:54
fileindex.php
183
B
-rw-r--r--
2021-12-23 11:54
import.php
3.39
KB
-rw-r--r--
2022-09-21 08:30
info.xml
2.54
KB
-rw-r--r--
2022-09-21 08:18
install.js
1
KB
-rw-r--r--
2021-12-23 11:54
install.php
5.13
KB
-rw-r--r--
2022-09-21 08:30
install.xml
1.44
KB
-rw-r--r--
2021-12-23 11:54
md5
35.02
KB
-rw-r--r--
2022-09-21 08:30
mysql.php
48.32
KB
-rw-r--r--
2021-12-23 11:54
notes.txt
91
B
-rw-r--r--
2021-12-23 11:54
universal.php
1.54
KB
-rw-r--r--
2021-12-23 11:54
upgrade.php
2.12
KB
-rw-r--r--
2022-09-21 08:30
upgrade.xml
354
B
-rw-r--r--
2021-12-23 11:54
Save
Rename
<?php ////////////////////////////////////////////////////////////// //=========================================================== // universal.php //=========================================================== // AEF : Advanced Electron Forum // Version : 1.0.9 // Inspired by Pulkit and taken over by Electron // ---------------------------------------------------------- // Started by: Electron, Ronak Gupta, Pulkit Gupta // Date: 23rd Jan 2006 // Time: 15:00 hrs // Site: http://www.anelectron.com/ (Anelectron) // ---------------------------------------------------------- // Please Read the Terms of use at http://www.anelectron.com // ---------------------------------------------------------- //=========================================================== // (c)Electron Inc. //=========================================================== ////////////////////////////////////////////////////////////// /* Database Connection */ $globals['user'] = '[[softdbuser]]'; $globals['password'] = '[[softdbpass]]'; $globals['database'] = '[[softdb]]'; $globals['dbprefix'] = '[[dbprefix]]'; $globals['server'] = '[[softdbhost]]'; /* Ending - Database Connection */ /* Core Settings */ $globals['url'] = '[[softurl]]'; $globals['sn'] = '[[sn]]'; $globals['board_email'] = '[[board_email]]'; $globals['server_url'] = '[[softpath]]'; $globals['mainfiles'] = '[[softpath]]/main'; $globals['themesdir'] = '[[softpath]]/themes'; $globals['gzip'] = 1; $globals['cookie_name'] = '[[aefcookie]]'; $globals['installed'] = '1'; /* Ending - Core Settings */ ?>