cyberxn
31-03-2006, 07:41
When i run the scrip on my dedi i get this error
Fatal error: Call to undefined method teamspeakDisplayClass::getDefaultSettings() in c:\Inetpub\wwwroot\Klan\ts.php on line 45
witch is this line
$settings = $teamspeakDisplay->getDefaultSettings();
now this is version 3.. 2 kept saying the server was offline when i know it wasent
here's the Current Config
//================== BEGIN OF CONFIGURATION CODE ======================
// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "venom.servehttp.com";
// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
//$settings["serverudpport"] = 1213;
// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
//$settings["serverqueryport"] = 51234;
// If you want to limit the display to only one channel including it's
// players and subchannels, uncomment the following line and set the
// exact name of the channel. This feature is case-sensitive!
//$settings["limitchannel"] = "";
// If your teamspeak server uses another set of forbidden nickname
// characters than "()[]{}" (look in your server.ini for this setting),
// then uncomment the following line and set the correct set of
// forbidden nickname characters:
//$settings["forbiddennicknamechars"] = "()[]{}";
//================== END OF CONFIGURATION CODE ========================
Im just a little confused.. and im in need of help fast
Fatal error: Call to undefined method teamspeakDisplayClass::getDefaultSettings() in c:\Inetpub\wwwroot\Klan\ts.php on line 45
witch is this line
$settings = $teamspeakDisplay->getDefaultSettings();
now this is version 3.. 2 kept saying the server was offline when i know it wasent
here's the Current Config
//================== BEGIN OF CONFIGURATION CODE ======================
// Set the teamspeak server IP or Hostname below (DO NOT INCLUDE THE
// PORT NUMBER):
$settings["serveraddress"] = "venom.servehttp.com";
// If your you use another port than 8767 to connect to your teamspeak
// server using a teamspeak client, then uncomment the line below and
// set the correct teamspeak port:
//$settings["serverudpport"] = 1213;
// If your teamspeak server uses another query port than 51234, then
// uncomment the line below and set the teamspeak query port of your
// server (look in the server.ini of your teamspeak server for this
// portnumber):
//$settings["serverqueryport"] = 51234;
// If you want to limit the display to only one channel including it's
// players and subchannels, uncomment the following line and set the
// exact name of the channel. This feature is case-sensitive!
//$settings["limitchannel"] = "";
// If your teamspeak server uses another set of forbidden nickname
// characters than "()[]{}" (look in your server.ini for this setting),
// then uncomment the following line and set the correct set of
// forbidden nickname characters:
//$settings["forbiddennicknamechars"] = "()[]{}";
//================== END OF CONFIGURATION CODE ========================
Im just a little confused.. and im in need of help fast