Could this be a MYSQL problem? I dont know the first thing about MYSQL or PHP but looking through the webpost.php file I found;
$___r= mysql_connect($dblink,$dbuser,$dbpw);
_DBError($___r);
I tried doing; `mysql connect $dblink ,$dbuser`at the command prompt (and all other combinations etc) and it didnt work. However I was able to do `mysql -u$dbuser` and that took me to a mysql prompt. `connect $dbname` worked. Is that normal? Or does it mean I have some other version of MYSQL running?
Another thing Im guessing might be causing it is my server.ini file on the TSServer. I found the following info in the webpost readme.txt;
Edit the [WebStatus] section of your tsserver.ini. Example:
[WebStatus]
Active=1
TeamSpeakSite_Active=1
TeamSpeakSite_DisplayInWebList=1
WebPostURL=http://URL_TO_webpost.php
WebPostLinkUrl=http://URL_THE_SERVERLINK_SHOULD_POINT_TO
I did not have this section in the server.ini file, so i added it (with relevant details) but sill no luck.
Please help me (or point me in the right direction of a relevent URL - no MYSQL howto's though, Im supposed to be revising for an exam on Friday

) cause Ive reached the 'tearing hair out' stage of frustration!
Update: OK Im getting past the frustrated stage - this post has been here a couple of days, has had 80 hits, yet still no1 has even commented

Is what I am asking sooo stupid? If so, please tell me!