Community Forums Today's Posts     Member List     Archive    

Search:

Type: Posts; User: ScP; Keyword(s):

Page 1 of 15 1 2 3 4

Search: Search took 0.13 seconds.

  1. Replies
    626
    Views
    179,887

    Sticky: Well... the current release is compatible to...

    Well... the current release is compatible to almost any TS3 server release out in the wild so I think there's no reason why you shouldn't use it for your project.

    :)

    The 2.x branch is using the...
  2. Replies
    626
    Views
    179,887

    Sticky: Due to the lack of time and financial support I...

    Due to the lack of time and financial support I decided a while ago to use the 2.x branch for internal lucrative projects only. I've never received a single PayPal or Flattr donation so obviously...
  3. Replies
    626
    Views
    179,887

    Sticky: http://docs.planetteamspeak.com/ts3/php/framework/...

    http://docs.planetteamspeak.com/ts3/php/framework/index.html#example8
  4. Replies
    626
    Views
    179,887

    Sticky: The key issue is that I'm a lazy b**tard... :)...

    The key issue is that I'm a lazy b**tard...

    :)

    Whenever the server spits out a notification, the framework triggers two signals:


    notify<NAME_OF_NOTIFICATION>
    notifyEvent
  5. Replies
    2
    Views
    780

    View Post

    I'll do it for 45€...

    :D

    Just kidding... Have a look at this code snippet:

    http://docs.planetteamspeak.com/ts3/php/framework/index.html#example5
  6. Replies
    626
    Views
    179,887

    Sticky: Well... another possibility to display a single...

    Well... another possibility to display a single image is embedding a Base64 encoded form of the image file directly into the html output. Here's an example of how that would look:
    ...
  7. Replies
    626
    Views
    179,887

    Sticky: The iconDownload() method simply returns the raw...

    The iconDownload() method simply returns the raw content of the icon file. You need to send the appropriate header before sending the data (just like barricas told you) to make your browser show the...
  8. Replies
    626
    Views
    179,887

    Sticky: The new online examples will be available soon....

    The new online examples will be available soon. There are a few code snippets at the bottom of this page:

    http://docs.planetteamspeak.com/ts3/php/framework/
  9. Replies
    626
    Views
    179,887

    Sticky: Well... A while ago - actually more than a year...

    Well... A while ago - actually more than a year ago - the output format of the logview command has been changed. I've added a method to convert the new format (entire log line in a single variable)...
  10. Replies
    626
    Views
    179,887

    Sticky: I've just added a Flattr button to the Planet...

    I've just added a Flattr button to the Planet TeamSpeak site. Now waiting for some of you to support my little project...

    :)
  11. Replies
    626
    Views
    179,887

    Sticky: Here's a quick-and-dirty example of how I do...

    Here's a quick-and-dirty example of how I do event based deamons:


    <?php

    /* load framework library */
    require_once("TeamSpeak3/TeamSpeak3.php");

    /* initialize */
    TeamSpeak3::init();
  12. Replies
    626
    Views
    179,887

    Sticky: Could you paste a code snippet?

    Could you paste a code snippet?
  13. Replies
    626
    Views
    179,887

    Sticky: Yes, I missed your question... Any error message?

    Yes, I missed your question... Any error message?
  14. Replies
    626
    Views
    179,887

    Sticky: Might make sense to add that... I'll think about...

    Might make sense to add that... I'll think about it. When I'm editing channels I usually do it like this:


    // get channel object
    $channel = $server->channelGetById($cid);

    // modify multiple...
  15. Thread: Php Code Help

    by ScP
    Replies
    5
    Views
    377

    Sending an offline message to all clients in the...

    Sending an offline message to all clients in the database might be a bad idea. You'd blow up your database with offline messages that will probably never be read by anyone. Another issue is that (as...
  16. Replies
    2
    Views
    247

    I've noticed that animated GIFs in the infoframe...

    I've noticed that animated GIFs in the infoframe are causing high CPU load (~30%) on Mac OS X.

    http://250kb.de/u/130310/j/9YLLZ7tlNtwv.jpg
    http://250kb.de/u/130310/j/TC30hCZCqL9b.jpg

    :o
  17. [No Bug] Joined the server and we were able to identify...

    Joined the server and we were able to identify the issue... but it's just happening for hunterpl.
  18. [No Bug] That's what I did, but everything works like it...

    That's what I did, but everything works like it should imo. I'm using client version 3.0.10 (english language; custom sound pack; custom theme; no active plugins).
  19. [No Bug] I could not reproduce this issue with the latest...

    I could not reproduce this issue with the latest client and server releases.
  20. Replies
    626
    Views
    179,887

    Sticky: Version 1.1.20 is out now... Waiting for your...

    Version 1.1.20 is out now... Waiting for your donations.

    :rolleyes:
  21. Replies
    626
    Views
    179,887

    Sticky: Nope. Just didnt't release the new version yet......

    Nope. Just didnt't release the new version yet... I'll push it live as soon as I'm home tomorrow.

    :p

    I'll also add a code snippet to change all channel codecs to their Opus equivalent.
  22. Replies
    44
    Views
    8,908

    The name of the permission is...

    The name of the permission is b_channel_create_modify_with_codec_opusvoice... not b_channel_create_modify_with_codes_opusvoice.
  23. Well... customizing the TeamSpeak 3 Client with...

    Well... customizing the TeamSpeak 3 Client with addons while deploying it might be a nice feature for companies. I'd suggest to add a parameter for the package installer to allow silent installations...
  24. Wrong. When you register for the channel event...

    Wrong. When you register for the channel event type with ID 0, you'll get informed of any channel related event (including clientmove) for every channel you're allowed to subscribe to.
  25. Replies
    10
    Views
    763

    [Evaluation] That's what privilege keys were made for...

    That's what privilege keys were made for...
  26. Replies
    626
    Views
    179,887

    Sticky: The solution to your problem is simple. A virtual...

    The solution to your problem is simple. A virtual server needs to be stopped before you can delete it.
  27. Sticky: Why not simply replacing the crappy old client in...

    Why not simply replacing the crappy old client in the Google Play Store?
  28. Replies
    626
    Views
    179,887

    Sticky: Regardless of how many channels I create... I...

    Regardless of how many channels I create... I can't reproduce this error on my end. How about that server snapshot? Also, are you connecting in blocking or non-blocking mode?
  29. Replies
    626
    Views
    179,887

    Sticky: Thanks. I got your emails, but didn't have a...

    Thanks. I got your emails, but didn't have a chance to reply yet. But I think you got me wrong... I don't need a snapshot of your VPS. What I need is a snapshot of the TeamSpeak 3 Server causing this...
  30. Replies
    626
    Views
    179,887

    Sticky: Thank you for testing... and as I assumed, the...

    Thank you for testing... and as I assumed, the server sent some weird output. Have a look at the end of this snippet (I marked the issue in red):


    ...|cid=143361 pid=0 channel_order=143352...
  31. Replies
    626
    Views
    179,887

    Sticky: No wonder... Chris is wrong because of my...

    No wonder... Chris is wrong because of my changelog typo. I mentioned in a previous posting that "mandatory" was the wrong word in this case... While it's recommended to use a 3.0.7 build of the...
  32. Replies
    626
    Views
    179,887

    Sticky: This exception is thrown in line 198 of Reply.php...

    This exception is thrown in line 198 of Reply.php and usually means that the server sent some unexpected output. In your case, the parser was unable to determine the ID of a certain channel... which...
  33. Replies
    39
    Views
    3,733

    [No Bug] More traffic to pay for Additional bandwidth...

    More traffic to pay for
    Additional bandwidth requirements
    Illegal file uploads
    No built-in way to limit the disk space per server
    Insufficient know-how
  34. Replies
    6
    Views
    357

    [Rejected] Actually, I like the idea of having such a...

    Actually, I like the idea of having such a feature... but I don't think it should be added to the client UI. Instead, the plugin SDK could provide a function to indicate you're talking "loud" so a...
  35. Replies
    31
    Views
    4,890

    IPv4 uses 32-bit addresses, which limits the...

    IPv4 uses 32-bit addresses, which limits the address space to 4.294.967.296 (2^32) addresses. However... very large blocks of those addresses are reserved for special uses and are unavailable for...
Results 1 to 35 of 500
Page 1 of 15 1 2 3 4