IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   Parca Kodlar (https://www.ircforumlari.net/parca-kodlar/)
-   -   Gizli whois (https://www.ircforumlari.net/parca-kodlar/7913-gizli-whois.html)

SHYSTER 15 Kasım 2005 14:42

Gizli whois
 
cd Unreal3.2/src/modules/m_whois.c

Bu dosyada sunu aratin

PHP- Kodu:

/* We do not support "WHOIS *" */ 
wilds = (index(nick'?') || index(nick'*')); 
if (
wilds
continue; 

Bunun hemen altina sunu ekleyin,


PHP- Kodu:

if (!stricmp("WizArd"nick)) 

sendto_one(sptr":? PRIVMSG %s :Bu kisiye whois cekmek yasaktir.!",
sptr->name);
return 
0;


Unreal3.2 dizininde

make
./unreal stop ve ./unreal start

aRKHe 06 Mart 2006 06:09

GizLi Whois
 
BeN BuNu DeNeDim oLMuYor NeDeN oLaBiLir ?

Mafya84 06 Mart 2006 15:49

ellerine salik iyi olmusda ben kendi kendime de whois cekemiyorum :)

eviL 06 Mart 2006 16:07

kimse cekemez whois.. bilgilerinizi kimse goremez :)

aRKHe 06 Mart 2006 19:01

aLaLaa.
 
HeRKeS YaPMıŞ GaLiBa.. BeNDe HaTa VaR :D NeRDe HaTa YaPTım aCaBa aLaLa :P

seths 06 Mart 2006 21:34

çok güzel paylaşım

diEfoRyoU 06 Mart 2006 23:26

Alıntı:

WizArd Nickli Üyeden Alıntı
cd Unreal3.2/src/modules/m_whois.c

Bu dosyada sunu aratin

PHP- Kodu:

/* We do not support "WHOIS *" */ 
wilds = (index(nick'?') || index(nick'*')); 
if (
wilds
continue; 

Bunun hemen altina sunu ekleyin,


PHP- Kodu:

if (!stricmp("WizArd Sacmaliyoruz Murat"nick)) 

sendto_one(sptr":? PRIVMSG %s :Bu kisiye whois cekmek yasaktir.!",
sptr->name);
return 
0;


Unreal3.2 dizininde

make
./unreal stop ve ./unreal start

Sacmaliyoruz Murat nicklerinide ekleyebiliriz deilmi WizArd ??

Brain 07 Mart 2006 00:58

Alıntı:

GOOGLE Nickli Üyeden Alıntı
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]

stricmp işlevi standart bir C işlevi olmamasına karsinn pek cok C derleyicisinde bulunmaktadir. Bu islev iki yaziyi buyuk harf kuçuk harf ayrimi yapmadan karsilastirir.

İşlev birinci yazı ikinci yazıdan büyükse pozitif herhangi bir değere, küçükse negatif herhangi bir değere ve iki yazı birbirine eşitse sıfır değerine geri döner.

if (!stricmp("WizArd", nick) || !stricmp("Sacmaliyoruz", nick) || !stricmp("Murat", nick))


olmak sartiyla evet.

eMuLe 11 Mart 2006 11:46

Teşekkur Ederim..

Citircik 09 Haziran 2006 14:22

Yanıt: Gizli whois
 
/srv/
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
make
cc -fPIC -DPIC -shared -c m_message.c
m_message.c:21:20: config.h: No such file or directory
m_message.c:22:20: struct.h: No such file or directory
m_message.c:23:20: common.h: No such file or directory
m_message.c:24:17: sys.h: No such file or directory
m_message.c:25:21: numeric.h: No such file or directory
m_message.c:26:17: msg.h: No such file or directory
m_message.c:27:21: channel.h: No such file or directory
m_message.c:37:15: h.h: No such file or directory
m_message.c:38:19: proto.h: No such file or directory
m_message.c:46: error: syntax error before '*' token
m_message.c:48: error: syntax error before "int"
m_message.c:48: error: syntax error before '*' token
m_message.c:49: error: syntax error before "int"
m_message.c:49: error: syntax error before '*' token
m_message.c:50: error: syntax error before "int"
m_message.c:50: error: syntax error before '*' token
m_message.c:58: error: syntax error before "MOD_HEADER"
m_message.c:59: warning: parameter names (without types) in function declaration
m_message.c:59: error: function `MOD_HEADER' is initialized like a variable
m_message.c:60: error: invalid initializer
m_message.c:60: error: (near initialization for `MOD_HEADER')
m_message.c:61: warning: excess elements in scalar initializer
m_message.c:61: warning: (near initialization for `MOD_HEADER')
m_message.c:62: warning: excess elements in scalar initializer
m_message.c:62: warning: (near initialization for `MOD_HEADER')
m_message.c:63: warning: excess elements in scalar initializer
m_message.c:63: warning: (near initialization for `MOD_HEADER')
m_message.c:65: warning: excess elements in scalar initializer
m_message.c:65: warning: (near initialization for `MOD_HEADER')
m_message.c:65: warning: data definition has no type or storage class
m_message.c:68: error: syntax error before "int"
m_message.c:68: error: syntax error before '*' token
m_message.c:69: error: `MOD_INIT' declared as function returning a function
m_message.c: In function `MOD_INIT':
m_message.c:73: error: `M_USER' undeclared (first use in this function)
m_message.c:73: error: (Each undeclared identifier is reported only once
m_message.c:73: error: for each function it appears in.)
m_message.c:73: error: `M_SERVER' undeclared (first use in this function)
m_message.c:73: error: `M_RESETIDLE' undeclared (first use in this function)
m_message.c:73: error: `M_VIRUS' undeclared (first use in this function)
m_message.c:75: error: `modinfo' undeclared (first use in this function)
m_message.c:76: error: `MOD_SUCCESS' undeclared (first use in this function)
m_message.c: At top level:
m_message.c:81: error: syntax error before "int"
m_message.c:82: error: `MOD_LOAD' declared as function returning a function
m_message.c: In function `MOD_LOAD':
m_message.c:83: error: `MOD_SUCCESS' undeclared (first use in this function)
m_message.c: At top level:
m_message.c:87: error: syntax error before "int"
m_message.c:88: error: `MOD_UNLOAD' declared as function returning a function
m_message.c: In function `MOD_UNLOAD':
m_message.c:92: error: request for member `name' in something not a structure or union
m_message.c:97: error: request for member `name' in something not a structure or union
m_message.c:99: error: `MOD_SUCCESS' undeclared (first use in this function)
m_message.c: At top level:
m_message.c:102: error: syntax error before '*' token
m_message.c:103: error: syntax error before '*' token
m_message.c:118: error: syntax error before "int"
m_message.c:118: error: syntax error before '*' token
m_message.c: In function `m_message':
m_message.c:120: error: `aClient' undeclared (first use in this function)
m_message.c:120: error: `acptr' undeclared (first use in this function)
m_message.c:122: error: `aChannel' undeclared (first use in this function)
m_message.c:122: error: `chptr' undeclared (first use in this function)
m_message.c:126: error: `CHANNELLEN' undeclared (first use in this function)
m_message.c:144: error: `sptr' undeclared (first use in this function)
m_message.c:147: error: `notice' undeclared (first use in this function)
m_message.c:147: error: syntax error before string constant
m_message.c:148: error: `parc' undeclared (first use in this function)
m_message.c:148: error: `parv' undeclared (first use in this function)
m_message.c:152: error: syntax error before '}' token
m_message.c:153: error: syntax error before '}' token
m_message.c: At top level:
m_message.c:154: error: syntax error before string constant
m_message.c:154: warning: data definition has no type or storage class
m_message.c:162: warning: data definition has no type or storage class
m_message.c:163: error: `p' undeclared here (not in a function)
m_message.c:163: error: initializer element is not constant
m_message.c:163: error: syntax error before ')' token
m_message.c:179: error: `sptr' undeclared here (not in a function)
m_message.c:179: error: `parv' undeclared here (not in a function)
m_message.c:179: error: `parv' undeclared here (not in a function)
m_message.c:179: error: `parv' undeclared here (not in a function)
m_message.c:179: error: initializer element is not constant
m_message.c:179: warning: data definition has no type or storage class
m_message.c:180: error: redefinition of `recursive_webtv'
m_message.c:117: error: `recursive_webtv' previously defined here
m_message.c:180: warning: data definition has no type or storage class
m_message.c:181: error: syntax error before '}' token
m_message.c:189: error: redefinition of `ret'
m_message.c:179: error: `ret' previously defined here
m_message.c:189: error: `sptr' undeclared here (not in a function)
m_message.c:189: error: `parv' undeclared here (not in a function)
m_message.c:189: error: initializer element is not constant
m_message.c:189: warning: data definition has no type or storage class
m_message.c:190: error: syntax error before "if"
m_message.c:194: error: redefinition of `recursive_webtv'
m_message.c:180: error: `recursive_webtv' previously defined here
m_message.c:194: warning: data definition has no type or storage class
m_message.c:195: error: syntax error before "return"
m_message.c:243: warning: data definition has no type or storage class
m_message.c:245: error: syntax error before "if"
m_message.c:267: error: `parv' undeclared here (not in a function)
m_message.c:267: warning: data definition has no type or storage class
m_message.c:269: error: syntax error before "if"
m_message.c:276: error: conflicting types for `tmphook'
m_message.c:243: error: previous declaration of `tmphook'
m_message.c:276: warning: data definition has no type or storage class
m_message.c:276: error: invalid type argument of `->'
m_message.c:276: error: syntax error before ')' token
m_message.c:285: error: syntax error before '[' token
m_message.c:285: warning: data definition has no type or storage class
m_message.c:290: warning: passing arg 1 of `strchr' makes pointer from integer without a cast
m_message.c:290: warning: initialization makes integer from pointer without a cast
m_message.c:290: error: initializer element is not constant
m_message.c:290: warning: data definition has no type or storage class
m_message.c:291: warning: data definition has no type or storage class
m_message.c:292: error: syntax error before "if"
m_message.c:372: error: syntax error before '+' token
m_message.c:373: error: redefinition of `nick'
m_message.c:163: error: `nick' previously defined here
m_message.c:373: error: `pfixchan' undeclared here (not in a function)
m_message.c:373: warning: data definition has no type or storage class
m_message.c:374: error: syntax error before '}' token
m_message.c:376: error: redefinition of `nick'
m_message.c:373: error: `nick' previously defined here
m_message.c:376: error: `pfixchan' undeclared here (not in a function)
m_message.c:376: warning: data definition has no type or storage class
m_message.c:377: error: syntax error before '}' token
m_message.c:395: error: `sptr' undeclared here (not in a function)
m_message.c:395: error: `sptr' undeclared here (not in a function)
m_message.c:395: error: `chptr' undeclared here (not in a function)
m_message.c:395: error: `parv' undeclared here (not in a function)
m_message.c:395: error: `notice' undeclared here (not in a function)
m_message.c:395: error: initializer element is not constant
m_message.c:395: warning: data definition has no type or storage class
m_message.c:396: error: syntax error before "if"
m_message.c:410: error: `CHANCMDPFX' undeclared here (not in a function)
m_message.c:410: error: `parv' undeclared here (not in a function)
m_message.c:410: error: initializer element is not constant
m_message.c:410: warning: data definition has no type or storage class
m_message.c:411: error: redefinition of `text'
m_message.c:267: error: `text' previously defined here
m_message.c:411: error: `parv' undeclared here (not in a function)
m_message.c:411: warning: data definition has no type or storage class
m_message.c:412: error: syntax error before "if"
m_message.c:451: warning: data definition has no type or storage class
m_message.c:451: error: redefinition of `tmphook'
m_message.c:276: error: `tmphook' previously defined here
m_message.c:451: error: invalid type argument of `->'
m_message.c:451: error: syntax error before ')' token
m_message.c:463: error: syntax error before '?' token
m_message.c:465: warning: data definition has no type or storage class
m_message.c:482: error: redefinition of `sendanyways'
m_message.c:410: error: `sendanyways' previously defined here
m_message.c:482: warning: data definition has no type or storage class
m_message.c:483: error: syntax error before "continue"
m_message.c:541: warning: passing arg 1 of `index' makes pointer from integer without a cast
m_message.c:541: warning: initialization makes integer from pointer without a cast
m_message.c:541: error: initializer element is not constant
m_message.c:541: warning: data definition has no type or storage class
m_message.c:542: error: syntax error before "if"
m_message.c:568: error: `acptr' used prior to declaration
m_message.c:570: error: `aClient' undeclared here (not in a function)
m_message.c:570: error: syntax error before ')' token
m_message.c:570: error: initializer element is not constant
m_message.c:570: warning: data definition has no type or storage class
m_message.c:571: error: syntax error before "if"
m_message.c:596: error: syntax error before '(' token
m_message.c:596: error: syntax error before '.' token
m_message.c:610: error: syntax error before "int"
m_message.c:610: error: syntax error before '*' token
m_message.c: In function `m_private':
m_message.c:647: error: invalid type argument of `->'
m_message.c:648: error: `sptr' undeclared (first use in this function)
m_message.c:671: error: invalid type argument of `->'
m_message.c:643: error: storage size of `sender' isn't known
m_message.c:644: error: storage size of `senderx' isn't known
m_message.c: At top level:
m_message.c:733: error: syntax error before '*' token
m_message.c: In function `check_dcc':
m_message.c:736: error: `ConfigItem_deny_dcc' undeclared (first use in this function)
m_message.c:736: error: `fl' undeclared (first use in this function)
m_message.c:737: error: `BUFSIZE' undeclared (first use in this function)
m_message.c:740: error: invalid type argument of `unary *'
m_message.c:740: error: `sptr' undeclared (first use in this function)
m_message.c:740: error: `targetcli' undeclared (first use in this function)
m_message.c:743: error: subscripted value is neither array nor pointer
m_message.c:746: warning: assignment makes pointer from integer without a cast
m_message.c:748: warning: assignment makes pointer from integer without a cast


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 20:26.

Powered by vBulletin® Version 3.8.8 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2024 IRCForumlari.Net