Results 1 to 15 of 23
Thread: TeamSpeak Block for PHP
-
11-01-2005, 01:55 #1
TeamSpeak Block for PHP
Howdy all!
I'm improving the existing TeamSpeak PHP Block by displaying subchannels in the proper location and displaying channels in the order they appear in the TeamSpeak Client.
I have the subchannel issue figured out but haven't gotten anywhere on the channel order issue.
As far as I can tell, the order in which I receive the TeamSpeak channel information from the server is not the order in which they are displayed. For example:
TeamSpeak Server
-Channel1
-SubChannel1
-Channel2
-SubChannel2
-Channel3
-Channel4
The information I receive from the TeamSpeak server come to me out of order. For example:
Channel3
Channel1
Channel4
SubChannel2
SubChannel1
To further explain..here are two screen shots that illustrate my question:
TS Client View http://bol-lanconstruction.com/images/ClientView.jpg
WebSite View http://bol-lanconstruction.com/images/WebSiteView.jpg
I can deliniate sub channels from main channels but the information received doesn't contain anything I can use to determine which main channel should be displayed first...second..third, etc.
I was wondering if any of the TeamSpeak developers could shed some light on this issue.
Many thanks in advance!
OH.. BTW.. an example of the TeamSpeak block can be viewed at www.PrideKillersInc.com
-
12-01-2005, 00:16 #2
Nevermind.. I figured it out.
-
13-01-2005, 18:08 #3
WOOHOO!!
It's done baby!
I've made the following changes to the TS2 Block for PHP
1) Order main and sub channels properly by the Sort Order setting for each channel.
2) If two or more main channels have the same Sort Order, they are sorted alphabeticly.
3) If two or more subchannels within the same main channel have the same Sort Order, they are sorted alphabeticly.
4) Combined the pulldown menu for WebPost.
5) Block display illustrates the difference between a main channel and sub channels.
Check it out at www.PrideKillersInc.com and let me know whatcha tink. Find issues? bugs? comments? please leave them in the "TeamSpeak Block" forum under the "PHP Software Development" category.
Thanks to m&m for the ideas!
-
14-01-2005, 02:30 #4m&m's Guest
thank you to =PKI= tsuchida http://www.PridekillersInc.com for adding some new fuctions / coding to a php ts block , after the testing , we will link to his PHP Block , for others with web sites can add it to there site !
PKI PHP Block
Current Version: 1.1
Download File http://www.teamspeaktalk.com/showthread.php?t=24
This TeamSpeak block is based on an original script release by http://darkknights.dk and has been heavily modified with added features and bug fixes.
This block sorts main and sub-channels by Sort Order (setting in TeamSpeak under "Edit Channel") and alphabetically. It also includes a configuration flag for displaying a pulldown menu for logging into secure servers.
Coded by Tsuchida =PKI=
http://www.PrideKillersInc.com
Graphics by Butcher =PKI=
http://www.PrideKillersInc.com
Tested by *Elders* M&M'S and *Elders* MrFantum
http://www.Battlefield-Elders.net
Examples can be viewed at the sites mentioned above.
-
20-01-2005, 03:05 #5
-= TeamSpeak User =-
- Join Date
- Aug 2004
- Location
- Sweden
- Posts
- 6
Very nice program, but just one question.
Cant get the join channel function to work, what URL shuld be inserted on the first line in TSInfo.php?
-
20-01-2005, 16:27 #6
-= TeamSpeak User =-
- Join Date
- Aug 2004
- Location
- Sweden
- Posts
- 6
Never mind, got it to work.
An other question though, can't get the window to refresh. Any one knows how to fix that?Last edited by Job73; 20-01-2005 at 19:01.
-
15-08-2005, 17:41 #7
-= TeamSpeak User =-
- Join Date
- Aug 2005
- Location
- USA -- Ohio
- Posts
- 1
Anyone have a link to this or could someone email it to me at mustang@happykillmorebf.com. I tried to go to the site, but it says bandwidth has been exceeded! Thanks...
|HKS|Mustang
-
24-08-2005, 21:22 #8m&m's Guest
site is back up we had a bandwith hog banner on or site and it ate 5 gigs in 15 days lol
-
24-08-2005, 21:29 #9
BUMP!
We are now at PKI TS Block ver 3.0 with 4.0 in the works. Version 3.0 is PNP compatible as well.
Drop on by www.PrideKillersInc.com to get da download.
This block is available ONLY at Pride Killers Inc.
If you've downloaded our block from ANY OTHER SITE consider it suspect. Someone could of tampered with it to delete your db or change your God account or anything else.
Here's a list of the operability:
This TeamSpeak block, combines the operability from two other blocks allowing user to log into a non-secure TS server by clicking onto the channel name and to log into a secure server by using the pulldown menu.
Additional functionality includes:
1 - Changed standard green bullet to blinking green bullet.
2 - Sorted main and sub channels by Sort Order (setting in TeamSpeak under Edit Channel)
3 - Sorted main and sub channels alphabeticly if they have the same Sort Order (setting in TeamSpeak under Edit Channel)
4 - Config flag for displaying the pulldown menu. Set DisplayPullDown to 0 to remove the pulldown menu from the block display
5 - Added icons for user status. Now you cna tell when users are AFK, muted, etc.
6 - Added ability for admin to block anyone logging in anonymously.
7 - Added ability for user to log in with a name other than the one they are logged into the website with.
8 - Added RefreshRate variable. This variable determines how often (in seconds) the page will refresh.
9 - Added code to make the block translate as a stand-alone page.
10 - Fixed the LogIn deny ability.
11 - Fixed display of user status in subchannels.
12 - Fixed name display for names with spaces in them.
13 - Added information for port connection errors.
One of the UNIQUE features of this block is it's ability to AUTO REFRESH just the block so you don't have to refresh the entire page just to see if someone has entered or left the TeamSpeak server.
Come on and get it now. ONLY From the Bastards at Pride Killers Inc.
www.PrideKillersInc.com
-
31-08-2005, 15:27 #10
-= TeamSpeak User =-
- Join Date
- Aug 2005
- Location
- USA
- Posts
- 5
That's not really true... other scripts do this as wellOne of the UNIQUE features of this block is it's ability to AUTO REFRESH just the block so you don't have to refresh the entire page just to see if someone has entered or left the TeamSpeak server.
-
31-08-2005, 17:59 #11
True.. we were the first to implement it though.
Version 3.0 has been out for almost 7 months now. I'll have to change that portion of info though since it's no longer entirely true
Thanks for pointing that out.
Keep an eye out for 4.0 It's going to BLOW 3.0 out of the water. I won't go into the enhancement ideas. It will also be encrypted to thwart code theives like the one listed in a post above.
Just to clarify.. I don't consider a code thief as someone who takes an open-source module like ours and redoes it to add functinoality and enhancements as long as they give props to the people they got the ideas and original code from. The guys we have identified have simply removed our copyright and changed the links to claim fame for themselves and remove any and all props for our hard work. THAT is a code thief.
-
06-09-2005, 03:59 #12
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- boca
- Posts
- 4
That site is not working is thier any other place to download that block?
-
07-09-2005, 05:53 #13
-= TeamSpeak User =-
- Join Date
- Aug 2005
- Location
- omaha
- Posts
- 14
the web hoster was down for 5 hours for some reason or another , this has happened befor , and were going to switch to a diferant location soon to keep this down time from happening again
the site is back up now
*EDIT* we are switching host companys to avoid farther down time . our web site will be back up as soon as the dns updates to new locationLast edited by M&M; 10-09-2005 at 19:32.
-
12-09-2005, 23:31 #14
-= TeamSpeak User =-
- Join Date
- Aug 2005
- Location
- omaha
- Posts
- 14
Sorry for the inconvenience
our NEW web site is up and running
still located at www.PrideKillersInc.com
-
15-09-2005, 11:09 #15
-= TeamSpeak User =-
- Join Date
- Sep 2005
- Location
- Lincoln
- Posts
- 1
Hi i think i have narrowed my problem down to what info needs to go in serverURL as the webpost works fine and gllcTS2 shows my server but on my site its reporting as server offline. The serverURL is the only thing im not sure on what its asking for, any help please, much appreciated
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Opening up ports in firewall not working
By Vash in forum [TeamSpeak 2] Server SupportReplies: 23Last Post: 09-01-2006, 08:28 -
pn-teamspeak: a Teamspeak Postnuke block
By ApolloCreed in forum [TeamSpeak 2] Addons & ScriptsReplies: 16Last Post: 18-09-2004, 03:00 -
PhpNuke Teamspeak Login Block
By Proximo in forum [TeamSpeak 2] Addons & ScriptsReplies: 3Last Post: 09-06-2004, 22:38



Reply With Quote