-
I'm wondering why GameQ query 'spams' server.
It always send 3 connects at the same time to the server.
And there is always multiply connection lost.
TS Server Log
14.6.2012 12:46:04 VirtualServer …
-
Example usage (getting the 3rd LogEntry of the ServerLog):
``` cs
_qRunner.GetLogEntries(1, 2)
```
Will result in the following command: `logview lines=1 begin_pos=2 instance=0 reverse=0`
And as res…
-
I've used this Code and only got an empty Page as result. (list.php is empty to)
-
### Environment
Home URL: http://bealsmmohaven.com/bone
Site URL: http://bealsmmohaven.com/bone
WC Version: 2.1.12
WC Database Version: 2.1.12
WP Versio…
-
This init script works really nice, except I can't open up the console. I do "minecraft console" and I get in return "Cannot open your terminal '/dev/pts/0' - please check." Is this me or the script?
…
ghost updated
10 years ago
-
Hi,
Further to our previous discussion:
http://e107.org/e107_plugins/forum/forum_viewtopic.php?250967
I reinstalled the plugin and I am still getting denied access.
The details below are from the ts3…
-
For some reason, the teamspeak3 query protocol includes ServerQuery client counts (virtualserver_queryclientsonline) in the total client count (virtualserver_clientsonline). This is an issue if you're…
-
The following terminal command will display message but without -sender functionality
`/Applications/terminal-notifier.app/Contents/MacOS/terminal-notifier" -title foo -message bar -sender com.micros…
-
Could an option be added for using a custom "master server" (i.e. query) port?
My server provider uses port 9987 as their master query port for all their teamspeak3 servers and there doesn't appear t…
-
Hi
Great Api. I'm trying to do a bot and it's been very helpful.
I'm trying to pass some information when a user joins the server to another class, like for example the user nickname.
However when i…