I thought about it, had a quick look and found that you would need ice to interact with the mumble server which would require people to install a php extension. Not sure if thats possible on common webhosters without shell access.
Hmm. Fair enough. Would be nice to have though for those that can ssh into our servers. I am pretty sure most webhosts let you ssh into them as well. Donāt quote me on that though.
@Aegis_Niminen
I think you donāt need to add an authentication for mumble to the forum. There is a python script for mumble which is doing the job very well. Iām not sure if it runs with phpbb 3.2 but it should be easy to adapt it.
@Snitch_Ashor
I installed the phpbb3.2 and the EVE SSO extension on my test system. I did see that you donāt need your email to register for the forum? Would it be possible to integrate a email query and verification? I fear when guys are once registered that no one will add his email later. The email is quite important for me for all kind of announcements like a fleet announcement.
got a small problem after changing btw. adding new scopes. I got that error message now, only in Firefoxā¦
Bad Request - Invalid Header
HTTP Error 400. The request has an invalid header name.
After I got that message, I removed newly added scopes from developer and tried to login in Firefox, without success, so I changed to chrome, there it was possible to login and also remove the scopes from acp. But actually I am not sure what I have done and if that is due to my changesā¦ Also tried to delete all browser data.
Could someone guide me on integrating TS? I have the TS integration activated, input the server ip and port, however, I am not seeing any TS group. Do I need to first create TS group before being able to see it on the EVE SSO AUTH page?
@Snitch_Ashor really nice work mate. I have tested the plugin except Teamspeak stuff till that moment, and I am loving it. Everything works like a charm!
@Ikki_Phoenix sorry, was absent for a while. You should be able to see existing TS groups, the mod does not create them. Nevertheless you should see some default ones. If not, is the ts server running on a differen IP? If so you might have to add the phpbb server to your white list.
@Lucinda_Trade from what I have seen so far this is most likely a browser caching issue, could you try w different browser or device? Or a private browsing session?
nvm if itās on the same ip thats not needed. It might be a wrong passwordā¦ Do you have shell access? If so, could you try via telnet if the password is correct?
on a shell could you do a telnet 127.0.0.1 TS_QUERY_PORT (default port is 10011)
followed by login serveradmin YOUR_CURRENT_PASSWORD
to check if thats working?