Teamspeak3 Webinterface

Teamspeak3 Webinterface

First-Coder

Active Member
Nov 14, 2016
212
83
78
Sry we can´t do that, cause we haven´t finished all now. Some translations for teamspeak.first-coder.de are missing...
 

First-Coder

Active Member
Nov 14, 2016
212
83
78
BTW for that guys who want use smtp in the new version need to add in the config.php these Lines

PHP:
    /*
        Mailsettings
    */
    define("MAILADRESS", "[email protected]");                // Mail adress
    define("MAIL_SMTP", "false");                                // true if you want use SMTP Server (default: false)
    define("MAIL_SMTP_HOST", "");                                // SMTP Host
    define("MAIL_SMTP_PORT", "");                                // SMTP Port
    define("MAIL_SMTP_USERNAME", "");                            // SMTP Username
    define("MAIL_SMTP_PASSWORD", "");                            // SMTP Password
 

First-Coder

Active Member
Nov 14, 2016
212
83
78
Hey guys.... I will now work for the release and hope I am done in some hours.

For all Beta testers:
Thanks to @cjmwid we found a bug on smtp service. Today will be a really short update to fix it. He also added the debug, you can activate it if you add the following line to your config.php:

PHP:
define("MAIL_SMTP_DEBUG", "1");                                // SMTP Debug options 1 = Errors & Messages 2 = Only Messages

That´s it for now ;)
 

lukasjanra

Active Member
Jan 7, 2016
103
22
65
Btw I dont know if you changed something with email script or provider finally added spf record to dns but my mails from interface dont go to spam anymore. Thanks
 

Grafic404

Member
Apr 21, 2016
25
8
46
How can i connect this interface with my server? when i try to create a new server give me an error and don't find instance/server
 

Cavilos

Deer lover!
Apr 17, 2016
14
3
38
I have installed all right, but when i want to login it says everytime "wrong Password & Username"
reinstalled 2nd time :D
 
Top