Hello hASVAN,hello guys i need script that check user if he is in teamspeak or no if he is connected he will be switched to channel by the ip
Ah okay.php script im using ts3 framework
What i mean to say is that php somehow uses a lot of cpu when being used for teamspeak purpose.what ??
Thats what im trying to say, its already using alot of cpu, but if im correct there is a CVE Buffer Overflow for php, what if that could be used on teamspeak?oh yes i know
I didn't notice that. You are talking about php in general or a specific version? Also, from my end, it was rbmod that was using a lot of server ressources .Ah okay.
Btw somehow it feels like php is using too much cpu resources when being used on teamspeak.
Might want to check that out, maybe a overflow vuln for teamspeak?
https://github.com/RobinBeismann/ts3cm/blob/master/index.php
This is similar to what you need. You need to create a database for it. Basically it will create a channel for the user, and move him to that channel.
The only difference from what you want is that the user won't switch to this channel when connecting to the server.
THIS IS SPECULATION, dont know if possible as I cannot check right now but if it would that's how I would do it :
You could make a php script that runs each second. For each user on the server that are connected for less than 5 seconds, move them to their respective created channel as noted in database.
I didn't notice that. You are talking about php in general or a specific version? Also, from my end, it was rbmod that was using a lot of server ressources .
thx man i love youhttps://github.com/RobinBeismann/ts3cm/blob/master/index.php
This is similar to what you need. You need to create a database for it. Basically it will create a channel for the user, and move him to that channel.
The only difference from what you want is that the user won't switch to this channel when connecting to the server.
THIS IS SPECULATION, dont know if possible as I cannot check right now but if it would that's how I would do it :
You could make a php script that runs each second. For each user on the server that are connected for less than 5 seconds, move them to their respective created channel as noted in database.
I didn't notice that. You are talking about php in general or a specific version? Also, from my end, it was rbmod that was using a lot of server ressources .