MyBB Hacks

Full Version: Hide super admin IP. Zinga burga need help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I found this post by you zinga,

Code:
<if !is_super_admin($user['uid']) then>{$user_ip}</if>


to hide the admin IP from online users from mods, but how to hide it from postbit, modcp and profile?

I tried this way, but it doesn't work, it works only for online users.

(07-05-2018 07:17 AM)codedude Wrote: [ -> ]postbit

Code:
$post['uid']


(07-05-2018 07:17 AM)codedude Wrote: [ -> ]modcp
For the 5 Latest Moderator Actions

Code:
$logitem['uid']


(07-05-2018 07:17 AM)codedude Wrote: [ -> ]profile

Code:
$memprofile['uid']

Hey RateU,
This works perfectly! Thank you/


Which one would be for 'users posting with same ip'? (I think it should be in modcp_ipsearch_result)
Reference URL's