Log in

View Full Version : ip address


hgb
08-18-2006, 09:18 PM
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]&amp;u={$score['mid']}">{$score['name']}</a> ({$score['ip']})</td>and replace it with<td align="center"><a href="./member.php?$session[sessionurl]&amp;u={$score['mid']}">{$score['name']}</a></td>

hgb
08-19-2006, 03:13 PM
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