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/config
edit the values as you wish. - Set the
app/cache
&app/logs
folders to writeablechmod 777
- Edit the
.htaccess
in thepublic
folder change it to your new base Example:- link iswww.site.com/requestchannel/public
then 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/lang
copy theen
folder and rename it then edit the language files as you wish, when done editing set your new language in theGeneral.php
file in the configs folderapp/config
THERE WILL BE BUGS :D
==== ###Credits