MyBB Community Forums

Full Version: MyBB's IPs are all encoded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
All of my users on MyBB have encrypted IP's. How can I decrypt these IP's if I am working on a project for my moderators?
I think you surely can. Try to look here: http://php.net/manual/en/reserved.variables.server.php if nothing else helps.

Also, from what I've observed the IP's are visible, there is no reason for them to be encrypted. Even if they are, it's not too hard to "undo" it
They're not encrypted, they're stored as binary.

https://github.com/mybb/mybb/blob/330861....php#L7564