Author Topic: Where is the Teamspeak Modul?  (Read 12576 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Where is the Teamspeak Modul?
« on: December 06, 2018, 03:02:19 PM »
Hi,
i have updated my CWP and installed all updates yesterday. But now i miss my Teamspeak-Server, i have only the
points "ShoutCast Manager" and "Torrent SeedBox" under Plugins. Where is the problem, I would like to have a
Teamspeak-Server again, that was one of the reasons why I chose the CWP.  :-\

Offline
*
Re: Where is the Teamspeak Modul?
« Reply #1 on: December 11, 2018, 11:59:51 AM »
Please, can anyone help?

Offline
*
Re: Where is the Teamspeak Modul?
« Reply #2 on: December 16, 2018, 08:21:07 PM »
Is there a way to reactivate the module? I used a free license from Teamspeak and I am not concerned about the problem and I would like to re-establish it as it was before.

Offline
**
Re: Where is the Teamspeak Modul?
« Reply #3 on: December 16, 2018, 10:52:49 PM »
Just open
Code: [Select]
yourdomain.tld/...../index.php?module=ts3_managerI have my new unfinished ts3 cwp plugin, seems it's time to finish it and release it.

Offline
*
Re: Where is the Teamspeak Modul?
« Reply #4 on: December 17, 2018, 07:45:08 AM »
Wow, thank you! :-)  Can I bring this back to the menu? That I can select that on the left?

And if you write a plugin, would it be possible to program a Teamspeak updater with which you can update the TeamSpeak-Server with one click? :-)
« Last Edit: December 17, 2018, 07:49:02 AM by Zikx »

Offline
**
Re: Where is the Teamspeak Modul?
« Reply #5 on: December 17, 2018, 12:50:03 PM »
Find file /usr/local/cwpsrv/htdocs/resources/admin/include/3rdparty.php
If there is no file named 3rdparty.php then create it.
Open it and paste this code in it.
Code: [Select]
<li><a href="./index.php?module=ts3_manager"><span class="icon16 icomoon-icon-arrow-right-3"></span>TS3 Manager</a></li>
After that you'll se new button in menu > Developer Menu

!!! But be aware that CWP devs can at any time delete that ts3_manager file, and you won't be able to use it anymore.


For my custom ts3 manager, I'll do my best, since I have no time that much to work on it, it will take some time, maybe a week maybe a month or even more.
And about your question about auto updater, I don't think that's a good idea. First because of terms of service/usage by Teamspeak it self, and second, autoupdate, something can go wrong at any time and you can lost your ts3 settings including groups and permissions, etc.
« Last Edit: December 17, 2018, 01:01:49 PM by Gogo »

Offline
*
Re: Where is the Teamspeak Modul?
« Reply #6 on: December 17, 2018, 01:58:56 PM »
Thanks alot it works fine! :-)


Is it possible to initiate the functions like Start, Stop, Restart and Status in the Services Status window on the admin page of the CWP like for example SSH Apache etc?
« Last Edit: December 17, 2018, 02:05:04 PM by Zikx »

Offline
**
Re: Where is the Teamspeak Modul?
« Reply #7 on: December 17, 2018, 03:51:35 PM »
You can add it like this https://github.com/gogo1207/cwp/blob/master/admin/include/services-status-extra-block.3rdpary.php
Just paste that code at the same file 3rdparty.php as you did above, but place this at the end of the file.
This won't work as cwp's buttons, but at this way you have start/stop on the home page.