Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Hiding IP

More
16 years 1 month ago #40289 by sozzled
Replied by sozzled on topic Re:Hiding IP
Who said anything about using "if ($is_administrator)" ? :S

I gave no guarantees that my idea would work - I said that I had not tested the code - I was only trying to help someone write their own solution. This is the hacks area, where nothing is guaranteed. :lol: As I also said, I can't see any benefit in changing the existing, quite satisfactory system. That's just my opinion, of course. :)

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #40291 by mildsilber
Replied by mildsilber on topic Re:Hiding IP
hello

$is_administrator was my experiment B) :laugh:

//Show admins the IP address of the user:
if ($uIsAdm)
{
$msg_ip = $fmessage->ip;
}

is not working on Kun 1.5.9

I'm a novice in PHP :S :silly:

K 2.0.1

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #40294 by sozzled
Replied by sozzled on topic Re:Hiding IP
I didn't say that my idea would work and OurIslamic, who asked the question, didn't say that he'd successfully solved the problem either. I haven't the need, nor the time, to investigate this thoroughly. Sorry. I'm sure someone will come along later with the correct answer.

BTW, hacking PHP code is not something novices should play with. You can get yourself into more trouble than Flash Gordon! ;)

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #40356 by xillibit
Replied by xillibit on topic Re:Hiding IP
mildsilber wrote:

hello

$is_administrator was my experiment B) :laugh:

//Show admins the IP address of the user:
if ($uIsAdm)
{
$msg_ip = $fmessage->ip;
}

is not working on Kun 1.5.9

I'm a novice in PHP :S :silly:

Or, you can just look was i have made in the past for this : www.kunena.com/forum/144-hacks-tricks-an.../34015-hide-ip#34024

I don't provide support by PM, because this can be useful for someone else.

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago - 15 years 9 months ago #49178 by kanna84
Replied by kanna84 on topic Re:Hiding IP
Is it possible to hide the ip address?
Last edit: 15 years 9 months ago by kanna84.

Please Log in or Create an account to join the conversation.

More
15 years 9 months ago #49179 by kanna84
Replied by kanna84 on topic Re:Hiding IP
Information is good.. But you can explain me that how to hide the ip address from others...? I checkout my ip address from here www.whoisxy.com/ @ free of costs... Also in here we can get the domain name process details...

Please Log in or Create an account to join the conversation.

Time to create page: 0.500 seconds