Moc / teamspeak3

A TeamSpeak 3 plugin for e107 v2.x
3 stars 1 forks source link

access denied Error (ID: 111): Connection refused #2

Closed DarkBraes closed 10 years ago

DarkBraes commented 10 years ago

Hi,

Further to our previous discussion: http://e107.org/e107_plugins/forum/forum_viewtopic.php?250967 I reinstalled the plugin and I am still getting denied access. The details below are from the ts3 server, i added the code to html docuemtn and it displays properly, so confused why it does work with the plugin. IP=companyofdeath.teamspeak3.com&PORT=7723&QUERY=10015&UID=98449&display

Moc commented 10 years ago

The error means that your website (or the webserver your website is located on, to be precise) is not able to connect to your TS server. I tested it locally here and the viewer is showing up fine. It's likely that your webhosting provider is blocking the outgoing connection by firewall rules. Please check with them. It's not a plugin issue but a serverside firewall/security issue :)

For your info, the reason as to why the teamspeak viewer code you added does work is because that code uses a so-called iframe. The connection and such is handled by tsviewers.com servers, not your own webserver. The iframe acts as a mirror, showing you the information that is in fact located on the tsviewer website ;)

Also, it looks like you are still missing files.. You are missing the language files as well as the /e107_plugins/teamspeak3/ts3.php file. Missing the language file is causing the language reference LAN_TS3_TITLE and LAN_TS3_E_01

Try this:

Moc commented 10 years ago

@DarkBraes Hi there. Any luck getting this resolved with your webhosting provider?

DarkBraes commented 10 years ago

they say they will not unblock due to possible high traffic. Might have to host elsewhere, would need to be cheap though. Also weird with the site, is anonymous users can post without registering, even though I set the security group as members only can post. added profile picture also disappears, not sure if everything is related or not.

Moc commented 10 years ago

Hmm, that would be something to sort out yourself then... Can't really help you there.

Those other issues you mentioned are probably bugs in v2 of e107. You'll have to report those here: https://github.com/e107inc/e107/issues

Closing this issue as it's not a bug in the plugin.