MyBB Community Forums

Full Version: [Websocket] Miuna Shoutbox 9.0.0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2016-04-05, 10:24 AM)SmokeyBR Wrote: [ -> ]this is what i have if im missing other configuration please tell me, also if someone could confirm that it is in fact working i would apreciate

configuration is ok...
if you using paid host (not free), you can ask to your host if "curl" is enabled in your server or has some limitation (ex: limited only some domain etc). if curl not enabled, so you need ask to your host to enable curl.

(2016-04-06, 03:47 AM)jaydee9296 Wrote: [ -> ]why is it there is no display on shoutbox everytime I'll type an email address? Sad

http://community.mybb.com/thread-166773-...pid1211779
(2016-04-06, 04:30 AM)martec Wrote: [ -> ]
(2016-04-05, 10:24 AM)SmokeyBR Wrote: [ -> ]this is what i have if im missing other configuration please tell me, also if someone could confirm that it is in fact working i would apreciate

configuration is ok...
if you using paid host (not free), you can ask to your host if "curl" is enabled in your server or has some limitation (ex: limited only some domain etc). if curl not enabled, so you need ask to your host to enable curl. 
it is paid host and i will ask.
my forum is close for guests (can view forum only upon registration) would that make a difference as to why "show new thread" and "shout new post" not working ?
Is there anyway you could add a setting to allow us to be taken to the users profile if we click their name in the shoutbox?
Español:
E encontrado un bug, al dar click en el botón de configuración por segunda ocación para ajustar el volumen, las opciones de configuración me las muestra al final de la pagina y no en el medio de la pantalla como debería ser.

English:
I have found a bug, when i do click in the settings button for second time to adjust the volume, the settings options are showing at the end of the page and not in the middle of the screen as it should be.

Click 1:
[attachment=36055]

Click 2:
[attachment=36056]

Click 3:
[attachment=36057]

Version: 8.0.0.

Traducción al español de la versión 8.0.0.

Spanish translation of the version 8.0.0.
@Sinaloense

about issue because you using mybb 1.8.6. This is modal bug of mybb not related with my plugin.
If you not want upgrade to mybb 1.8.7 fix of this here http://community.mybb.com/thread-183528-...pid1190429 in " About problem with modal in Mybb 1.8.6" part.
@martec I have strange problem.
Shouts disappear when you reload page. It looks like Miuna won't save it anymore.
I do not know why. I changed nothing.

And about that issue with private messages, it looks like this:

[Image: z0UHNnO.png]

[Image: sorJzhl.png]

[Image: tNDgE78.png]

So now I have two problems. But more important is that Miuna won't save shouts anymore.

I really changed nothing.
This is still your instalation on my board.


EDIT


[Image: LyZBO72.png]

I do not understand this.
@IdolwSzutrab7

open root/jscripts/miuna/shoutbox/miunashout.helper.js
find:
	if (parseInt(actavat)) {
		if (avatar.trim()) {
			usravatar = "<span class='msb_tvatar'><img src="+escapeHtml(avatar)+" /></span>";
		}
		else {
			usravatar = "<span class='msb_tvatar'><img src='"+imagepath+"/default_avatar.png' /></span>";
		}
	}

replace:

	if (parseInt(actavat)) {
		if (avatar) {
			if (avatar.trim()) {
				usravatar = "<span class='msb_tvatar'><img src="+escapeHtml(avatar)+" /></span>";
			}
			else {
				usravatar = "<span class='msb_tvatar'><img src='"+imagepath+"/default_avatar.png' /></span>";
			}
		}
		else {
			usravatar = "<span class='msb_tvatar'><img src='"+imagepath+"/default_avatar.png' /></span>";
		}
	}

after replaced clear cache of browser and if using cloudflare clear cache of cloudflare too https://support.cloudflare.com/hc/en-us/...-my-cache-
(2016-04-10, 02:10 AM)martec Wrote: [ -> ]@Sinaloense

about issue because you using mybb 1.8.6. This is modal bug of mybb not related with my plugin.
If you not want upgrade to mybb 1.8.7 fix of this here http://community.mybb.com/thread-183528-...pid1190429 in " About problem with modal in Mybb 1.8.6" part.

Thanks you. Blush
Hey! I'm a moderator on a decently sized website!

The only thing is that the Shoutbox has SO many vulnerabilities!

People can connect to the shoutbox with third party clients that they code themselves, usually in Python. This means banned users can still type in shoutbox.

Oh, and people can also bypass Shoutbox bans with this.

That means stuff like this...


[Image: 4670b84b7775b5cacfae9743e159daff.png]

I've even tried to run a shadow-ban command in Console. Nothing

Any chance you would be able to fix this? There's some more which can bypass the 3 second delay I'm pretty sure.
(2016-04-19, 01:46 PM)Sibez Wrote: [ -> ]Hey! I'm a moderator on a decently sized website!

The only thing is that the Shoutbox has SO many vulnerabilities!

People can connect to the shoutbox with third party clients that they code themselves, usually in Python. This means banned users can still type in shoutbox.

Oh, and people can also bypass Shoutbox bans with this.

That means stuff like this...


I've even tried to run a shadow-ban command in Console. Nothing

Any chance you would be able to fix this? There's some more which can bypass the 3 second delay I'm pretty sure.

because of user like Vanissery i not give more support to raidforums.
and i not know wich ban you saying? User banned of forum or in shoutbox?

if you saying about user banned of forum, so you need wait token expire, or use other value in setting.

if you saying about banned in shoutbox, i not know what causing this. Maybe user of your forum discovered your secret, in this case, you need setup again shoutbox and change secret with something more complicated secret. And please not say secret to no one.

And i not know what relation with you and raidforums, but i not give more support to raidforums because of Vanissery.