php forum
php mysql forum
php mysql smarty
 
Page 2 of 2 < 1 2
Topic Options
#269519 - 03/03/04 09:28 AM Re: TeamSpeak Server [Re: MercAqua]
Medar Offline
Junior Member

Registered: 03/19/00
Posts: 571
Quick question. Teamspeak and Threads are on the same server in this integration, correct? It appears this way, but I wanted to verify that this was not a script that was reading a remote Teamspeak connection somewhere.

Top
#269520 - 03/03/04 09:21 PM Re: TeamSpeak Server [Re: Intel -*RW*-]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
no teamspeak is on the same server as the threads database. In fact it uses the same database for its account/login information, Channel storage, and Server storage. My script in webpost is a modified script that looks to see what IP the teamspeak server is querying from inorder to set the proper Domain name as you see on my forums. Webpost it self is not heavily modified in anyway other than modification for the server name. Web Post is script available from www.gryphonllc.com which displays the teamspeak server info.

Top
#269521 - 03/12/04 08:36 PM Re: TeamSpeak Server [Re: MercAqua]
lcantey Offline
Member

Registered: 05/20/99
Posts: 166
Loc: CA
Another shameless bump! <img src="http://www.ubbdev.com/forum/images/graemlins/waytogo.gif" alt="" /><br /><br />(if it wasn't shameless I'd have gone with <img src="http://www.ubbdev.com/forum/images/graemlins/blush.gif" alt="" />)<br /><br /> <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" /><br /><br />Lee

Top
#269522 - 03/25/04 07:15 PM Re: TeamSpeak Server [Re: Billy Bandit]
lcantey Offline
Member

Registered: 05/20/99
Posts: 166
Loc: CA
Bumpola! <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />

Top
#269523 - 03/27/04 03:10 AM Re: TeamSpeak Server [Re: Billy Bandit]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
Sorry for the Delay... Teamspeak has released a new version as well as threads and webpost which all tie together for the package and I have not updated my site to the new versions yet of those packages to be able to perform the integration and make sure that they work properly. As soon as I accomplish this I will post the Integration procedures and changes to files involved.

Top
#269524 - 03/27/04 03:14 AM Re: TeamSpeak Server [Re: MercAqua]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
PS lcantey if you have threads version 6.4.0 and teamspeak version B51 (beta) and webpost 4.02 then I can PM you what I Did for the integration of those packages. I do plan to upgrade these files soon but just have not gotten arround to doing it yet.

Top
#269525 - 03/28/04 03:15 PM Re: TeamSpeak Server [Re: MercAqua]
lcantey Offline
Member

Registered: 05/20/99
Posts: 166
Loc: CA
Hi Pappy,<br /><br />I'm now running later versions of TeamSpeak (RC2) and Webpost (4.1.1) but still wouldn't mind taking a look since I haven't gotten around to doing the work myself either. <img src="http://www.ubbdev.com/forum/images/graemlins/crazy.gif" alt="" /><br /><br />Lee

Top
#269526 - 05/23/04 04:34 PM Re: TeamSpeak Server [Re: Billy Bandit]
Zarzal Offline
Coder

Registered: 07/03/01
Posts: 806
Loc: Berlin, Germany
is a public hack for Teamspeak integration avaible ? Or can anyone send me some hints via PM ?
_________________________
my forum: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de

Top
#269527 - 05/25/04 08:56 AM Re: TeamSpeak Server [Re: landyphil]
DrChaos Offline
Coder

Registered: 09/12/03
Posts: 816
Loc: Hollywood Florida.
/and the crowd chants/<br /><br />post, post, post, post,.......
_________________________
DrChaos
LeetGamers

Top
#269528 - 05/25/04 01:43 PM Re: TeamSpeak Server [Re: landyphil]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
The best I can do at this point is give you an Idea as to what needs to be changed in the MYSQL Queries and some basic instructions on getting it to use your login from the Threads Boards<br /><br />1st make sure to back up your DB as errors could cause some serious problems <br /><br />2nd do all the steps properly instructed by teamspeak.org in order to actually create your server using Mysql. Make SURE that your teamspeak Server is running properly first before you make any other changes to the way the system works. Make sure that TSS and Threads are using the same database when you set up TSS this requires you to set the dbname and password inside the server.ini file which should be located below the document root to preserver some security.<br /><br />3rd run the following query inside of the threads admin panel which will modify your threads Users table<br />
Code:
 ALTER TABLE w3t_Users ADD ( `i_client_server_id` int(11) default 1,<br />`b_client_privilege_serveradmin` int(11) default 0,<br />`dt_client_created` varchar(20) default NULL,<br />`dt_client_lastonline` varchar(20) default NULL) 
<br /><br />finally perform the changes in the following link to your mysql files in the tss directory so that it properly reads your client logins.<br />http://www.greatlakesalliance.com/TSS_Changes.html<br /><br />These Modifications basicly only change the default behavior of TSS to read the client information from the threads user table versus the default TSS clients table. Once all the above actions have occured modify your User Information for your TSS admin accounts via phpmyadmin or etc. setting the value of b_client_privilege_serveradmin to -1 if you need to login to the TSS admin Panel as SUper admin you can change i_client_server_id to 1 but remember that that account will not be able to login to the TSS server until it is reverted back to 0. This setup defaults to setting all users to TSS server 1. Users can NOT be added via the TSS client or the TSS admin panel. They must be added via the newuser script from Threads IE when they create there account the gain Access to TSS. as soon as I complete some other scripts I am working on Further integration with threads will be completed.<br /><br />I am sure that questions will occur so post away...

Top
#269529 - 10/03/04 02:45 PM Re: TeamSpeak Server [Re: MercAqua]
BerkWood Offline
Lurker

Registered: 06/07/04
Posts: 6
So I got this to work (Thx Pappy) but I would like to control channel access with the groups from the forums. I have noticed that UBB uses a hyphenated entry for different groups, but TS uses individual entries for each channel. Is there a script that I can use to either split the UBB entry into separate fields and run a cron to sync it, or a way to change write the channel permissions query to do it real time?

Top
#269530 - 10/03/04 05:17 PM Re: TeamSpeak Server [Re: denver6]
Pappy Offline
Member

Registered: 11/17/00
Posts: 235
Loc: Germany (US Citizen)
I am not exactly sure how you would do it but I am sure it can be done since threads reads groups and TSS reads Channels... I do not have a script made to do such a thing at this time though and do not see myself creating such a script in the near future (since I do not get many Teamspeak users). Theoretically you could have Teamspeak create channels based on your groups and assign the appropriate access for those channels. again though I am not sure how you would go about the task... Sorry

Top
Page 2 of 2 < 1 2


Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks