English   German

Go Back   TeamSpeak Community Forums > TeamSpeak Legacy Versions > [TeamSpeak 2] Addons & Scripts

Reply
 
Thread Tools Rating: Thread Rating: 4 votes, 4.75 average. Display Modes
  #1  
Old 15-04-2006, 11:03
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
ACTSViewer - Another multifunctional TeamSpeak-Viewer for PHP

Hi folks,
a few weeks ago I decided to write a TeamSpeak-Viewer from scratch and now it is ready.

You may think: why just another TeamSpeak-Viewer we already have tons of them.
Hmm I don't know but maybe some of those features are convincing you.

Main Features:
  • TeamSpeak-like tree view of either a full server or one channel with all of its contents
  • Collapsable objects (channels)
  • Optimized sort order
  • Possibility to join a channel with a few clicks including all possible and required password prompts
  • Auto-update and auto-collapse features
  • Displays context information by just pointing the cursor to any object
  • Template engine to allow design changes
  • Very fast clean object-oriented TCP-Query parsing engine
  • Powerful problem solving features that helps discovering problems with configuration
  • Can be integrated into all kinds of website or dynamic applications using either PHP Include, AJAX Include or IFrames
Installation:
Just look at demo.php and you will get it ;-)

Troubleshooting:
Problems with connection (e.g. Server offline although online): Run ->connection_test();

Demo:
http://demo.absurdcoding.org/actsviewer/

Download:
http://www.planetteamspeak.com/component/option,com_docman/task,doc_details/gid,43/Itemid,69/

License:
GNU General Public License

Requirements:
Webserver (e.g. apache2) with PHP support
PHP 4 >= 4.3.0 or PHP 5

Tested on Ubuntu dapper with:
  • Firefox 1.5.x
  • Opera 8.5.4
  • Konqueror 3.5.2
  • Internet Explorer 6.x
I hope you will like it
Any questions, feature requests, ... please post here.

Last edited by Cyrus; 16-05-2008 at 23:19.
Reply With Quote
  #2  
Old 15-04-2006, 15:03
CoarEQ CoarEQ is offline
-= TeamSpeak User =-
 
Join Date: Apr 2006
Location: US
Posts: 2
CoarEQ is on a distinguished road
CSS support?

if it already exists, i need help finding out how to set it, but i was wondering if there is anyway that i can get this to work with a CSS
Reply With Quote
  #3  
Old 15-04-2006, 15:13
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
Depends on what you want to customize.
If you want to customize fonts, bg-color etc just put a layer around it and set the styles there.

