Results 1 to 15 of 157
Thread: [Release] Teamspeak3 Webviewer
-
04-08-2010, 22:16 #1
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
[Release] Teamspeak3 Webviewer
The TeamSpeak3 Webviewer is a easy web-based viewer for your homepage. It shows the structure of a TeamSpeak3 Server (Clients, Channels, ...) like in the TeamSpeak3 Client. It can be extended with a lot of modules for example infoDialog, statistics, channelhiding, legend and so on. The viewer supports multiple configfiles that means you have to install the viewer once and can display various teamspeak3 servers. The installation is very easy: just upload your files to your webspace and start the installscript.
The development of this tool has been stopped. No bugs will be fixed and no features will be added anymore.
Version:
1.4.4
Features:
- caching
- spacer parsing
- automatic server- , channel- and group-icon download
- connects to the server by clicking on servername
- full spacer support
- client-info-dialog if mouse is over client
- Channel-Hiding like in TSClient
- easy to use installscript
- auto-refresh
- filters like show clients only or show only channels with clients inside
Languages:
- Czech
- Dutch
- English
- Espagnol
- French
- German
- Indonesian
- Polish
- Portuguese (Portugal)
- Portuguese (Brazil)
- Russian
Requirements:
- PHP 5.3 or 5.2 (older versions may work too, but the script is tested on 5.3/5.2).
- Newest Teamspeak Server. (Tested with 3.0.0 [Build: 14957] and newer). Older versions may work too.
Get involved:
Links:
- Download (newest version)
- Examples
- Facebook Page
- Documentation
- Addons-Page
Latest Changelog:
Code:! Major Change + Add - Removal ~ Minor Change * Fix
Code:v1.4.4 (22.12.2012) ! Last version of the TeamSpeak3 Webviewer. Development has been stopped. - Issue #108: Remove check for updates.
Last edited by drak3; 22-12-2012 at 14:00. Reason: release of version 1.4.4
-
05-08-2010, 11:21 #2
-= TeamSpeak Fanatic =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 1,382
Is anywhere a Test Site or Screen to view before?
-
05-08-2010, 11:36 #3
-= TeamSpeak Addict =-
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 231
Nice, the viewer I'm still using in "production" mode has caching as well, but seems quite inactive. Maybe I'll switch to your viewer sometime.
Just a small addition: I have a few groups, that don't have icons and the script tries to display one anyways and fails. I modified the following block to prevent that:
PHP Code:foreach(get_servergroup_images($clientinfo, $servergrouplist, $config['use_serverimages'],$config['servergrp_images']) as $image) {
if($image == 0) continue;
$rendered .= "<img class=\"img_r\" src=\"".$config['serverimages'].$image."\"/>";
}
$channelgroup_icon = get_channelgroup_image($clientinfo,$channelgrouplist,$config['use_serverimages'],$config['channelgrp_images']);
if($channelgroup_icon != 0){
$rendered .= "<img class=\"img_r\" src=\"".$config['serverimages'].$channelgroup_icon."\"/>";
}
-
05-08-2010, 12:46 #4
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
@SpWiRa:
You can see an example at http://maxesstuff.de/software/teamsp.../example/demo1
@Baraan: Thx, I'll add this to the next releaseLast edited by drak3; 07-04-2011 at 13:27. Reason: changed url to example
-
05-08-2010, 16:19 #5
good work. Simple basic mite have to try it later on.
-
07-08-2010, 00:36 #6
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
New Version Aviable
I just released version 0.2 of the viewer.
As a new bigger featuer there's the legend. I included also language support for german and englisch in this version, all translations are welcome ;D.
For more details look at the changelog in the first post
drak3
-
11-08-2010, 19:28 #7
We just released a hotfix for version 0.2 for the css file.
You can download it hereChangelog:
==0.2.1==
! The Viewer will no be correctly shown with Opera, IE, Safari and Chrome too
Greetings
-
19-08-2010, 13:07 #8
-= TeamSpeak Addict =-
- Join Date
- Apr 2010
- Location
- UK
- Posts
- 108
Download for hotfix is not available?
Also is it possible to connect with ones 'nickname'?
It seems to connect as 'Me' with all my rights etc but it calls me 'TeamSpeakUser'
Last edited by sTimulated; 19-08-2010 at 15:11.
-
22-08-2010, 21:24 #9
-= TeamSpeak Addict =-
- Join Date
- Apr 2010
- Location
- UK
- Posts
- 108
Still unable to download hotfix?
It asks for a username and a password?
Is it possible for the viewer to connect with a username instead of automatic login as TeamSpeakUser?
This keeps creating/adding another user to the database
-
23-08-2010, 15:33 #10
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
Hotfix aviable now
Hi,
the hotfix should be aviable now, sorry that i've not written earlyer but i was in holidays without internet
@sTimulated: I'll fix this in the next release. It's possible that it takes a week or two because the next release will be a very big release with many new featuers
drak3
-
25-08-2010, 00:49 #11
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- athens, ga
- Posts
- 30
Thanks for the great webviewer. I have been looking for something like this that will show icons for a long time.
Although it does work, it has some issues for me. If you visit my site: www.teampulverize.com you will notice that sometimes the icons are broken and wont display. Is there a way to solve this, or am i doing it wrong? Thanks!
-
25-08-2010, 16:33 #12
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
Hi,
i have no testing system here so i can just analyze your viewer:
it seems to be a server error, if i'm often loading get_server_icon.php directly i get a "403 Forbidden"
error. So maybe if the viewer is reloaded after a short period this effect causes a broken image.
I'll test the viewer on an other server and report you if this bug is also there.
drak3
-
25-08-2010, 18:24 #13
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- athens, ga
- Posts
- 30
[Wed Aug 25 13:18:09 2010] [error] [client 96.32.129.245] File does not exist: /home/teampulv/public_html/403.shtml, referer: http://www.teampulverize.com/tsv/TSViewer.php
[Wed Aug 25 13:18:09 2010] [error] [client 96.32.129.245] client denied by server configuration: /home/teampulv/public_html/tsv/get_server_icon.php, referer: http://www.teampulverize.com/tsv/TSViewer.php
[Wed Aug 25 13:18:03 2010] [error] [client 96.32.129.245] File does not exist: /home/teampulv/public_html/403.shtml, referer: http://www.teampulverize.com/tsv/TSViewer.php
[Wed Aug 25 13:18:03 2010] [error] [client 96.32.129.245] client denied by server configuration: /home/teampulv/public_html/tsv/get_server_icon.php, referer: http://www.teampulverize.com/tsv/TSViewer.php
[Wed Aug 25 13:16:32 2010] [error] [client 75.15.116.131] File does not exist: /home/teampulv/public_html/404.shtml, referer: http://www.teampulverize.com/
That is appearing in my error logs. Any idea how to fix them? Thanks.
-
26-08-2010, 17:11 #14
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- athens, ga
- Posts
- 30
second request if possible for the new version
if you put [cspacer=0] in the names of the channels it centers them, but then it also shows where you typed cspacer=0 in the webviewer instead of centering it. Is there anyway to make it hide the cspacer and then center the channel name with the command added? Or at least just hide it? Thanks!
-
26-08-2010, 20:40 #15
-= TeamSpeak Lover =-
- Join Date
- May 2010
- Location
- Germany
- Posts
- 35
Hi,
I'm not sure if i'm understanding correctly what you mean so here my guess:
If i name a subchannel [cspacer0] someText it will be parsed twice and shown centered. I'll try to fix this bug and add it to the next version which will be released next week wednesday or thursday.
If you meant sth. else let me know
To your other problem: i'm not a specialist in webserver administration but is it possible that you have activated a kind of flooding protection or sth. like this? this could explain the second error. The first error could be caused by a non-existing custom error file. But how i said: i'm not a server specialist so maybe you can ask this question in a webserver forum.
drak3
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[RELEASE] foolower - foobar2000 volume control
By rossmann in forum PluginsReplies: 70Last Post: 17-02-2013, 14:26 -
[BETA]Powerful Teamspeak3 Server Startscript for Linux with "AUTOMATIC"UPDATE!
By /dev/null/ in forum ToolsReplies: 100Last Post: 17-08-2012, 19:38 -
Munin + TeamSpeak3
By xiloid in forum ToolsReplies: 2Last Post: 05-06-2010, 16:03 -
Teamspeak3 Breaking up DirectSound
By Galactica in forum Client SupportReplies: 6Last Post: 24-02-2010, 20:28 -
Teamspeak3 Crashed
By Metalfighter in forum WindowsReplies: 7Last Post: 15-01-2010, 17:46


Reply With Quote



