Community Forums Today's Posts     Member List     Archive    
Page 10 of 11 FirstFirst ... 891011 LastLast
Results 136 to 150 of 157
  1. #136
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Can you send me the link to your installation?

  2. #137
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    We are proud to announce the release of v1.4.1
    Theese are the changes:

    Code:
    v1.4.1
    - Issue #91: Support of default configfile. Configfiles called 'default.xml' won't be loaded automatically if present.
    ~ Issue #93: Added flags to language selections
    ~ Issue #90: Set cursor to pointer on collapsable channels and spacers, if channelHiding module is enabled
    ~ Updated design of installscript, welcome screen and added new jQueryUI theme
    * Issue #89: Fixed welcomescreen scoll bug if too much configfiles were created
    * Issue #88: Added date formatting to the serverInfo module.
    * Issue #95: Fixed html bug if "Channelclientsonly" was enabled (Thanks to Tazzernator via Github.com)
    You can download it as usual on our homepage and on the addons-page.

  3. #138
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    We are proud to announce the release of v1.4.2
    Theese are the changes:

    Code:
    v1.4.2
    - Issue #94: Removed outdated shell scripts
    - Issue #97: Removed global configuration from installscript (Deprecated)
    * Issue #101: Fixed l10n in installscript
    * Issue #100: Fixed scollbars in loginButton and jsLogin
    * Issue #98: Fixed heredoc implementation in ajax.php
    * Issue #103: Fixed notice in ajax implenetation if no module was enabled.

    You can download it as usual on our homepage and on the addons-page.

  4. #139
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    I'm getting error....

    No response while fetching command channellist

    oooops,my fault,forgot to allow permissions.

    how do I get the viewer to show instead of the configfiles option screen?
    I only have the 1 config file and it's called config.
    Last edited by sTimulated; 03-10-2012 at 17:17.

  5. #140
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    This should be your src-attribute of the iFrame:

    http://www.stimulatedgaming.com/TS3V...?config=config


  6. #141
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    Quote Originally Posted by Maxe___ View Post
    This should be your src-attribute of the iFrame:

    http://www.stimulatedgaming.com/TS3V...?config=config

    I thought that would be it,changed since I last installed.

    Many Thanks Maxe__

  7. #142
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    I found a bug?

    Viewer does not show channels that are numbers.
    My viewer does not show my channel called 2142.

    This must be a new bug as I have always had the viewer show channel 2142.
    I have missed a few releases though so don't know when it was introduced?

    BUT
    A bit more testing and if I name a channel with numbers and letters it shows up.
    2142BF shows up in viewer.

    I'll do a brand new fresh install to check................

    Still same bug with fresh install.
    Last edited by sTimulated; 16-10-2012 at 00:00.

  8. #143
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Thanks for your reply!

    We are able to reproduce this issue and will fix it in the next release, which unfortunately could last some time.
    If it is urgently, please use a previous version which did not include the bug.

    Regards,
    Max

  9. #144
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    Quote Originally Posted by Maxe___ View Post
    Hey you can do it with the following code:

    <iframe src="http://www.stimulatedgaming.com/TS3Viewer/TSViewer.php" scrolling="0" frameborder="0" allowtransparency="true"</iframe>
    Greetings
    Is it possible to just show channels in the box?

    It's quite oversized on my website that I'm making.
    this is what I have at the moment.........

    <iframe src="http://www.stimulatedgaming.com/TS3Viewer/TSViewer.php?config=config" scrolling="auto" width="100%" height="200" frameborder="0" allowtransparency="true">

  10. #145
    Join Date
    Oct 2012
    Posts
    1
    I'll test the viewer on an other server and report you if this bug is also there.
    ----------------
    Source : Friv 8

  11. #146
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    Any idea how to make just the channels appear in the iframe?

  12. #147
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    Quote Originally Posted by sTimulated View Post
    Is it possible to just show channels in the box?

    It's quite oversized on my website that I'm making.
    this is what I have at the moment.........

    <iframe src="http://www.stimulatedgaming.com/TS3Viewer/TSViewer.php?config=config" scrolling="auto" width="100%" height="200" frameborder="0" allowtransparency="true">
    Hey,
    that do you exactly mean with only channels?
    For me there are two solutions:

    1. If you want only the servername, channels and clients displayed without any extension stuff, you can disable all modules in the installation routine
    2. If you want to display only those channels where clients are inside, you can enable that in the installation routine as well. See Style -> Display filter
    3. If you really want ONLY channels and no clients be displayed I must disappoint you - this is currently not possible

    Regards,
    Max

  13. #148
    Join Date
    Mar 2010
    Location
    Germany
    Posts
    181
    We just released verion 1.4.3 of the webviewer
    Theese are the changes:

    Code:
    v1.4.3 (23.10.2012)
    * Issue #104: Fixed error in spacer parsing which caused silly warning
    * Issue #106: Changed color of hint if no configuration has been created
    * Issue #105: Fixed rendering of channels with only digits in the channelname
    ~ Issue #107: Aligned spacers more to the left - to be like in the TS3 Client

    You can download it as usual on our homepage and on the addons-page.

  14. #149
    Join Date
    Apr 2010
    Location
    UK
    Posts
    112
    Using this on website at moment.....

    <iframe src="http://www.stimulatedgaming.com/TS3Viewer/TSViewer.php?config=config" scrolling="auto" width="100%" height="250" frameborder="0" allowtransparency="true">

    Getting this error....

    Notice: Undefined offset: 1 in C:\wamp\www\stimulatedgaming\TS3Viewer\modules\ful lCache\Caching\FileCache.php on line 109

    Notice: unserialize() [function.unserialize]: Error at offset 0 of 6 bytes in C:\wamp\www\stimulatedgaming\TS3Viewer\modules\ful lCache\fullCache.php on line 52


    I tried 'flushing' the cache but that didn't work.
    I then deleted all files in the cache folder except the info file.
    Viewer then displayed correctly with no errors again.
    __________________________________________________ __________________________________________________ __________
    A different error

    Warning: file_get_contents(http://cdn.devmx.de/tswebviewer/update.xml) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 502 Bad Gateway in C:\wamp\www\stimulatedgaming\TS3Viewer\core\tsv\ts v.class.php on line 78

    Notice: Trying to get property of non-object in C:\wamp\www\stimulatedgaming\TS3Viewer\core\tsv\ts v.class.php on line 80




    Any ideas?
    Last edited by sTimulated; 13-11-2012 at 13:16.

  15. #150
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    151
    I would like to give some suggestions:

    - Retrieve all server icons at once instead of making a new request for each icon. Should be faster. The better would probably cache de icons and link them in a <img src="" />

    - Make the ajax option to also refresh. I kinda did it but refreshes everything, would be nice to have it refreshing the channels & clients content (in my case refreshes the whole ajax div). I would take a look but I'm a bit busy.

    - URL bbcode nested in others bbcode not working. But I saw that you use a external library so it must be reported to them.
    eg: [b] some text [url]a link[/url][/b] output: some text [url]a link[/url]

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
  •