Sorry, no more ideas. Only to disable the caching functionality.
ToM
Sorry, no more ideas. Only to disable the caching functionality.
ToM
Is there a Way to sort the Boxes?
Or a Way to blend out the Tree like the Info & Legend Box (to use a Table with 2 Sites)?
I want that the Legend (Groups) & the Info is on the right Side of the Channel-Tree.
Last edited by SmokinShark; October 4th, 2010 at 02:19 PM. Reason: Blend out..
Like i said a few posts before: there will be no support. I changed the viewer and optimized it for me. You can make the same for your site. Have a look in the *.css file, have a look in the code, like i did before. I'm not a pro in coding, so i can't help you. Sorry
ToM
I've read this! But i'm in Coding a Noob. +.+
Don't know what to change.
This is the only Thing that i still have to change now (Boxes).
All others works Perfect. Example here.
Looks nice and it would match with your site. You can bring it with a simple iframe inside:
If i remember, you can't move the boxes on the right side with the code.PHP Code:
<div style="padding-left:10px; padding-top:35px;">
<iframe name="ts3Viewer" allowtransparency="true" src="http://xxx.de/ts3Viewer/index.php" width="100%" height="1500" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe>
To do this, you should it program new from the scratch.
ToM
Hello all...
All Download Links for this Viewer are deleted
Where can Upload this for me please ?
anything new for joomla, hated the last one publish it took 15 minutes to up date...
woundering if their is something new out I notice this is an old post last year.. need something that works better. I deleted the old one because every one was complaining about it no working right as in ..players wound login and find player not on though veiwer shows 8 player .. or just the opiset no on line but had a full house .. not good
like i said I would try this one but I think i have use it already .. did not like it .just a question ??
Here's a newer version: fixed some spelling mistakes, cleaned up code, added traffic on serverinfo.
Some custom icons are included to show, how to set up in config.
No support, use at your own risk!
Have Fun!
ToM
Last edited by Nightwing; December 22nd, 2010 at 05:05 PM.
Just edited the Post above.
ToM
SOLVED:
only set your serveradmin-password in "tswv_conf.php" in the field:
then open up "tswv_ops.php" and edit the line:Code:$tswv['config']['password'] = 'YOURPASSWORDHERE';
into:Code:if(isset($tswv['cache_neu']) && $tswv['cache_neu'] == '1'){ $fp = @fsockopen($tswv['config']['ip'], $tswv['config']['t_port'], $errno, $errstr, 2); if($fp){
now should work fineCode:if(isset($tswv['cache_neu']) && $tswv['cache_neu'] == '1'){ $fp = @fsockopen($tswv['config']['ip'], $tswv['config']['t_port'], $errno, $errstr, 2); $cmd = "\nlogin serveradmin ".$tswv['config']['password']."\n"; sendCmd($fp, $cmd); if($fp){
best regards
DarkLevi
I'm now almost finished with adding spacer channels (~75%), only having problems with some kind of spacers (style issue). cleaned up some code, added some missing things...
Stay tuned.
ToM
There are currently 1 users browsing this thread. (0 members and 1 guests)