Results 76 to 90 of 92
Thread: Teamspeak 3 Viewer
-
08-09-2010, 02:14 #76
Yeah reason why it errors out i think its due to mysql is not supported on that php install. So you will need to contact who ever your hoster is to fix the issue.
-
14-09-2010, 23:29 #77
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- Belgium
- Posts
- 8
Hello, I have a problem, hmm I'm sorry I don't speak realy good english, so, I try to explain my problem:
I installed too the viewer, but now it comes all times this Problem:
I'm to stupid to fix the bug, someone can help me? Thx guysCode:Fatal error: Uncaught exception 'LogicException' with message 'this particular software cannot be used with the installed version of PHP' in ..(I make the points here, don't worry ;) )/ts/libraries/TeamSpeak3/TeamSpeak3.php:411 Stack trace: #0 ..(I make the points here, don't worry ;) )/ts/libraries/TeamSpeak3/TeamSpeak3.php(213): TeamSpeak3::init() #1 ..(I make the points here, don't worry ;) )/ts/viewer/tsg-viewer.php(46): TeamSpeak3::factory('serverquery://6...') #2 {main} thrown in ..(I make the points here, don't worry ;) )/ts/libraries/TeamSpeak3/TeamSpeak3.php on line 411
-
16-09-2010, 07:17 #78
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 231
Maybe your php version is too old?
-
16-09-2010, 15:47 #79
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- Belgium
- Posts
- 8
Hmm I don't know, where Can I see it?
Thx
-
16-09-2010, 16:45 #80
<?php
phpinfo();
?>
-
16-09-2010, 20:44 #81
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- Belgium
- Posts
- 8
PHP Version 5.2.0-8+etch16
System Linux **** 2.6.9-023stab051.12-smp #1 SMP Fri Feb 26 15:22:25 MSK 2010 i686
Build Date Nov 24 2009 11:02:32
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path /etc/php5/apache2/php.ini
Scan this dir for additional .ini files /etc/php5/apache2/conf.d
additional .ini files parsed /etc/php5/apache2/conf.d/curl.ini, /etc/php5/apache2/conf.d/gd.ini, /etc/php5/apache2/conf.d/imap.ini, /etc/php5/apache2/conf.d/mysql.ini, /etc/php5/apache2/conf.d/mysqli.ini, /etc/php5/apache2/conf.d/pdo.ini, /etc/php5/apache2/conf.d/pdo_mysql.ini, /etc/php5/apache2/conf.d/xsl.ini
PHP API 20041225
PHP Extension 20060613
Zend Extension 220060519
Debug Build no
Thread Safety disabled
Zend Memory Manager enabled
IPv6 Support enabled
Registered PHP Streams zip
Registered Stream Socket Transports tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
Registered Stream Filters string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, convert.iconv.*, bzip2.*, zlib.*
What do you think about this?? Do you mean its to old version of PHP? Thx guy
-
16-09-2010, 21:17 #82
Your Version is < 5.2.1
5.2.1 is Min Version for the Viewer
-
19-09-2010, 17:23 #83
Updated my php to latest lenny version (PHP Version 5.2.6-1+lenny9) - still get:
The ts3 server is running on the same host then the viewer. So I'm working with 127.0.0.1 - and that IP is within the whitelist as well as the public ip number:Code:Fatal error: Uncaught exception 'TeamSpeak3_Adapter_ServerQuery_Exception' with message 'invalid serverID' in [.....]/ts3/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php:258 Stack trace: #0 [.....]/ts3/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php(67): TeamSpeak3_Adapter_ServerQuery_Reply->fetchError(Object(TeamSpeak3_Helper_String)) #1 [.....]/ts3/libraries/TeamSpeak3/Adapter/ServerQuery.php(129): TeamSpeak3_Adapter_ServerQuery_Reply->__construct(Array, 'use port=9988') #2 [.....]/ts3/libraries/TeamSpeak3/Node/Abstract.php(68): TeamSpeak3_Adapter_ServerQuery->request('use port=9988') #3 [.....]/ts3/libraries/TeamSpeak3/Node/Abstract.php(94): TeamSpeak3_Node_Abstract->request('use port=9988') #4 [.....]/ts3/libraries/TeamSpeak3/Node/Host.php(138): TeamSpeak3_Node_Abstract->execute('use', Ar in [.....]/ts3/libraries/TeamSpeak3/Adapter/ServerQuery/Reply.php on line 258
127.0.0.1
188.40.xx.xxx
So what's up now? And idea?
-
19-09-2010, 21:45 #84
Post Config ?
-
20-09-2010, 19:01 #85
You mean viewer config?
Didn't change much... The server doesn't need an password - I guess that's for instant joining, eh?Code:$ip = "127.0.0.1"; // IP or Hostname of your Ts3 Server $port ="9988"; // Virtual Server Port (Ts3 Client connect port) $queryport = "10011"; // Ts3server Query Port $fileport = "30033"; // Ts3server Filetransfer Port $language = "de"; // German as the default language is set. But you can change the language at any time. Copy de.php in subfolder "langluages" and rename to ft.php or uk.php and edit him. $style = "default"; // Set Name of the Style subdirectory in directory "images/styles/". Standard is default. $loginbox = false; // Put "$loginbox" to false or true. If false is not possible to connect to the server via the viewer. $serverpass = "leer";
An older version of the viewer is running btw. What's the error about the 'invalid serverID' ?? I can't change the ID somewhere, eh?!
-
20-09-2010, 21:04 #86
Plz
1. Link to Old Version
2. Link to new Version
3. Link for PHPinfo
-
21-09-2010, 09:14 #87
I'll PM you these informations - no need to spam that stuff here

Thanks!
-
26-09-2010, 19:12 #88
-= TeamSpeak User =-
- Join Date
- Nov 2003
- Location
- Cape Cod, MA
- Posts
- 16
This works superbly for me. Thanks very much. Interestingly and amusingly it is the ONLY "thing" that is able to see the banner I have on my server. None of my clients can see it!

Scott
adds removedLast edited by dante696; 28-09-2010 at 07:57.
-
27-09-2010, 19:06 #89
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- BE
- Posts
- 1
After uploading and renaming some icons and making various tweaks to CSS and the HTML generated by TSViewer.php, I am very pleased with this viewer.
Thank you for your hard work.
-
06-10-2010, 09:49 #90
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Need teamspeak status viewer...
By Ethernaly in forum [TeamSpeak 2] Addons & ScriptsReplies: 8Last Post: 11-01-2008, 02:04 -
Server will not remember
By Pappy in forum [TeamSpeak 2] Server SupportReplies: 17Last Post: 17-12-2007, 18:47 -
Linux server dependecies
By nwerensteijn in forum [TeamSpeak 2] Server SupportReplies: 79Last Post: 05-09-2007, 21:23 -
database problem
By zionahead in forum [TeamSpeak 2] Client SupportReplies: 7Last Post: 29-08-2007, 04:05 -
[SEARCH/SUCHE] TeamSpeak Viewer
By Stromberg in forum [TeamSpeak 2] Addons & ScriptsReplies: 2Last Post: 17-06-2004, 10:10






Reply With Quote

