/ts3Chan

TeamSpeak3 Channels Request system

Primary LanguagePHPMIT LicenseMIT

Ts3Chan (Beta)

This Script is too old.. it still works but not maintained, updated or supported (soz).

======= 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

####Admin CP preview adminCP

###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 info www.getcomposer.org)
  • Check files in app/config edit the values as you wish.
  • Set the app/cache & app/logs folders to writeable chmod 777
  • Edit the .htaccess in the public folder change it to your new base Example:- link is www.site.com/requestchannel/public then the base is /requestchannel/public/ so RewriteBase /ts3chan_v2/public/ to RewriteBase /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 the en folder and rename it then edit the language files as you wish, when done editing set your new language in the General.php file in the configs folder app/config

THERE WILL BE BUGS :D

==== ###Credits