Community Forums Today's Posts     Member List     Archive    
Page 6 of 7 FirstFirst ... 4567 LastLast
Results 76 to 90 of 92
  1. #76
    Join Date
    Jan 2010
    Location
    Arizona
    Posts
    44
    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.

  2. #77
    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:
    Code:
    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
    I'm to stupid to fix the bug, someone can help me? Thx guys

  3. #78
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    231
    Maybe your php version is too old?

  4. #79
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    8
    Hmm I don't know, where Can I see it?
    Thx

  5. #80
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    42
    <?php
    phpinfo();
    ?>

  6. #81
    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

  7. #82
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    42
    Your Version is < 5.2.1

    5.2.1 is Min Version for the Viewer

  8. #83
    Join Date
    Apr 2003
    Location
    Out'a'Space
    Posts
    9
    Updated my php to latest lenny version (PHP Version 5.2.6-1+lenny9) - still get:

    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
    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:

    127.0.0.1
    188.40.xx.xxx

    So what's up now? And idea?

  9. #84
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    42
    Post Config ?

  10. #85
    Join Date
    Apr 2003
    Location
    Out'a'Space
    Posts
    9
    You mean viewer config?

    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";
    Didn't change much... The server doesn't need an password - I guess that's for instant joining, eh?

    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?!

  11. #86
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    42
    Plz

    1. Link to Old Version
    2. Link to new Version
    3. Link for PHPinfo

  12. #87
    Join Date
    Apr 2003
    Location
    Out'a'Space
    Posts
    9
    I'll PM you these informations - no need to spam that stuff here

    Thanks!

  13. #88
    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 removed
    Last edited by dante696; 28-09-2010 at 07:57.

  14. #89
    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.

  15. #90
    Join Date
    Apr 2009
    Location
    Germany
    Posts
    260

    Question

    Quote Originally Posted by Marauder View Post
    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.
    There is only a viewer.php, not a TSViewer.php. Or did you mean something else ? Btw, this thing ain't automatically refreshing, right ?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Need teamspeak status viewer...
    By Ethernaly in forum [TeamSpeak 2] Addons & Scripts
    Replies: 8
    Last Post: 11-01-2008, 02:04
  2. Server will not remember
    By Pappy in forum [TeamSpeak 2] Server Support
    Replies: 17
    Last Post: 17-12-2007, 18:47
  3. Linux server dependecies
    By nwerensteijn in forum [TeamSpeak 2] Server Support
    Replies: 79
    Last Post: 05-09-2007, 21:23
  4. database problem
    By zionahead in forum [TeamSpeak 2] Client Support
    Replies: 7
    Last Post: 29-08-2007, 04:05
  5. [SEARCH/SUCHE] TeamSpeak Viewer
    By Stromberg in forum [TeamSpeak 2] Addons & Scripts
    Replies: 2
    Last Post: 17-06-2004, 10:10

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •