Linux br942.hostgator.com.br 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Apache
: 162.241.2.188 | : 18.117.106.206
Cant Read [ /etc/named.conf ]
8.2.22
manoe678
May The Force Be With You
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
MASS DEFACE
+ Create Folder
+ Create File
/
var /
softaculous /
aef /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
clone.php
5.08
KB
-rw-r--r--
edit.php
4.46
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
fileindex.php
183
B
-rw-r--r--
import.php
3.39
KB
-rw-r--r--
info.xml
2.54
KB
-rw-r--r--
install.js
1
KB
-rw-r--r--
install.php
5.14
KB
-rw-r--r--
install.xml
1.44
KB
-rw-r--r--
md5
1.91
KB
-rw-r--r--
mysql.php
48.32
KB
-rw-r--r--
notes.txt
91
B
-rw-r--r--
universal.php
1.54
KB
-rw-r--r--
upgrade.php
2.13
KB
-rw-r--r--
upgrade.xml
354
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : universal.php
<?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 */ ?>
Close