Türkiye'nin IRCd ve LaMeR Forumu Sitesi
Tags
Author: Admin - Replies: 0 - Views: 4942
Istenmeyen Nicklere B L O C K !
Istenmeyen Nicklere B L O C K !

Kullanımı : /ksc

İşlev : Bellirlediğimiz ; nick - ident - host 'lar ; yazı yazıldığında ve list'e ekli ise , @Engel Penceresine yansıtacaktır. Kanal + Özel Konuşma birleştirildi.


[code]alias ksc { /dialog -m ı-dncr ı-dncr }
dialog ı-dncr {
  title "KSC system "
  size -1 -1 467 274
  option pixels
  box "", 11, 19 13 430 256
  text "KSC System", 1, 136 3 167 20
  edit "", 3, 125 37 186 20, center
  button "Engel Nick liste ekle", 8,
Author: Admin - Replies: 0 - Views: 8268
IRC Unreal ident/username sabitleme FULLNAME SABİTLEME Unreal3.2.x/Src/s_users.c
IRC Unreal ident/username sabitleme

FULLNAME SABİTLEME

Unreal3.2.x/Src/s_users.c

dosyasına giriyoruz

Kod:

IRCstats.clients++;

Satırını Bulup
Hemen Altına

Kod:

strcpy(sptr->info,”Bizim Serverimiz Burasi“);

kodunu ekliyoruz
Sonra değişiklikleri kaydedip çıkıyoruz
Serveri Kapatıp açtıktan sonra Bütün Username’lar Sabit Kalacaktır

IDENT SABITLEME

cd Unreal3.2.3
cd src/
pico s_user.c

ident sabitleme
asagıdakı gıbı
Author: SatO - Replies: 0 - Views: 2487
Juno.c Arayanlara
[php]char about[] = "juno.c by Darkcode of DALnet\n";

/*
for best results, compile with:
gcc -O2 juno.c -o juno

thanks to bleach for releasing this for me, I'm too lazy to do it myself

P.S I'd just like to send out a big "get out of the closet" to malkman,
for making useless mods to this source that actually make it *less*
effective. Get a life man.
*/

#include <stdio.h>
#include <netinet/in.h>
#include <netdb.h>
#include <sys/time.h>
#include <sys/types.h>