Hello.
I have recently decided to take the "HTTP POST ON Challenge." I've coded up a very simple PHP script to work with the variables sent by TeamSpeak. I've tested it, too, and it works - the data is appended to my MySQL database.
However, when I leave it to TeamSpeak to send the HTTP POSTs on its own I appear to get no data.
This is on an NT 2000 server. I am running TeamSpeak as a service.
I've switched the setting to on in the
tsserver.ini. Here's what I have in there (starting with [webstatus]):
Quote:
[WebStatus]
Active=1
TeamSpeakSite_Active=1
TeamSpeakSite_DisplayInWebList=0
WebPostURL=http://gr.wackbastard.com/teamspeak.php
WebPostLinkUrl=http://gr.wackbastard.com/teamspeak.php
|
The variables I am interested in are
user and
clients. I have a modification form I put on my server so I can mimic a source sending changes to these variables to my
teamspeak.php script. Changes sent from this form with the POST method specified work - the MySQL database contents change.
I'm not sure what else to check. I can't find a log for teamspeak to find an error in there. The
tsserver.ini seems straightforward enough to configure, but at this point I consider it my weakest link.
Any advice on what to try to zero in on the problem?
PS: If anyone tries going to the url
http://gr.wackbastard.com/teamspeak.php, note that it detects the referring IP and will reject any submissions not from my server.