MyBB Community Forums

Full Version: Registration IP and Last IP are scrambled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Just did my upgrade and in the ACP the last IP and registration IP are all scrambled.

Display example:
lQmi

In the SQL database it says...
regip - varbinary(16) - UNHEX - lQmi

PHP and MySQL are both above the minimum requirements.

What can I do to fix this?
Just merged a fix into 1.8.1: https://github.com/Naththo/mybb/commit/8...d2ef1a81c2 You can modify that file (admin/modules/user/users.php) if you don't want to wait.
Thanks! That fixed it. I copied the raw code from Git, uploaded, applied and tested. Works like a charm!