Teamspeak3 Webinterface

Teamspeak3 Webinterface

First-Coder

Active Member
Joined
Nov 14, 2016
Messages
212
Reaction score
83
Points
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
Joined
Nov 14, 2016
Messages
212
Reaction score
83
Points
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
Joined
Nov 14, 2016
Messages
212
Reaction score
83
Points
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
Joined
Jan 7, 2016
Messages
103
Reaction score
22
Points
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
 

First-Coder

Active Member
Joined
Nov 14, 2016
Messages
212
Reaction score
83
Points
78
No problem ;) I hope you like it :oops: and hopefull donate for version 2 :D
 

Grafic404

Member
Joined
Apr 21, 2016
Messages
25
Reaction score
8
Points
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
 

First-Coder

Active Member
Joined
Nov 14, 2016
Messages
212
Reaction score
83
Points
78
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
You need to add an instance ;)

#edit
Over the Menu on the right side ;)
 

Cavilos

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

Grafic404

Member
Joined
Apr 21, 2016
Messages
25
Reaction score
8
Points
46
why the site is heavy? i need to reboot apache 3-4 times..
 
Top