Linux premium82.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
Server IP : 185.61.154.194 & Your IP : 216.73.216.196
Domains :
Cant Read [ /etc/named.conf ]
User : evicodqw
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-11-28 21:48
php53
[ DIR ]
drwxr-xr-x
2024-11-28 21:48
php56
[ DIR ]
drwxr-xr-x
2024-11-28 21:48
php71
[ DIR ]
drwxr-xr-x
2024-11-28 21:48
php81
[ DIR ]
drwxr-xr-x
2024-11-28 21:48
php82
[ DIR ]
drwxr-xr-x
2024-11-28 21:48
clone.php
5.08
KB
-rw-r--r--
2024-05-02 10:39
edit.php
4.46
KB
-rw-r--r--
2024-05-02 10:39
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--
2024-05-02 10:39
info.xml
2.54
KB
-rw-r--r--
2024-05-02 10:25
install.js
1
KB
-rw-r--r--
2021-12-23 11:54
install.php
5.14
KB
-rw-r--r--
2024-05-02 10:39
install.xml
1.44
KB
-rw-r--r--
2021-12-23 11:54
md5
1.91
KB
-rw-r--r--
2024-05-02 10:39
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.13
KB
-rw-r--r--
2024-05-02 10:39
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 */ ?>