Skip to content

creativewild/ts3Chan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ts3Chan (Beta)

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

About

TeamSpeak3 Channels Request system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.0%
  • Other 1.0%