MyBB Community Forums

Full Version: I seem to be the only one affected
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am on a social forum that allows for statuses, sometime back in March of this year I started getting this message 

https://gyazo.com/cb2668ae9c476bdb6cc6c1653beda7ab

whenever I try to post a status. Now I reported this 9 months ago, and gave monthly "nothing has changed updates" but the forum admins said that they can't find any resolution nor support for this problem--essentially I'm SOL. I seem to be the only one affected by this problem. We have tried to change my account (like I made a new one and they merged my info) I have NO idea what else they have tried as they have not told me. It seems to be related to my IP because I can post statuses from a TOR browser or from my phone off WiFi. 

Is this something -I- can fix on my end? Or is this solely something they must fix? It's really annoying not to be able to participate in the most social aspect of a social website.
If the forum is using https://github.com/leefish/MyBB-Status-update/ (or a variation of it), changing lines:
https://github.com/leefish/MyBB-Status-u....php#L1336
https://github.com/leefish/MyBB-Status-u...te.php#L89
to:
"ipaddress" => $db->escape_binary($session->packedip),
might help.
(2017-12-01, 01:49 PM)Devilshakerz Wrote: [ -> ]If the forum is using https://github.com/leefish/MyBB-Status-update/ (or a variation of it), changing lines:
https://github.com/leefish/MyBB-Status-u....php#L1336
https://github.com/leefish/MyBB-Status-u...te.php#L89
to:
"ipaddress" => $db->escape_binary($session->packedip),
might help.

Thank you, I spoke to staff about it and they said since we use a HOST that uses MYBB that they don't have access to change that line. :/