• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Multi servers session error?

oktayc0

Member
I want to send commands to about 10 teaspeak servers but I get a session error?
I can send commands to 3 servers but after 3rd server it gives an error.

Code:
for ($a=0;$a<=10;$a++) {
try { $ts3_VirtualServer = TeamSpeak3::factory("serverquery://".$data['id'].":".$data['sifre']."@".$data['ip'].":".$data['query_port']."/?server_port=".$datax['port'].""); }
    catch(Exception $e) { die("[ERROR]  " . $e->getMessage() . "\n <br />[ERROR ID]  <b>".$e->getCode()."</b>"); }
    }
Output:
[ERROR] too many simultaneously connected sessions
[ERROR ID] 4610

@WolverinDEV

---- Automatically Merged Double Post ----

Problem solved :D
 
Last edited: