Search:
Type: Posts; User: ScP; Keyword(s):
Search: Search took 0.13 seconds.
-
15-05-2013, 09:12
Thread: [API] TS3 PHP Framework
by ScP- 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... -
15-05-2013, 08:52
Thread: [API] TS3 PHP Framework
by ScP- 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...
-
07-05-2013, 18:57
Thread: [API] TS3 PHP Framework
by ScP- Replies
- 626
- Views
- 179,887
Sticky: http://docs.planetteamspeak.com/ts3/php/framework/...
http://docs.planetteamspeak.com/ts3/php/framework/index.html#example8
-
26-04-2013, 23:36
Thread: [API] TS3 PHP Framework
by ScP- 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 -
19-04-2013, 21:17
Thread: Teamspeak create channel on Homepage
by ScP- 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 -
18-04-2013, 08:08
Thread: [API] TS3 PHP Framework
by ScP- 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:
... -
17-04-2013, 08:41
Thread: [API] TS3 PHP Framework
by ScP- 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...
-
15-04-2013, 06:45
Thread: [API] TS3 PHP Framework
by ScP- 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/ -
11-04-2013, 20:27
Thread: [API] TS3 PHP Framework
by ScP- 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)...
-
05-04-2013, 22:34
Thread: [API] TS3 PHP Framework
by ScP- 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...
:) -
20-03-2013, 18:24
Thread: [API] TS3 PHP Framework
by ScP- 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(); -
19-03-2013, 18:04
Thread: [API] TS3 PHP Framework
by ScP- Replies
- 626
- Views
- 179,887
Sticky: Could you paste a code snippet?
Could you paste a code snippet?
-
18-03-2013, 10:50
Thread: [API] TS3 PHP Framework
by ScP- Replies
- 626
- Views
- 179,887
Sticky: Yes, I missed your question... Any error message?
Yes, I missed your question... Any error message?
-
17-03-2013, 14:54
Thread: [API] TS3 PHP Framework
by ScP- 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... -
13-03-2013, 07:30
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...
-
10-03-2013, 12:37
Thread: High CPU usage on OSX
by ScP- 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 -
10-03-2013, 12:24
- Replies
- 10
- Views
- 532
[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.
-
10-03-2013, 11:55
- Replies
- 10
- Views
- 532
[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).
-
10-03-2013, 11:47
- Replies
- 10
- Views
- 532
[No Bug] I could not reproduce this issue with the latest...
I could not reproduce this issue with the latest client and server releases.
-
08-03-2013, 17:28
Thread: [API] TS3 PHP Framework
by ScP- 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: -
05-03-2013, 06:46
Thread: [API] TS3 PHP Framework
by ScP- 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. -
05-03-2013, 06:36
Thread: TeamSpeak 3 Server Version 3.0.7 released
by ScP- 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.
-
15-02-2013, 08:46
- Replies
- 5
- Views
- 281
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...
-
14-02-2013, 19:33
- Replies
- 6
- Views
- 642
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.
-
13-02-2013, 17:33
Thread: Group assignment per temporary password.
by ScP- Replies
- 10
- Views
- 763
[Evaluation] That's what privilege keys were made for...
That's what privilege keys were made for...
-
08-02-2013, 07:01
Thread: [API] TS3 PHP Framework
by ScP- 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.
-
03-02-2013, 20:16
- Replies
- 170
- Views
- 584,410
Sticky: Why not simply replacing the crappy old client in...
Why not simply replacing the crappy old client in the Google Play Store?
-
01-02-2013, 15:13
Thread: [API] TS3 PHP Framework
by ScP- 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?
-
31-01-2013, 07:39
Thread: [API] TS3 PHP Framework
by ScP- 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...
-
29-01-2013, 22:59
Thread: [API] TS3 PHP Framework
by ScP- 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... -
29-01-2013, 20:42
Thread: [API] TS3 PHP Framework
by ScP- 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...
-
29-01-2013, 10:21
Thread: [API] TS3 PHP Framework
by ScP- 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...
-
28-01-2013, 18:28
Thread: Filetransfer exploit?
by ScP- 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 -
21-01-2013, 07:34
Thread: Noise awareness plugin
by ScP- 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...
-
21-01-2013, 07:29
Thread: [On Todo] [Suggestion] IPv6
by ScP- 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

