Difference between revisions of "EGS"

From IRC Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|programming_language=PHP
|programming_language=PHP
|platform=Independent
|platform=Independent
|license=MIT
|license=GPL
|release=EGs 2.0
|release=EGs 3.0
|status=Active
|status=Active
}}
}}
Line 17: Line 17:
Screenshots, online manual, etc is available at [http://epicgeeks.net/egs/ EGs Website]
Screenshots, online manual, etc is available at [http://epicgeeks.net/egs/ EGs Website]
Live IRC help is also available at [[EpicGeeks|the EpicGeeks network]]
Live IRC help is also available at [[EpicGeeks|the EpicGeeks network]]
'''KNOWN BUG:''' Using the default setting of
<pre>$config['index_page'] = 'index.php';</pre>
in config.php causes an error, rather use the following instead:
<pre>$config['index_page'] = 'index.php?';</pre>


==Latest stable release==
==Latest stable release==
* [http://epicgeeks.net/egs/downloads/2 EGs 2.0]
* [http://epicgeeks.net/egs/downloads/2 EGs 3.0]


==SVN==
==SVN==

Revision as of 19:51, 17 February 2012

EGS

Programming language: PHP
Platform: Independent
Status: Active
License: GPL
Latest release: EGs 3.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

Latest stable release

SVN