How to colour my server's Unreal when we logged in ?

These are old archives. They are kept for historic purposes only.
Locked
maxthedevil
Posts: 3
Joined: Sun Jan 25, 2009 1:32 pm

How to colour my server's Unreal when we logged in ?

Post by maxthedevil »

if normally we log in any server its fece is like these """

(03:04:15:PM) * Connecting to irc.bdmeet.com (6667)
-
(03:04:17:PM) -detroit.BDmeet.com- *** Looking up your hostname...
-
(03:04:17:PM) -detroit.BDmeet.com- *** Couldn't resolve your hostname; using your IP address instead
-
Welcome to the BDmeet IRC Network [email protected]
Your host is detroit.BDmeet.com, running version Unreal3.2.7
This server was created Wed Dec 24 2008 at 02:46:02 PST
-
detroit.BDmeet.com Unreal3.2.7 iowghraAsORTVSxNCWqBzvdHtGp lvhopsmntikrRcaqOALQbSeIKVfMCuzNTGj
-
CMDS=KNOCK,MAP,DCCALLOW,USERIP NAMESX SAFELIST HCN MAXCHANNELS=10 CHANLIMIT=#:10 MAXLIST=b:60,e:60,I:60 NICKLEN=30 CHANNELLEN=32 TOPICLEN=307 KICKLEN=307 AWAYLEN=307 MAXTARGETS=20 are supported by this server
WALLCHOPS WATCH=128 SILENCE=15 MODES=12 CHANTYPES=# PREFIX=(ohv)@%+ CHANMODES=beIqa,kfL,lj,psmntirRcOAQKVCuzNSMTG NETWORK=BDmeet CASEMAPPING=ascii EXTBAN=~,cqnr ELIST=MNUCT STATUSMSG=@%+ EXCEPTS are supported by this server
INVEX are supported by this server
-
There are 11 users and 37 invisible on 2 servers
11 operator(s) online
3 channels formed
I have 12 clients and 1 servers
-
Current Local Users: 12 Max: 34
Current Global Users: 48 Max: 58 """""



but i want to make these in coloured ..
so How should i make it in coloured like these ?? """"


(03:03:52:PM) -IRC.CafeBanglaChat.Com- 01[04CáfeßángláChát01]14 *** Looking up your hostname...
-
(03:03:52:PM) -IRC.CafeBanglaChat.Com- 01[04CáfeßángláChát01]14 *** Checking ident...
-
(03:03:53:PM) -IRC.CafeBanglaChat.Com- 01[04CáfeßángláChát01]14 *** Couldn't resolve your hostname; using your IP address instead
-
(03:04:09:PM) -IRC.CafeBanglaChat.Com- 01[04CáfeßángláChát01]14 *** No ident response; username prefixed with ~
-
(03:04:10:PM) [IRC VERSION]
-
1[04CáfeßángláChát01]:14 Welcome to the CafeBanglaChat IRC Network [email protected]
1[04CáfeßángláChát01]:14 Your host is IRC.CafeBanglaChat.Com, running version 04CáfeßángláChát-1.0 14[1bY ZaKiR14]
1[04CáfeßángláChát01]:14 This server was created Thu Oct 30 2008 at 15:25:10 PDT
-
1[04CáfeßángláChát01]:14 IRC.CafeBanglaChat.Com 04CáfeßángláChát-1.0
-
1[04CáfeßángláChát01]:14 are supported by this server
1[04CáfeßángláChát01]:14 are supported by this server
1[04CáfeßángláChát01]:14 are supported by this server
-
1[04CáfeßángláChát01]:14 There are01 40 14users and01 12 14invisible on01 2 14servers
1[04CáfeßángláChát01]:01 11 14operator(s) online
1[04CáfeßángláChát01]:01 5 14channels formed
1[04CáfeßángláChát01]:14 I have01 11 14clients and01 0 14servers
-
1[04CáfeßángláChát01]:14 Current Local Users:01 11 14Max:01 109
1[04CáfeßángláChát01]:14 Current Global Users:01 52 14Max:01 109 """"

can any one please help me ?? how i wil do these things ?? some one says that I ahv to config some file in Unreal3.2.x/src
i dont kno which file is that.. please help me ....
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: How to colour my server's Unreal when we logged in ?

Post by Casper »

This MAY can be done by editing the source code which overall is not supported.
Ex Network-Administrator
DragonRyder
Posts: 51
Joined: Tue Feb 21, 2006 5:02 am
Location: USA, OH
Contact:

Re: How to colour my server's Unreal when we logged in ?

Post by DragonRyder »

if your using mIRC -- go to Tools > Options > Mouse
on the right hand side you will see a box that says Status: with a box next to it.
enter this: /lusers | /map2
and click OK
now go to Tools > Scripts Editor...
the mIRC Scripts Editor box will popup
click File > New
enter this mIRC script into it:

Code: Select all

;********************;
; Map & Server Stats ;
; Coding By Liquid & RussleB
; Modified for your use
;********************;
alias map2 {
  echo -st 01[04CáfeßángláChát01]14 12================================================
  echo -st 01[04CáfeßángláChát01]14 15-=  $network Server Stats For $server  =-
  echo -st 01[04CáfeßángláChát01]14 12================================================
  .enable #map
  unset %server
  map
}
#map off
raw 6:*:{
  inc %server
  echo -st 01[04CáfeßángláChát01]14 10*** Server %server $+ 14: $2-
  halt
}
raw 7:*:{
  .disable #map
  echo -st 01[04CáfeßángláChát01]14 11*** End of /MAP
  echo -st 01[04CáfeßángláChát01]14 12================================================
  haltdef
}
#map end
raw 251:*:{
  echo -st 01[04CáfeßángláChát01]14 12================================================
  echo -st 01[04CáfeßángláChát01]14 10*** Current Connected Users14: $4
  echo -st 01[04CáfeßángláChát01]14 10*** Total Invisible Users14: $7
  echo -st 01[04CáfeßángláChát01]14 10*** Total Servers14: $10
  halt
}
raw 252:*:{   
  echo -st 01[04CáfeßángláChát01]14 10*** Total IRCops Connected14: $2
  halt
}
raw 253:*:{
  echo -st 01[04CáfeßángláChát01]14 10*** Total Unknown Connections14: $2
  halt
}
raw 254:*:{
  echo -st 01[04CáfeßángláChát01]14 10*** Total Channels Formed14: $2
  halt
}
raw 255:*:{
  echo -st 01[04CáfeßángláChát01]14 10*** Total Client Servers14: $7
  echo -st 01[04CáfeßángláChát01]14 12================================================
  halt
}
raw 265:*:{
  echo -st 01[04CáfeßángláChát01]14 10*** Total Local User(s)14: $5
  echo -st 01[04CáfeßángláChát01]14 10*** Max Local User(s)14: $7
  halt
}
raw 266:*:{
  echo -st 01[04CáfeßángláChát01]14 10*** Total Global User(s)14: $5
  echo -st 01[04CáfeßángláChát01]14 10*** Max Global User(s)14: $7
  echo -st 01[04CáfeßángláChát01]14 12================================================
  halt
}
#EOF
click File > Save As
and save it as CafeServerStats.mrc

click File > New
enter this mIRC script into it:

Code: Select all

on ^*:SNOTICE:*:{
  if ($2-5 == Looking up your hostname...) { echo -st 01[04CáfeßángláChát01]14 10 $+ $1- }
  elseif ($2-3 == Checking ident...) { echo -st 01[04CáfeßángláChát01]14 10 $+ $1- | haltdef }
  elseif ($2-4 == Found your hostname) { echo -st 01[04CáfeßángláChát01]14 10 $+ $1- | haltdef }
  elseif ($2-4 == Received identd response) { echo -st 01[04CáfeßángláChát01]14 10 $+ $1- | haltdef }
  elseif ($2-5 == You are connected to) { echo -st 01[04CáfeßángláChát01]14 10 $+ $1- | haltdef }
  elseif ($1 == OpenSSL) { echo -st 01[04CáfeßángláChát01]14 12Using15:10 $+ $1- | haltdef }
  elseif ($1 == zlib) { echo -st 01[04CáfeßángláChát01]14 12Using15:10 $+ $1- | haltdef }
  elseif ($gettok($1,1,47) == libcurl) && ($gettok($2,1,47) == OpenSSL) && ($gettok($3,1,47) == zlib) { echo -st 01[04CáfeßángláChát01]14 12Using15:10 $+ $1- | haltdef }
}

raw 351:*:{
  if (Unreal* iswm $2) {
    echo -st 01[04CáfeßángláChát01]14 12Version15:10 $2
    echo -st 01[04CáfeßángláChát01]14 12On Server15:10 $3
    haltdef
  }
}
raw 5:*:{
  if ($2 == CMDS=KNOCK,MAP,DCCALLOW,USERIP) {
    echo -st 01[04CáfeßángláChát01]14 07Supported By This Server:
    echo -st 01[04CáfeßángláChát01]14 12Commands15:10 Knock, Map, DccAllow, UserIP
    echo -st 01[04CáfeßángláChát01]14 12Max Channels15:10 $gettok($6,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Channel Limit15:10 $gettok($7,2,58)
    echo -st 01[04CáfeßángláChát01]14 12Max Channel Bans15:10 $remove($gettok($8,1,61),b:)
    echo -st 01[04CáfeßángláChát01]14 12Max Channel Exceptions15:10 $remove($gettok($8,2,44),e:)
    echo -st 01[04CáfeßángláChát01]14 12Max Channel Invites15:10 $remove($gettok($8,3,44),I:)
    echo -st 01[04CáfeßángláChát01]14 12Max Nick Length15:10 $gettok($9,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Max Channel Length15:10 $gettok($10,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Max Topic Length15:10 $gettok($11,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Max Kick Length15:10 $gettok($12,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Max Away Length15:10 $gettok($13,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Max Targets15:10 $gettok($14,2,61)
  }
  else  if ($2 == WALLCHOPS) {
    echo -st 01[04CáfeßángláChát01]14 12Using15:10 Wall Channel Ops
    echo -st 01[04CáfeßángláChát01]14 12Using Watch15:10 $gettok($3,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Silence15:10 $gettok($4,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Modes15:10 $gettok($5,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using ChanTypes15:10 $gettok($6,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Prefix15:10 $gettok($7,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using ChanModes15:10 $gettok($8,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Extended Bans15:10 $gettok($11,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Status Msg15:10 $gettok($13,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using Case Mapping15:10 $gettok($10,2,61)
    echo -st 01[04CáfeßángláChát01]14 12Using15:10 Excepts
  }
  else  if ($2 == INVEX) { echo -st 01[04CáfeßángláChát01]14 12Using15:10 Invex }
  haltdef
}
click File > Save As
and save it as CafeVersionStats.mrc

this should take care of what your after
btw - next time look for a mIRC scripting forum.
Casper
Posts: 338
Joined: Sun Jul 08, 2007 7:44 am
Location: The Netherlands

Re: How to colour my server's Unreal when we logged in ?

Post by Casper »

This will only work for mIRC. He wants to have it done by UnrealIRCd, not that all clients have to do this themselfs.
Ex Network-Administrator
maxthedevil
Posts: 3
Joined: Sun Jan 25, 2009 1:32 pm

Re: How to colour my server's Unreal when we logged in ?

Post by maxthedevil »

ya casper is right i want to change in source code a little modification.
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: How to colour my server's Unreal when we logged in ?

Post by Stealth »

Modifying the source is not supported and you will not get help here.

Modifying the source in such a way has a very high possibility of breaking Unreal or even the clients connecting to your server. You are entirely on your own if you wish to make these changes. If you don't know how to do this, then I suggest you don't do it at all.
Locked