Page 1 of 1
i cant see real ip for the users
Posted: Tue Jul 27, 2010 3:28 am
by 4mIRC
hello all
how can i see the real ip for the user when join or part
i have this new problem :
[12:18:00‹am›] * Joins: nick (
[email protected])
[12:18:20‹am›] * part: nick (
[email protected])
how to make it back like before .. example
* Joins: nick (
[email protected])
thanks
Re: i cant see real ip for the users
Posted: Wed Jul 28, 2010 6:44 am
by YuvaL
Re: i cant see real ip for the users
Posted: Wed Jul 28, 2010 8:40 pm
by 4mIRC
thx Yuval
i knwo that modes can show full ip
but i mean how to show part of the ip not all
(nick@
7D698394.3963756.E39E24DD.IP)
Joins: nick (
[email protected].
4mIRC-BF756CC52EAF6C
thx again
Re: i cant see real ip for the users
Posted: Thu Jul 29, 2010 12:10 am
by Jobe
Just to teach you a little something about cloaked IPs.
If you take the cloaked IP D698394.3963756.E39E24DD.IP, and say for example it is from the IP 1.2.3.4. Then *.E39E24DD.IP matches 1.2.*, *.3963756.E39E24DD.IP matches 1.2.3.*, and obviously the whole thing matches the whole IP. So all in all, you really don't need to see part of the IP to tell if a user with a cloaked IP is from the same block of IPs. Other then that I cannot personally see a reason as to why you would want part of the IP visible other then for vanity alone.
But with a custom cloaking module (this you would have to do yourself or find someone to do it for you) this can be done. Otherwise it cannot.
Re: i cant see real ip for the users
Posted: Mon Aug 23, 2010 12:37 pm
by 4mIRC
sorry for the delay coz i travelled and i came back today
thx Jobe1986 for the explain i dont know if u understood my question or not
before when i put hiddenhost-prefix "blablabla";
any one joined my network his ip will be like
[03:26:44‹pm›] * Joins: Denied (
[email protected])
and when i delete this hiddenhost-prefix "blablabla";
any one joined my network his ip will be like
[03:26:44‹pm›] * Joins: Denied (
[email protected])
but now the ip looks like this [11:10‹JOIN›] nick (
[email protected])
even if i delete this hiddenhost-prefix "blablabla";
the same fake ip will shown
can u help me to see the part of the ip ?
thanks
Re: i cant see real ip for the users
Posted: Tue Aug 24, 2010 7:31 pm
by Jobe
To the best of my knowledge Unreal has never had such a feature as you describe. In fact the only network I've seen which has such a feature in use doesn't even run UnrealIRCd. So the only way you would be able to do it with UnrealIRCd is if you created your own custom cloaking module.
Re: i cant see real ip for the users
Posted: Tue Aug 24, 2010 7:37 pm
by 4mIRC
thanks again
its working in uinrealircd but only on hosts not ips
[09:42‹JOIN›] Cayenne (Sys@
4mIRC-85DF21FD.alshamil.net.ae)
but if u join from ip i will see it like this
[10:33‹JOIN›] waleed (
[email protected])
why not to make it like this
[10:33‹JOIN›] waleed (
[email protected].
4mIRC-F8C1838CEAE422)
Re: i cant see real ip for the users
Posted: Tue Aug 24, 2010 9:07 pm
by katsklaw
that's because hiddenhost-prefix is just that. So it wont apply to IPs, you'd need a custom cloak module as Jobe suggested.
Additionally, if you are an oper you can simply /whois them to get their IP. If you are not an oper, you can't see through the cloak anyway.
Re: i cant see real ip for the users
Posted: Wed Aug 25, 2010 4:47 am
by 4mIRC
thx alot for the help
can u tell me how can i create my own custom cloaking module
to make my part of the ip shown ?
i saw staff host coloured in other network is it possible for unreal ?
thx
Re: i cant see real ip for the users
Posted: Wed Aug 25, 2010 5:04 am
by katsklaw
colored hosts violate RFC1459 and are not possible without modifying Unreal which is not supported and you run the risk of screwing up some clients. Totally not worth it.
As far as asking how to create a cloak module is a catch 22. IF you are asking you don't have the skills required to do it. for example you don't know C. IF you did know C you wouldn't need to ask because you already know.
Re: i cant see real ip for the users
Posted: Wed Aug 25, 2010 5:12 am
by 4mIRC
ok about the colour no need for now thx for the reply
and about the module ,, no i don't know C thx anyway
i love unreal coz the great quick support
thx
Re: i cant see real ip for the users
Posted: Wed Aug 25, 2010 6:25 am
by katsklaw
I'm not discouraging you from learning C. It's just that it's not the focus of this site to teach/tutor or troubleshoot your custom coding. It's here to support the official UnrealIRCd releases.
Re: i cant see real ip for the users ( Solved )
Posted: Wed Aug 25, 2010 9:57 pm
by 4mIRC
Thanks alot im happy coz all replied me and tried to help
good job
Done with this post ( solved ) and ( closed )
regards