• Page 3 of 3
  • «
  • 1
  • 2
  • 3
uCoz Community » uCoz Modules » Site Users » User Account IP's
User Account IP's
TrueShadow
Posts: 10
Reputation: 0

Message # 31 | 1:40 PM
I only want a select group to be able to see. Thanks for tha info.
Nador
Posts: 1
Reputation: 0

Message # 32 | 9:05 PM
How do I hide the IP Address of Members?
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 33 | 4:06 AM
Nador, in what module are you wishing to hide the IP. If you are meaning in the profile page to remove it entirely find this in the design templates and remove it;

Code
<?if($MODER_PANEL$)?>
<div id="block7" class="udtb"><div class="udtlb">Registration IP:</div> <a href="http://www.ripe.net/perl/whois?$_IP_ADDRESS$" target="_blank">$_IP_ADDRESS$</a></div>
<?endif?>


Otherwise could you please specify what you are after. Hope this helps, happy

Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Natashko
Posts: 3366
Reputation: 171

Message # 34 | 8:29 AM
Nador,
Quote (Paradox)
How do I hide the IP Address of Members?

if you meant on Forum, go to CP->Design->Design management (templates)->Forum->Appearance of entries->Find:
Code
<?if($USER_IP$)?><div class="postip">[ <a class="postIpLink" href="http://www.ripe.net/perl/whois?$USER_IP$" target="_blank">$USER_IP$</a><?if($POST_COUNTRY_ID$)?> (<a href="javascript://" rel="nofollow" onclick='prompt("","$POST_COUNTRY$");return false;'>$POST_COUNTRY_ID$</a>)<?endif?> ]</div><?else?> <?endif?>

And put it inside this:
Code
<?if($CUR_GROUP_ID$ = 4)?>
and this:
Code
<?else?> <?endif?>

So it will look like this:
Code
<?if($CUR_GROUP_ID$ = 4)?>......CODE IS HERE.........<?else?> <?endif?>
AlexWains
Posts: 16
Reputation: 0

Message # 35 | 4:24 PM
Sunny, If i want to block someone then it means i need his/her IP too... so tell me where can i find every Members IP ??? cool

Added (2012-08-07, 10:24 AM)
---------------------------------------------
Paradox, If i want to block someone then it means i need his/her IP too... so tell me where can i find every Members IP ??? cool

I'm not so good in the case of websites, But i'm a Good Learner i can learn Very Fast...
Thanks for the help buddies

and that is my site [ King Wains Alex ]
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 36 | 8:18 AM
AlexWains, open Control Panel > Users > List of users. There you will find all users IP's listed. wink
Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
uCoz Community » uCoz Modules » Site Users » User Account IP's
  • Page 3 of 3
  • «
  • 1
  • 2
  • 3
Search: