i cant see real ip for the users

These are old archives. They are kept for historic purposes only.
Post Reply
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

i cant see real ip for the users

Post 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
YuvaL
Posts: 14
Joined: Sun May 16, 2010 1:41 am

Re: i cant see real ip for the users

Post by YuvaL »

Code: Select all

	modes-on-connect  "+ixw";
remove "x" mode
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: i cant see real ip for the users

Post 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.
Your IP: Image
Your Country: Image
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users

Post 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
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: i cant see real ip for the users

Post 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.
Your IP: Image
Your Country: Image
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users

Post 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)
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: i cant see real ip for the users

Post 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.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: i cant see real ip for the users

Post 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.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users

Post 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
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: i cant see real ip for the users

Post 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.
4mIRC
Posts: 63
Joined: Sat Mar 13, 2010 8:24 pm

Re: i cant see real ip for the users ( Solved )

Post by 4mIRC »

Thanks alot im happy coz all replied me and tried to help

good job

Done with this post ( solved ) and ( closed )

regards
Post Reply