View unanswered posts | View active topics It is currently 05.09.2010, 21:33



This topic is locked, you cannot edit posts or make further replies.  [ 15 posts ]  Go to page 1, 2  Next
 TS3 viewer module, wrong server id 
Author Message

Joined: 04.02.2010, 11:08
Posts: 1
Post TS3 viewer module, wrong server id
Hi all,
may be is a silly question, but i did not found any answer on the forum.
I have installed the ts3 viwer module on my site, installation has gone flawlessly.
However from module i receive always:
------------------------
Wrong Server ID
No Serverstatus
No Channellist
No Playerlist
----------------------
http://www.vaafse.org
not withstanding all parms are correct, IP, Server id, ports, etc..
http://www.tsviewer.com/index.php?page= ... &ID=909660
tia
/mario


04.02.2010, 11:13
Profile E-mail
Site Admin
User avatar

Joined: 08.12.2009, 23:12
Posts: 113
Pictures: 5
Location: Hannover
Post Re: TS3 viewer module, wrong server id
The Joomla Version isnt from me.
Please ask here: http://forum.teamspeak.com/showthread.p ... 662&page=5


04.02.2010, 11:54
Profile E-mail ICQ Personal albumWWW

Joined: 26.12.2009, 19:22
Posts: 3
Post Re: TS3 viewer module, wrong server id
Hab das selbe Prob

No Server ID
Wrong Server ID
No Serverstatus
No Channellist
No Playerlist


und das

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /var/www/clients/client0/web1/web/ts3/ts_func.php on line 232

woran liegt das?????


06.02.2010, 12:08
Profile E-mail
Site Admin
User avatar

Joined: 08.12.2009, 23:12
Posts: 113
Pictures: 5
Location: Hannover
Post Re: TS3 viewer module, wrong server id
auch joomla version?


06.02.2010, 15:02
Profile E-mail ICQ Personal albumWWW

Joined: 26.12.2009, 19:22
Posts: 3
Post Re: TS3 viewer module, wrong server id
Nein kein joomla

nutze es für ein pluqinsystem


06.02.2010, 19:57
Profile E-mail
Site Admin
User avatar

Joined: 08.12.2009, 23:12
Posts: 113
Pictures: 5
Location: Hannover
Post Re: TS3 viewer module, wrong server id
also habe jetzt festgestellt, das ein von uns verwendeter Befehl nicht auf allen Server funktioniert.

Wenn Du die Server ID deines TS Server hast, dann kannst du wahrscheinlich durchfolgende Änderung das ganze zum laufen bringen:

Lösche in der ts_operation.php:

Code:
        $cmd = "serveridgetbyport virtualserver_port=".$port."\n";
        if(!($sid = sendCmd($fp, $cmd))){
            $error[] = 'No Server ID';
        }else{
            $sid = splitInfo($sid);
            $sid = $sid['server_id'];
        }


und setze in der ts_config. php folgende Zeile ein, und ersetzte die 1 durch die Server ID deines Servers.

Code:
$sid = '1';


06.02.2010, 23:14
Profile E-mail ICQ Personal albumWWW

Joined: 26.12.2009, 19:22
Posts: 3
Post Re: TS3 viewer module, wrong server id
danke so gehts nun.

Nur wenn ich das cache system auf 1 mache kommt dieser fehler weiterhin

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /var/www/clients/client0/web1/web/ts3/ts_func.php on line 232

das ist dieses

$filename = "ts_cache/cache_banner.html";
$handle = fopen($filename, "r");
$return = fread($handle, filesize($filename));
fclose($handle);


07.02.2010, 11:43
Profile E-mail
Site Admin
User avatar

Joined: 08.12.2009, 23:12
Posts: 113
Pictures: 5
Location: Hannover
Post Re: TS3 viewer module, wrong server id
hm hast du dem Verzeichnis die entsprechenden chmod rechte gegeben?


07.02.2010, 12:48
Profile E-mail ICQ Personal albumWWW

Joined: 07.02.2010, 18:18
Posts: 3
Post Re: TS3 viewer module, wrong server id
Hatte das gleiche Problem mit der Server ID, hab die Datei wie von dir beschrieben geändert und es geht jetzt, wenn ich allerdings nach 5 Sekunden auf aktualisieren drücke bekomme ich folgende Fehlermeldung.


Warning: fread() [function.fread]: Length parameter must be greater than 0 in /www/htdocs/xxxxxxx/forum/tsv3/ts_func.php on line 232
85.25.150.102:9987

und unten folgende Fehlermeldung

Warning: fread() [function.fread]: Length parameter must be greater than 0 in /www/htdocs/xxxxxxx/forum/tsv3/ts_func.php on line 318


Nach einer halben Minute zeigt er wieder die richtigen Daten an.

Gruß
Christian


07.02.2010, 18:23
Profile E-mail
Site Admin
User avatar

Joined: 08.12.2009, 23:12
Posts: 113
Pictures: 5
Location: Hannover
Post Re: TS3 viewer module, wrong server id
Hast du Cache an?


07.02.2010, 19:38
Profile E-mail ICQ Personal albumWWW
Display posts from previous:  Sort by  
This topic is locked, you cannot edit posts or make further replies.   [ 15 posts ]  Go to page 1, 2  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.