Sponsor-Board.de

Normale Version: Ts3-WI weißer Bildschirm
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Hallo Leute.
Ich habe mir das TS3-Webinterface von Psychokiller installiert (hochgeladen). Aber jetzt zeigt es nur einen komplett Weißen Bildschirm. Was kann ich jetzt tun ?
Link: termino-systems.de/ts3wi/ts3wi/

Kartoffelrudi

-

Code:
<?php
/*
*Copyright (C) 2012-2013  Psychokiller
*
*This program is free software; you can redistribute it and/or modify it under the terms of
*the GNU General Public License as published by the Free Software Foundation; either
*version 3 of the License, or any later version.
*
*This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
*without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*See the GNU General Public License for more details.
*
*You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
if(!defined("SECURECHECK")) {die($lang['error_file_alone']);}
/*
REGARD!!
If you use the web interface, they must write the webserver ip in the query_ip_whitelist.txt.
After adding the ip, the server must be restarted!

Add more Server Ip's.
For Example
$server[0]['alias']= "Lokaler Server1";
$server[0]['ip']= "127.0.0.1";
$server[0]['tport']= "10011";

$server[1]['alias']= "Lokaler Server2";
$server[1]['ip']= "127.0.0.2";
$server[1]['tport']= "20022";

$server[2]['alias']= "Lokaler Server3";
$server[2]['ip']= "127.0.0.3";
$server[2]['tport']= "30033";
*/

$server[0]['alias']= "Lokaler Server";
$server[0]['ip']= "127.0.0.1";
$server[0]['tport']= "10011";

$cfglang    =    "de";            //Language German = de, English = en, Netherlandish=nl (by pd1evl)

$duration = "100";                //Set the Limit for Clients show per Page on Client List

$fastswitch=true;                //If true you can switch the Server on the header

$showicons="left";                //Define the position where the icons on the Viewer will show left or right

$style="new";                    //Chose your design  set 'new' for the default design or the name of your own create design

$msgsend_name="Webinterface";    //This Name will be show if you send a message to a Server

$show_motd=true;                // Set it to false to not show the message of the day window
?>

Kartoffelrudi

-
ich rede von nem anderen Ts3 und dieser wird abgestellt. Er trägt die IP 176.31.5.146(:9987) und das WI ist auf dem gleichen vServer

// so sollte es aussehen: [Link: Registrierung erforderlich]

Kartoffelrudi

-
Ja dort steht ja auch 127.0.0.1 aber er zeigt nur einen Weißen Bildschirm. Kannst du dir das mal anschauen ? Per SFTP oder SSH
Benötigt man nicht als "tport" den Port des Hostsystems? Bei Teamspeak 3 ist dies der Port 10011. Theoretisch müsste dann alles stimmen von der Konfiguration her.

Die weiße Seite könnte eher auf fehlende Rechte hindeuten, welche man noch per FTP vergeben muss.
Sollte eigentlich alles so stimmen.

// und tport ist der query port
Also muss der tport = 10011 sein.

Hast du denn den Ordnern icons, temp, emplates_c, site/backups und allen Unterordnern von backups chmod 777 gegeben?
Seiten: 1 2 3 4
Referenz-URLs