English   German
  #1  
Old 21-12-2009, 00:55
Laire Laire is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 57
Laire is on a distinguished road
TS3 WebViewer [for your Homepage] [NEW VERSION]

New homepage / New Version / New Support Forum

Versions:
  • PHP 3.0.1
  • Joomla 3.0

Ilche Version: 28 Mar 2010

Follow us on twitter
or
Facebook

Download & Support: http://www.ts-webviewer.de (German & English)

Examples:
http://www.gilligans-island.de

Features:
  • Easy customization
  • Possibility to show your TS banner
  • Attach symbols to custom groups
  • Possibility to show legend under the list
  • Possible to cut user and channel names
  • Show User online / max User
  • Statistic Box
  • Sort Player (Server Admins @ Top)
New
  • Send Text Messages to clients
  • Chaching possible

Examples:
http://www.gilligans-island.de

  • I am open for ideas.
  • I search for a english translater, because I know my English descriptions are not very good.
  • When you use this Script, please post me a link where you use it, for my example list.


Screenshots:
Attached Thumbnails
Click image for larger version

Name:	ts3v2.JPG
Views:	3918
Size:	26.0 KB
ID:	1794   Click image for larger version

Name:	ts3v3.JPG
Views:	3256
Size:	13.4 KB
ID:	1800   Click image for larger version

Name:	ts3v4.JPG
Views:	2563
Size:	61.8 KB
ID:	1994  

Last edited by Laire; 01-04-2010 at 16:48.
Reply With Quote
  #2  
Old 21-12-2009, 01:32
wtfbbq wtfbbq is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: lalitoland
Posts: 8
wtfbbq is on a distinguished road
Seems to be great but the link is missing mate.
Reply With Quote
  #3  
Old 21-12-2009, 01:37
Laire Laire is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 57
Laire is on a distinguished road
Sorry dont understand what do you mean with: the link is missing mate
Reply With Quote
  #4  
Old 21-12-2009, 02:05
Laire Laire is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 57
Laire is on a distinguished road
Download is now possible....
Reply With Quote
  #5  
Old 21-12-2009, 02:05
TPGAdmin TPGAdmin is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: US
Posts: 1
TPGAdmin is on a distinguished road
Thanks for the file.
Reply With Quote
  #6  
Old 21-12-2009, 02:10
Laire Laire is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 57
Laire is on a distinguished road
Now Guests can download the script.
Reply With Quote
  #7  
Old 21-12-2009, 08:06
Laire Laire is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 57
Laire is on a distinguished road
Connoctions are now minimzed.

Newest Version: 0.5
Reply With Quote
  #8  
Old 21-12-2009, 08:41
[NWM]Paladin [NWM]Paladin is offline
-= TeamSpeak User =-
 
Join Date: Jan 2004
Location: Germany
Posts: 10
[NWM]Paladin is on a distinguished road
Hi.

Has anyone a clue how to integrate this in a PHPNuke Block?

I was trying to copy the <?php include('ts3view.php'); ?> into a Block. But that wont work.

Thx.
Reply With Quote
  #9  
Old 21-12-2009, 08:50
Polli's Avatar
Polli Polli is offline
-= TeamSpeak Lover =-
 
Join Date: Dec 2009
Location: Germany
Posts: 64
Polli is on a distinguished road
Send a message via ICQ to Polli Send a message via MSN to Polli
Quote:
Originally Posted by [NWM]Paladin View Post
Hi.

Has anyone a clue how to integrate this in a PHPNuke Block?

I was trying to copy the <?php include('ts3view.php'); ?> into a Block. But that wont work.

Thx.
Please be shure that php is allowed in your block.

Else you can try use an iframe-element in your block. You must enabled "html" for your Block.

HTML Code:
<iframe src="ts3view.php></iframe>
Reply With Quote
  #10  
Old 21-12-2009, 13:45
hollebolle hollebolle is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Germany
Posts: 1
hollebolle is on a distinguished road
Thumbs up

hi

nice work and script. thanks for it!

but i have a question. is it possible to integrate special signs? like the character set "utf8_unicode"?



thanks & so long

holle
Reply With Quote
  #11  
Old 21-12-2009, 13:51
myran myran is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: swe
Posts: 9
myran is on a distinguished road
Thanks for the script it's working nice!

But i have a problem.. When i try to put 2 servers on one webpage i get this error.

Fatal error: Cannot redeclare rep() (previously declared in /ts_operation.php:9) in /ts_operation.php on line 20

And i'm a complete novice in php. :-(
Reply With Quote
  #12  
Old 21-12-2009, 14:25
xlkiller xlkiller is offline
-= TeamSpeak Lover =-
 
Join Date: Jan 2008
Location: FRANCE
Posts: 26
xlkiller is on a distinguished road
For French characters:

replace
rep($var['name'])
by
htmlentities(rep($var['name']), ENT_QUOTES,'UTF-8')

in ts_operation.php

Reply With Quote
  #13  
Old 21-12-2009, 14:35
Non092 Non092 is offline
-= TeamSpeak User =-
 
Join Date: Dec 2009
Location: Strasbourg, France
Posts: 9
Non092 is on a distinguished road
Hi, it doesn't work for me, I get an error when I try to use it.

Code:
Warning: Invalid argument supplied for foreach() in /var/www/ts/ts_operation.php on line 23
If someone can help me ...
(Excuse my bad english i'm french)
Thanks
Reply With Quote
  #14  
Old 21-12-2009, 14:54
TexasTeamspeak's Avatar
TexasTeamspeak TexasTeamspeak is offline
-= TeamSpeak Lover =-
 
Join Date: Jun 2006
Location: Texas
Posts: 49
TexasTeamspeak is on a distinguished road
Smile

Nice script thanks for sharing. I don't think its mentioned in the ts3 server docs yet but you can use ( use port=".$port." ) instead of using the sid.
Reply With Quote
  #15  
Old 21-12-2009, 15:02
maubo's Avatar
maubo maubo is offline
-= TeamSpeak User =-
 
Join Date: Mar 2007
Location: Netherlands
Posts: 6
maubo is on a distinguished road
Thank you Laire!!!

I've installed it on EVO Xtreme2.0. Good job!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation of TS3 32 bit and 64 versions Kratos Windows 16 29-01-2010 19:41
Diverse Fragen zum TS3 CreiX General Questions 10 20-10-2008 19:24
TS3 built into other products? [HJ]-Petz [TeamSpeak 2] General Questions 3 21-05-2008 05:36
Whither TS3? ender24 [TeamSpeak 2] General Questions 1 15-06-2007 20:24


All times are GMT +1. The time now is 17:57.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices



You Rated this Thread: