lookjapan.COM - IRC ve mIRC dünyasının forumu!

lookjapan.COM - IRC ve mIRC dünyasının forumu! (http://www.lookjapan.com/index.php)
-   Unreal - Parça Kodlar (http://www.lookjapan.com/forumdisplay.php?f=62)
-   -   Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme. (http://www.lookjapan.com/showthread.php?t=1443)

Entrance 22 Mart 2015 10:41

Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme.
 
Merhabalar,

Ön açıklama!

Client connecting on port(GIRIS) ve Client exiting:(CIKIS)bu çıktılar sizlere yabancı gelmiyordur umarım..)

OPER olan bir kişinin statüs ekranın da giriş, ve çıkış, olduğun da bu çıktılar oluşmaktadır. Bir kaç örnekle konuyu hem zenginleştirelim hemde detaylı bir açıklama ile konumuzu pekiştirelim..)

Giriş olunca, orjinal çıktı bu şekilde oluyor.
Alıntı:

Notice -- Client connecting on port ¿: Entrance (-@1.1.1.1) [clients]
Editli halinde giriş olunca,
Alıntı:

Notice -- Client connecting on port ¿: E (-@1.1.1.1) (Always, look on the bright side of life.) [clients]
Klasör: -> Unreal3.2*/src/
Dosya: -> (send.c)

BULUN,
Kod:

"*** Notice -- Client connecting on port %d: %s (%s@%s)  [%s] %s%s%s",
            sptr->listener->port, nick, user->username, user->realhost,
            sptr->class ? sptr->class->name : "",

DEGISTIRIN,
Kod:

"*** Notice -- Client connecting on port %d: %s (%s@%s) (%s) [%s] %s%s%s",
            sptr->listener->port, nick, user->username, user->realhost, sptr->info,
            sptr->class ? sptr->class->name : "",

#################
BULUN,
Kod:

ircsprintf(connectd, "*** Notice -- Client exiting: %s (%s@%s) [%s]",
            nick, user->username, user->realhost, comment);

DEGISTIRIN,
Kod:

ircsprintf(connectd, "*** Notice -- Client exiting: %s (%s@%s) (%s) [%s]",
            nick, user->username, user->realhost, sptr->info, comment);

İlgili bölümde make ve ./unreal restart komutlarını uygulayın. Böylece artık giriş ve çıkış bilgilerinde Fullname, bilgilerini de görebileceksiniz.

İyi forumlar .. ^^

No_FeaR 22 Mart 2015 21:33

Cevap: Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme.
 
Abi Ellerine Sağlik Döktürmüşsün Yine... ^^

Entrance 23 Mart 2015 21:25

Cevap: Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme.
 
Güle güle kullan kardeşim. ;P

mStf 13 Haziran 2018 18:31

Cevap: Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme.
 
Bu giriş ve Çıkışları belirtilen kanala alma şansımız var mıdır?

dEathLeSs 14 Haziran 2018 12:55

Cevap: Client connecting(GIRIS) ve Client exiting(CIKIS) mesajına fullname ekleme.
 
chansno modulunu kullanabilirsin..


All times are GMT +3. The time now is 05:43.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.