39 protected $default_host =
"blacklist.teamspeak.com";
46 protected $default_port = 17385;
53 protected $build_numbers = null;
63 if(!isset($this->options[
"host"]) || empty($this->options[
"host"])) $this->options[
"host"] = $this->default_host;
64 if(!isset($this->options[
"port"]) || empty($this->options[
"port"])) $this->options[
"port"] = $this->default_port;
66 $this->
initTransport($this->options,
"TeamSpeak3_Transport_UDP");
67 $this->transport->setAdapter($this);
96 if(ip2long($host) === FALSE)
98 $addr = gethostbyname($host);
117 return ($repl->toInt()) ? FALSE : TRUE;