Skip to content
This repository was archived by the owner on Sep 19, 2019. It is now read-only.

WrightBlue/TS3AudioBot-Dashboard-NQ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS3AudioBot-Dashboard-NQ

Quick links to everything

Installing TS3Audiobot

cd /home
wget https://files.wright.blue/old/dl/TS3AudioBotInstall.sh --no-check-certificate
chmod 0777 TS3AudioBotInstall.sh
./TS3AudioBotInstall.sh

Installing PHP 7.2 + PDO and Apache2 + mod_rewrite

apt-get install apache2
echo "<Directory /var/www/>
    Options Indexes FollowSymLinks
    AllowOverride All
    Order allow,deny
    allow from all
</Directory>" >> /etc/apache2/sites-available/000-default.conf
a2enmod rewrite
service apache2 restart
apt-get install apt-transport-https lsb-release ca-certificates
add-apt-repository ppa:ondrej/php
apt-get update
apt-get install php7.2 php7.2-pdo

Installing Dashboard

cd /var/www/html
wget https://github.com/WrightProjects/TS3AudioBot-Dashboard-NQ/archive/master.zip
unzip master.zip
rm master.zip
mv TS3AudioBot-Dashboard-NQ-master TS3AB-DA-FREE
echo 'www-data ALL=NOPASSWD: ALL' >> /etc/sudoers
Import /var/www/html/TS3AB-DA-FREE/database.sql to your database.

Nice! Go to Configuration.

Configuration

  • Open /var/www/html/TS3AB-DA-FREE/application/config/config.php
  • Find and change:
$config['base_url'] = 'http://127.0.0.1/TS3AB-DA-FREE/';
  • Open and edit /var/www/html/TS3AB-DA-FREE/application/config/database.php
  • Open and edit /var/www/html/TS3AB-DA-FREE/application/config/dashboard.php

Teamspeak group permissions

  • ts3audiobot_bot_group:
b_virtualserver_client_list
b_virtualserver_channel_list
b_client_use_channel_commander
b_client_ignore_antiflood
b_client_ignore_bans
i_client_max_avatar_filesize
i_client_max_channel_subscriptions
i_channel_subscribe_power

Requirements

  • PHP +5.6 + PDO
  • MySQL Server
  • Apache2 + mod_rewrite

Support

Contribution

  • Yes, of course you can contribute in TS3AudioBot-Dashboard!
  • Either helping with code, or supporting the project with donation!
  • Donate: paypal.me/WrightPP

ScreenShot

ScreenShot

License

About

Dashboard for TS3AudioBot!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages