how can this????? i need help!!!!!!!!

These are old archives. They are kept for historic purposes only.
Post Reply
zombie23
Posts: 2
Joined: Sun Mar 01, 2009 1:11 pm
Location: peireus Greece

how can this????? i need help!!!!!!!!

Post by zombie23 »

How can i change the [clients] from the line bellow
Client connecting on port 7000: Guest02705 ([email protected]) [clients]

To say:
Client connecting on port 7000: Guest02705 ([email protected]) [java]


i tried to do this using allow and port listen

allow {
ip *@*;
hostname *!javauser@*;
class java;
password "saleas";
maxperip 2;
};


class java
{
pingfreq 90;
maxclients 500;
sendq 100000;
recvq 8000;
};

listen *:7000
{
options
{
java;
};
};



I Use The PJIRC Java Applet Version 2.2.2,And Im Using UnrealIRCd3.2.7.
Any idea could be thoughtful!!! Many Thanks :)
thanks
Network-Root Administrator
mircsupremes.com
Image
Image
Image
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: how can this????? i need help!!!!!!!!

Post by Casper »

I don't see why this would be necessary. Anyone can take 'javauser' as ident in for example mIRC and then I would also be marked as a Java webchat user.

However, you'll need to edit the source code which is not to be discussed of around here.
Ex Network-Administrator
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Re: how can this????? i need help!!!!!!!!

Post by Jobe »

Assuming the allow blocks are in the right order, the config pasted above should work.
Your IP: Image
Your Country: Image
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: how can this????? i need help!!!!!!!!

Post by zEkE »

Would I be correct in saying that as posted, the hostname shouldn't include the "*!" for nick, and that the IP of *@* should be nullified, as only the ip OR the hostname needs to match for an allow block to apply - so hostname *javauser@* and ip *@255.255.255.255 ?
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
zombie23
Posts: 2
Joined: Sun Mar 01, 2009 1:11 pm
Location: peireus Greece

Re: how can this????? i need help!!!!!!!!

Post by zombie23 »

zEkE wrote:Would I be correct in saying that as posted, the hostname shouldn't include the "*!" for nick, and that the IP of *@* should be nullified, as only the ip OR the hostname needs to match for an allow block to apply - so hostname *javauser@* and ip *@255.255.255.255 ?

so i should do it like this?

allow {
ip *@255.255.255.255;
hostname *javauser@*;
class java;
password "saleas";
maxperip 2;
};

i tried it like you said but it didn't worked!
Network-Root Administrator
mircsupremes.com
Image
Image
Image
Post Reply