EGS

From IRC Wiki
Revision as of 15:07, 19 September 2011 by Trixarian (talk | contribs)
Jump to navigation Jump to search
EGS

Programming language: PHP
Platform: Independent
Status: Active
License: MIT
Latest release: EGs 2.0
Homepage: http://epicgeeks.net/egs/

EGs is aimed at being a modular PHP based web interface for Atheme services. Allowing network users to manage their services account via the web. Currently has support for NickServ, HostServ, ChanServ and MemoServ. EGs boasts lots of site configurable options, along with a stylish, minimalistic user interface and a quick clean setup.

EGs is an alternative to Atheme-Web that only requires PHP5 and is platform independent.

Preview available at GigIRC EGs website.

Screenshots, online manual, etc is available at EGs Website Live IRC help is also available at the EpicGeeks network

KNOWN BUG: Using the default setting of

$config['index_page'] = 'index.php';

in config.php causes an error, rather use the following instead:

$config['index_page'] = 'index.php?';

Latest stable release

SVN