- Notifications
You must be signed in to change notification settings - Fork237
esotalk/esoTalk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Help developFlarum, esoTalk's successor.Flarum on GitHub »
esoTalk is a free, open-source forum software package built with PHP and MySQL. It is designed to be:
- Fast. esoTalk's code was architectured to have little overhead and to be as efficient as possible.
- Simple. All of esoTalk's interfaces are designed around simplicity, ease-of-use, and speed.
- Powerful. Despite its simplicity, a large array ofplugins andskins are available to extend the functionality of esoTalk.
esoTalk is developed by Toby Zerner in memory of his brother, Simon.
I've put many hundreds of hours and a lot of love into developing and maintaining esoTalk. If you have benefitted from it, why not considerdonating some schrapnel? #feedtoby
esoTalk requiresPHP 5.3+ and a modern version ofMySQL.
The PHPgd extension is required to support avatar uploading.
esoTalk has only been tested onApache andlighttpd. If you encounter a problem specific to any other web server, pleasecreate an issue.
Installing esoTalk is super easy. In brief, simply:
- Download esoTalk.
- Extract and upload the files to your PHP-enabled web server.
- Visit the location in your web browser and follow the instructions in the installer.
To upgrade esoTalk from an older version, simply:
- Download the latest version of esoTalk.
- Extract and upload all of the files to your web-server, overwriting old ones. (Be careful that you don't lose custom plugins, skins, and languages you've uploaded to the addons directory, though!)
- Visityour-forum.com/?p=upgrade in your web browser and watch esoTalk complete the upgrade.
If you are having problems installing esoTalk, view theTroubleshooting documentation.