sooo, i created something like that:
foreach($ts3_ServerInstance->banList() as $ban)
{
print_r($ban);
}
But i have an error :(
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Type: Posts; User: fauke; Keyword(s):
sooo, i created something like that:
foreach($ts3_ServerInstance->banList() as $ban)
{
print_r($ban);
}
But i have an error :(
something like that?
foreach($server->banList() as $ban)
{
...
}
And whats next to display it? :confused:
Maybee some example? Plz :)
how to display banlist my TS server on my website? Can someone give me a example code? :confused:
How to get all users name online in PHP on my Website? :)
Thanks!