PDA

View Full Version : Need some information


ucntkilme
15-07-2008, 02:17
Hello,

I just setup a TS Server on my Windows XP machine. but I need some information for what I want to do.

My TS Server like I said is on my local machine, but we also have a website hosted on another server.

I am trying to figure out how, if possible, to write a PHP script that people in my corporation for the online game I play will view a script in the in game browser to register.

What this script will do is:

Update the teamspeak database on my local machine (or if i can somehow move the database to my domain that would be cool) with their chosen username and password.

Update the database for the forums to insert them into the users table.

And last but not least Update whatever it needs to for password protected directories to include their selected username and password.

I can do the database for the forums, but that is about as far as my PHP knowledge goes.

Any help I can get on the other 2 would be greatly appreciated.

Katana*GFR*
15-07-2008, 16:57
http://forum.teamspeak.com/showthread.php?t=32348

ucntkilme
03-08-2008, 03:06
Thanks for the link but unfortunately not exactly what I am looking for.

I absolutely refuse to pay for vbulletin and thus dont use it.

we are using an OpenSource forum software...

But basically this is what I'm looking to do.. I just formed an alliance in a game that I play.. I built the website and all that stuff for it -- we got the TS running fine...

but in this game there is an ingame browser that I need to utilize..

They will use the in game browser to navigate to a form -- where they will put in a username and a password...

This username / password will be checked in the database thats easy...

If all is good it will write the username and password to the forums database...

once that completes, it will write the username and password to whatever I need to write it to for the protected directories...

and third, it will write it to whatever is running my Teamspeak usernames and passwords.

Getting it to write to the forums database is easy... i can figure out the .htaccess stuff (im sure thats how the password protected directories are done)..

What i need to know how to do is how to connect to my teamspeak server remotely or whatever and update that database..

So esentially this is a one click registration script I am making, just need to know how to do the last thing.

ucntkilme
03-08-2008, 19:11
Been doing some research and finally realized what I need to do...

default teamspeak uses sqlite, i need to convert it to mysql 5.0 as I already have it on my computer.

I've done a lot of searching and followed many guides, but im not getting any results.

At first I got it to where it wouldnt let me run the server cause it couldnt load the libmysql.dll file, then i found another guide that made it so i can load the server but using my localhost:port it wont let me connect.

I don't want to do ODBC on it, anyone have experience doing this on a new windows machine? Most of the files that I've found on these forums about it are from 2005 or before and are no longer available on the internet, and who knows if that is still the method for getting it to work on mysql today.

If you know of a post, or guide somewhere with working files that explains how to make it work on mysql 5 these days please post it and let me know.

Katana*GFR*
03-08-2008, 19:19
Take a look at the vbul script and convert it? Might take some time, but the vbul script already has all the basic stuff in it.