View Full Version : ip address
shows up in modcp and i would like to disable this so no one can see ip address's includeing me..
can this be done ?
thanks
MrZeropage
08-19-2006, 07:54 AM
open /arcade/skins/skin_Arcade.php (or skin_v3Arcade.php if you are using this style) and search for<td align="center"><a href="./member.php?$session[sessionurl]&u={$score['mid']}">{$score['name']}</a> ({$score['ip']})</td>and replace it with<td align="center"><a href="./member.php?$session[sessionurl]&u={$score['mid']}">{$score['name']}</a></td>
thx MrZeropage,
allso had to drop down a bit and do the same in the comments section but all is sorted :cool:
thanks for the support
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.