I don't know if this would be the right thread to stick this under, but being that it's icon related I figured it might help some here.
I'm currently developing a server-side query bot, and in the process I've discovered a few things.
When you/I issue the query commands;
Code:
servergroupaddperm sgid=2 permsid=i_icon_id permvalue=0123456789 permskip=1 permnegated=0
Or maybe,
Code:
clientaddperm cldbid=2 permsid=i_icon_id permvalue=9876543210 permskip=1 permnegated=0
For example.
They sometimes work with 10 digits. From my experience though, most 10 digit checksum name conversions won't get selected through TS3's query commands.
So I've now started the habit of trimming each icon once uploaded to my TS3 servers (I use root so I can u/l d/l without getting choked on port 30033, that's my next question..) down to 9 digits in length each. So for example, 'icon_012345678'.
I've created over 500 icons thus far and I've had to do this with each 10 digit checksum to make sure I can re-up them from my program directly without this conversion issue I've unfortunately noticed.
Transfer cap...
<17:13:54> Transfer "icon_277726932" reports: (could not open file transfer connection)
<17:14:00> Transfer "icon_303996817" reports: (could not open file transfer connection)
<17:14:00> Transfer "icon_106422284" reports: (could not open file transfer connection)
<17:14:09> Transfer "icon_297597229" reports: (could not open file transfer connection)
<17:14:09> Transfer "icon_366720753" reports: (file transfer limit reached)
<17:14:09> Transfer "icon_246394224" reports: (file transfer limit reached)
<17:14:09> Transfer "icon_411029631" reports: (file transfer limit reached)
<17:14:09> Transfer "icon_184122513" reports: (file transfer limit reached)
<17:14:09> Transfer "icon_288290041" reports: (file transfer limit reached) x 100 or so more.
Now the file transfer limit. Since I'll be including over 500 icons or so in my bot release I've been practicing a lot with icons dynamically loading on the fly. Actually even through TeamSpeak3's client interface I get choked out trying to view all the icons now in there, see above.
Port 30033 obviously has a file transfer limit. Is there a file transfer limit setting we can adjust?
'connection_filetransfer_limit' Or something similar?
I'm guessing 'virtualserver_antiflood_points_needed_ip_block',
& 'virtualserver_antiflood_points_needed_command_blo ck' aren't related to the filetransfer port.