Example:
Code:
<div id="tsviewer" style="color: white; background-color: black">
<?php include("demo.php"); ?>
</div>
For basic CSS things. (This example would look like http://demo.absurdcoding.org/actsviewer/index-black.php )
For font-size you may have to change the header.php in the template directory, beacuse if you choose it too big it will break the layout.

If you want to customize the info-layers look at the header.php in the template directory and you can customize it styles there.
If you want to do some special other things please describe them and we will find a solution for it.
Reply With Quote
  #4  
Old 15-04-2006, 15:22
CoarEQ CoarEQ is offline
-= TeamSpeak User =-
 
Join Date: Apr 2006
Location: US
Posts: 2
CoarEQ is on a distinguished road
thing is, i already have a css i want it to work with. is there anyway i can use it?
Reply With Quote
  #5  
Old 15-04-2006, 15:26
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
Just build an HTML / PHP-Site with your stylesheet and include the viewer the rest should be no problem.
Reply With Quote
  #6  
Old 15-04-2006, 16:24
Brain's Avatar
Brain Brain is offline
-= TeamSpeak Support =-
 
Join Date: Jan 2003
Location: Germany
Posts: 4,141
Brain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond reputeBrain has a reputation beyond repute
I'm getting the faint idea CoarEQ is talking about a CMS.
__________________
1f y0u c4n r34d 7h15 y0u r3411y n33d 70 g37 l41d
Reply With Quote
  #7  
Old 15-04-2006, 16:42
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
If he means a CMS and cannot include PHP files then he should have a look at the AJAX inclusion that is described as an example in the htmldemo.htm
Reply With Quote
  #8  
Old 16-04-2006, 22:26
twitch twitch is offline
-= TeamSpeak User =-
 
Join Date: Jan 2006
Location: Alaska
Posts: 8
twitch is on a distinguished road
Nice work!
Reply With Quote
  #9  
Old 11-09-2006, 10:31
Ang3lu5 Ang3lu5 is offline
-= TeamSpeak User =-
 
Join Date: Sep 2006
Location: GE
Posts: 4
Ang3lu5 is on a distinguished road
If i try to include the demo.php into my index.php i get the following error
Code:
Fatal error: Your template path is wrong or there is no valid template
it seems that the script can't finde the correct path to the templates or i only get a blank site

structure:

index.php
/inc/demo.php
/inc/actsviewer.php
/inc/lib/
/inc/tpl_absurdcoding/
Reply With Quote
  #10  
Old 11-09-2006, 12:31
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
Open demo.php and set:

PHP Code:
$ts->setTemplate(dirname(__FILE__)."/tpl_absurdcoding"); 
This should set the path relatively to demo.php
Reply With Quote
  #11  
Old 11-09-2006, 14:42
Ang3lu5 Ang3lu5 is offline
-= TeamSpeak User =-
 
Join Date: Sep 2006
Location: GE
Posts: 4
Ang3lu5 is on a distinguished road
not working for me with your code i get this
Code:
Notice: Invalid template path!
and
Code:
Fatal error: Your template path is wrong or there is no valid template
and if i call the demo.php directly i get a blank page
Reply With Quote
  #12  
Old 11-09-2006, 14:52
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
oh this looks like a little inconsistens in code
i will fix it soon:
try this:
PHP Code:
$ts->template dirname(__FILE__)."/tpl_absurdcoding"
instead of

PHP Code:
$ts->setTemplate(dirname(__FILE__)."/tpl_absurdcoding"); 
Reply With Quote
  #13  
Old 11-09-2006, 14:58
Ang3lu5 Ang3lu5 is offline
-= TeamSpeak User =-
 
Join Date: Sep 2006
Location: GE
Posts: 4
Ang3lu5 is on a distinguished road
ok this looks a bit better than the other one ^^ BUT! now i see the tree but it can't load any images and i get some java errors
Reply With Quote
  #14  
Old 11-09-2006, 15:43
Cyrus's Avatar
Cyrus Cyrus is offline
-= TeamSpeak Fanatic =-
 
Join Date: Oct 2004
Location: Germany
Posts: 1,711
Cyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond reputeCyrus has a reputation beyond repute
Maybe setting the template path explicitely to
"lib/tpl_absurdcoding" instead of dirname(__FILE__)."/tpl_absurdcoding"
works with the browser, this depends on the rest of your site (the one you include it in)
Reply With Quote
  #15  
Old 11-09-2006, 16:06
Ang3lu5 Ang3lu5 is offline
-= TeamSpeak User =-
 
Join Date: Sep 2006
Location: GE
Posts: 4
Ang3lu5 is on a distinguished road
setting it to lib/tpl_absurdcoding has no effect at least not the one i need ^^
Code:
Fatal error: Your template path is wrong or there is no valid template in: in E:\Xampp\htdocs\actsviewer\actsviewer.php on line 99
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
TeamSpeak 2 I.P. Ban List Viewer SymBiotic [TeamSpeak 2] Addons & Scripts 20 08-01-2007 15:10
[SEARCH/SUCHE] TeamSpeak Viewer Stromberg [TeamSpeak 2] Addons & Scripts 2 17-06-2004 10:10


All times are GMT +1. The time now is 01:56.


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: