Server IP : 68.65.122.142  /  Your IP : 3.137.219.16
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/aef/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/aef/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 */

?>