X7ROOT File Manager
Current Path:
/var/softaculous/aef
var
/
softaculous
/
aef
/
ðŸ“
..
📄
clone.php
(5.05 KB)
📄
edit.php
(4.46 KB)
📄
edit.xml
(433 B)
📄
fileindex.php
(183 B)
ðŸ“
images
📄
import.php
(3.39 KB)
📄
info.xml
(2.54 KB)
📄
install.js
(1 KB)
📄
install.php
(5.13 KB)
📄
install.xml
(1.44 KB)
📄
md5
(35.02 KB)
📄
mysql.php
(48.32 KB)
📄
notes.txt
(91 B)
ðŸ“
php53
ðŸ“
php56
ðŸ“
php71
ðŸ“
php81
📄
universal.php
(1.54 KB)
📄
upgrade.php
(2.12 KB)
📄
upgrade.xml
(354 B)
Editing: 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 */ ?>
Upload File
Create Folder