Well back to another little oddity of my site.... so to speak.
As many of you well know i use a teamspeak module on my site (rogersnm knows this well

)
As you also may know it is nothing special, it simply loads a PHP script in an iframe.
the actual script allows the user to click on a channel name and it will auto login to the teamspeak server.
Well since i already have a login form on my TS module, I would like (If possible) to remove the login from the PHP script itself.
I know nothing of PHP and even though i can usually look at code and figure something like this out on my own, PHP confuses my brain.
Here is the code for the "TS_Config.php" file, this is a configuration file only.
Not sure if it requires editing to achieve the desired effect, but here is the code just in case.
You must first be a
registered member to view any code.
And here is the script that actually does the work, the one that connects to the server, gets the info and displays it.... this is the one you would click on and join the server. and this is where the functionaly needs to be removed.
You must first be a
registered member to view any code.