Community Forums Today's Posts     Member List     Archive    
Page 4 of 11 FirstFirst ... 23456 ... LastLast
Results 46 to 60 of 157
  1. #46
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Hey Wolfeseye,
    try to insert "60" for each cache setting

  2. #47
    Join Date
    Jan 2011
    Posts
    8

    style problem...

    First of all, thank you for this great TS-webviewer! It works for me, with two small problems (which are actually not problems of your viewer):

    1.) It looks ok in firefox, opera or chrome. But in InternetExplorer (7 or 8) it is somehow BIG! I mean, text is at least 2 steps bigger. I checked that iframe.css:

    "font-size: small;" seems not to work for IE, or is somehow somewhere overwritten. When I change all font styles to "font-size: medium;" then it looks in FF about the same, as in IE. Changing to any value (x-small, large, etc) seems to have no effect on IE.

    On the other side, both "font-size:100%;" and "font-size:13px;" works both for FF and for IE. I think, it is a problem of IE not interpreting CSS correctly. But we have to live with it, and still a lot of people use IE, so I'd recommend to change font-size declarations to either "%" or "px".

    2.) The other problem is, background-transparency does not work for IE (again, works without a problem for FF, Opera, Chrome, etc). For this, I did not find any fix till now...

  3. #48
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Quote Originally Posted by Rhinox View Post
    First of all, thank you for this great TS-webviewer! It works for me, with two small problems (which are actually not problems of your viewer):

    1.) It looks ok in firefox, opera or chrome. But in InternetExplorer (7 or 8) it is somehow BIG! I mean, text is at least 2 steps bigger. I checked that iframe.css:

    "font-size: small;" seems not to work for IE, or is somehow somewhere overwritten. When I change all font styles to "font-size: medium;" then it looks in FF about the same, as in IE. Changing to any value (x-small, large, etc) seems to have no effect on IE.

    On the other side, both "font-size:100%;" and "font-size:13px;" works both for FF and for IE. I think, it is a problem of IE not interpreting CSS correctly. But we have to live with it, and still a lot of people use IE, so I'd recommend to change font-size declarations to either "%" or "px".

    2.) The other problem is, background-transparency does not work for IE (again, works without a problem for FF, Opera, Chrome, etc). For this, I did not find any fix till now...
    Hey,
    yes you are right, IE is not really interpreting the stylsheets well. A lot of things in webdesign are not working properly in IE. Normally you should create a stylesheet for IE and one for the rest.

    For your second Problem:
    did you use allowTransparency="true" in the iframe-Tag?
    Last edited by Maxe___; 18-03-2011 at 12:49.

  4. #49
    Join Date
    May 2008
    Location
    Westland, MI. USA.
    Posts
    8
    I was just wondering if anyone could explain how to fix how the style sheet looks in IE9 mainly want to have everything in a list not cascading look at my website as an example in IE9 if you are using it look here with IE9 www.cozworld.com all the chat room links are cascading underneath each other! I want them with the users in a single column so everything fits within the block!

  5. #50
    Join Date
    Dec 2003
    Location
    Germany/Bavaria
    Posts
    5
    Hi,

    first of all thank you for this great webviewer. Really works nice.

    But I've got one question:

    Is it possible to turn off those annoying login/logoff log messages?
    What I mean is, everytime someone opens the URL of the webviewer, it is connecting to the server, requesting the status informations and disconnecting.
    Thus every few minutes there are those annoying log messages and also acustic notifications:
    <01:05:18> "Unknown from 127.0.0.1:64384" betrat den Server
    <01:05:18> "Unknown from 127.0.0.1:64384" hat die Verbindung getrennt (disconnecting)
    <01:05:35> "Unknown from 127.0.0.1:64388" betrat den Server
    <01:05:35> "Unknown from 127.0.0.1:64388" nennt sich nun "Maxesstuff TS3 Webviewer"
    <01:05:35> "Maxesstuff TS3 Webviewer" hat die Verbindung getrennt (disconnecting)
    <01:06:21> "Unknown from 127.0.0.1:64401" betrat den Server
    <01:06:21> "Unknown from 127.0.0.1:64401" nennt sich nun "Maxesstuff TS3 Webviewer"
    <01:06:21> "Maxesstuff TS3 Webviewer" hat die Verbindung getrennt (disconnecting)

    So, is there a way to get rid of those notifications?

  6. #51
    Join Date
    May 2010
    Posts
    6,372
    Hello

    Settings > Options > Application part > uncheck "Show ServerQuery clients"

  7. #52
    Join Date
    Dec 2003
    Location
    Germany/Bavaria
    Posts
    5
    Okay, thank you for the answer.
    The thing is, that everyone who joins the server has to change this option manually.
    Is there no possibility to change the behavior of the server?

  8. #53
    Join Date
    Jan 2010
    Location
    near Cologne / Bonn
    Posts
    38

    Cool

    Hi Guys,

    i want to use this nice Viewer but i got an Problem with it. In my Channelnames and my Clantag I´m using this Sign ----> | <---- the Viewer display´s \p for it.

    Is there anybody with an Idea to fix this?

    Greetings!

  9. #54
    Join Date
    May 2010
    Location
    Germany
    Posts
    35
    Quote Originally Posted by Leitwolf View Post
    I´m using this Sign ----> | <---- the Viewer display´s \p for it.
    Hi,
    thank you for reporting this, was a little inattention, if you want to fix it now just replace all occurences of "\\|" with "\\p" in TSQuery.class.php
    We'll also fix this in the next release which will also bring support for multiple configuration files, xml-based configfiles and many bugfixes and other minor improvements.

    drak3

  10. #55
    Join Date
    Jan 2010
    Location
    near Cologne / Bonn
    Posts
    38
    Thank you very much! Problem is fixed now...

    I stay tuned for the next release, realy nice Ts Viewer! Good Job!

  11. #56
    Join Date
    May 2010
    Location
    Germany
    Posts
    35

    Version 0.7 released

    Hi all,
    today we released a new version of our webviewer. As mentioned in the last post, the biggest improvements are the support for multiple configfiles, the rewritten installscript, and support for xml-based configurationfiles.
    With the new viewer you'll be able to switch between multiple configfiles and multiple languages by just adding lang=<lang> or config=<created_config>
    for example: your.domain.tld?config=myconfig&lang=en
    Changelog to 0.7
    * fix
    + Add
    ! Major Change
    ~ Minor Change

    v 0.7
    + language can be switched by appending lang=<language> as get parameter (example: your.domain.tld/webviewer/?config=teamspeak1&lang=en)
    + Welcome Screen which shows up if you are running the viewer for the first time
    ! Updated Installscript to new XML-Specification
    ! Updated code to valide HTML (checked with validator.w3.org)
    ~ Swapped the arrows, that they are like in TS Client
    ~ The Country-Flag of clients will now shown in the infoDialog
    ~ Legende-Module shows now all server- and channelgroups
    ~ Legende-Module: Shows now a grey icon if a group has no icon
    * Module: Serverinfo: Fixed Bug if the server has now welcome-message
    * Fixed connection bugs with loginButton and js_login
    + Translation of module 'serverinfo'
    + Translation of module 'js_login'
    + Translation of module 'loginButton'
    ! Changed config and language files from plaintext to xml
    * But kept support for .conf files and old viewer.conf
    + Module infoDialog: Added some more possible information which can be shown.
    + Countryflags
    + Countrynames (English only at the moment)
    * Added missing escaping to some fields
    ! Support for multiple config files. configs can be selected by appending config=<configname> as a get parameter (example: your.domain.tld/webviewer/?config=teamspeak1)
    ~ some minor tweaks for higher speed
    * changed id attribute of channels/clients to channel_<channel_id> respectively client_<client_id> so colissions are avoided
    As usual, all bug reports, feature requests and so on are welcome

    drak3

  12. #57
    Join Date
    Apr 2010
    Location
    UK
    Posts
    110
    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 21

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 28

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 34

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 42

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 49

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 56

    __________________________________________________ _______________________________

    Notice: Undefined index: module_html in \TS3Viewer\install\core\htmlbuilder.php on line 105

    Notice: Undefined index: imagepack_html in \TS3Viewer\install\core\htmlbuilder.php on line 133

    __________________________________________________ ________________________________

    Notice: Undefined index: selector in \TS3Viewer\install\core\htmlbuilder.php on line 55


    I get the win7 egg timer just keeps going round and round and round when I visit the viewer.
    Sometimes the viewer shows and sometimes I get this error..........

    Fatal error: Maximum execution time of 30 seconds exceeded in \TS3Viewer\TSQuery.class.php on line 373

  13. #58
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Quote Originally Posted by sTimulated View Post
    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 21

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 28

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 34

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 42

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 49

    Notice: Undefined index: action in \TS3Viewer\install\index.php on line 56

    __________________________________________________ _______________________________

    Notice: Undefined index: module_html in \TS3Viewer\install\core\htmlbuilder.php on line 105

    Notice: Undefined index: imagepack_html in \TS3Viewer\install\core\htmlbuilder.php on line 133

    __________________________________________________ ________________________________

    Notice: Undefined index: selector in \TS3Viewer\install\core\htmlbuilder.php on line 55


    I get the win7 egg timer just keeps going round and round and round when I visit the viewer.
    Sometimes the viewer shows and sometimes I get this error..........

    Fatal error: Maximum execution time of 30 seconds exceeded in \TS3Viewer\TSQuery.class.php on line 373
    Hey sTimulated,
    Thank you for reporting your issues.

    The Notices with "Undefined index" are only notices which means that they are not influencing the functionality of the Viewer. But anyway we will fix that in the next version.

    For you second problem my associate drak3 will contact you shortly.

    Regards,
    Max

  14. #59
    Join Date
    Apr 2010
    Location
    UK
    Posts
    110
    Hello drak3,got your message but apparently your inbox is full,so cannot send you the file.

    I send it to Maxe___ instead

  15. #60
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181

    v0.8 available

    We are proud to announce that the newest version of the TeamSpeak3 Webviewer is now available on our Homepage for download. It'll be available on the Addons-Page as well in a few days.

    Here is the changelog:
    Code:
    ! Major Change
    + Add
    ~ Minor Change
    * Fix
    
    v 0.8
    ! Fixed all bugs which occured with Internet Explorer and other browsers
    ! The viewer can be included now via include or require (Path directivs adapted) (experimental only!)
    + Module: stats - shows the history of clients online in a chart
    + Added tooltips to the installscript for better explanation
    + Added sorting of modules in the installscript to allow to customize the output-order of the modules
    + Module: about - shows information about the viewer
    + Added possibility to flush the cache in the installscript
    + Added possibility to open the viewer directly from the installscript
    ~ Deleted unnecessary files which decreased the size of the viewer
    ~ Updated welcomescreen
    ~ Modules: js_login and loginButton: the Password can now provided in the configfile that the user doesn't has to enter it
    ~ Module: serverInfo: increased data format from MiB to GiB
    ~ Modules: loginButton and userBar: increased space between the modules and other content
    ~ Updated jQuery to 1.6.0
    ~ Style enhancements for the infoDialog module
    ~ enhanced space between clienticons
    ~ Updated install.txt (Thanks to sTimulated (http://forum.teamspeak.com)).
    * Fixed translation of infoDialog if language has been added via &lang=
    * Fixed notices in the installscript (Thanks to sTimulated (http://forum.teamspeak.com)).
    * Fixed bug in installscript (login required has been shown always as true)
    * Downloadport is now automaticaly detected
    * Fixed bug in the infoDialog that channelgroups weren't shown
    * Fixed caching: viewer is connecting only every x seconds as setted in the config file
    Please report ANY bugs and issues to us. You can use our livesupport for that. For more information please take a look for the first thread.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [RELEASE] foolower - foobar2000 volume control
    By rossmann in forum Plugins
    Replies: 70
    Last Post: 17-02-2013, 14:26
  2. Replies: 100
    Last Post: 17-08-2012, 19:38
  3. Munin + TeamSpeak3
    By xiloid in forum Tools
    Replies: 2
    Last Post: 05-06-2010, 16:03
  4. Teamspeak3 Breaking up DirectSound
    By Galactica in forum Client Support
    Replies: 6
    Last Post: 24-02-2010, 20:28
  5. Teamspeak3 Crashed
    By Metalfighter in forum Windows
    Replies: 7
    Last Post: 15-01-2010, 17:46

Tags for this Thread

Posting Permissions

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