======= PHP Web based system for Teamspeak 3 servers to Request channels on the server.
Free opensource feel free to use, edit and share but don't forget to give credit/linkback and if you added something feel free to pull request :D
###Features:
- Admin CP for accepting/rejecting requests. (with the ability to sort, search and requests per page)
- Limit requests per email.
- Auto channel create.
- Create channels anywhere with base OrderID. (not only in the bottom of channels list)
- Create channels with custom permissions. (multi permissions supported)
- Auto email on accept/deny the request with a custom message. (SMTP based)
- Email the channel admin token on accept.
- Basic email templating. (also supports custom message)
- Language/translation support with clean seperated language files.
###Installation:
- Import the dependencies
composer update(more infowww.getcomposer.org) - Check files in
app/configedit the values as you wish. - Set the
app/cache&app/logsfolders to writeablechmod 777 - Edit the
.htaccessin thepublicfolder change it to your new base Example:- link iswww.site.com/requestchannel/publicthen the base is/requestchannel/public/soRewriteBase /ts3chan_v2/public/toRewriteBase /requestchannel/public/ - Create the database and import the
ts3chan.sql
and it should work :D
###--- important info ---
- Default admin pass:
admin(change it in settings) and admin CP link is/public/admin - If something didn't work check
app/logs/errors.log - To change language go to
app/langcopy theenfolder and rename it then edit the language files as you wish, when done editing set your new language in theGeneral.phpfile in the configs folderapp/config
THERE WILL BE BUGS :D
==== ###Credits
