IRC Giriş Modulu için aşağıda size gereken bilgiler verilmiştir.
#include “config.h”
#include “struct.h”
#include “common.h”
#include “sys.h”
#include “numeric.h”
#include “msg.h”
#include “channel.h”
#include
#include
#include
#include
#include
#ifdef _WIN32
#include
#endif
#include
#include “h.h”
#ifdef _WIN32
#include “version.h”
#endif
static int m_giris(aClient *, aChannel *);
int ibo = 0;
ModuleHeader MOD_HEADER(m_giris)
= {
“m_giris”,
“Kullanici Baglanti bilgileri. (toXic)”,
“Kullanici Baglanti bilgileri. (toXic)”,
“3.2-b8-1”,
NULL
};
DLLFUNC int MOD_INIT(m_m_giris)(ModuleInfo *modinfo)
{
HookAddEx(modinfo->handle, HOOKTYPE_LOCAL_CONNECT, m_giris);
return MOD_SUCCESS;
}
DLLFUNC int MOD_LOAD(m_m_giris)(int module_load)
{
return MOD_SUCCESS;
}
DLLFUNC int MOD_UNLOAD(m_m_giris)(int module_unload)
{
return MOD_SUCCESS;
}
static int m_giris(aClient *sptr, aChannel *chptr) {
sendto_one(sptr, “:INFO PRIVMSG %s Merhaba \2%s\2”, sptr->name, sptr->name);
ibo++;
sendto_one(sptr, “:INFO PRIVMSG %s Sunucuya giren \2%d\2 . Kisisiniz.”, sptr->name, ibo);
sendto_one(sptr, “:INFO PRIVMSG %s Baglanti bilgileriniz Assagidaki gibidir.”, sptr->name);
sendto_one(sptr, “:INFO PRIVMSG %s \2”, sptr->name);
sendto_one(sptr, “:INFO PRIVMSG %s Nickiniz \2%s\2”, sptr->name, sptr->name);
sendto_one(sptr, “:INFO PRIVMSG %s IP Adresiniz, \2%s\2”, sptr->name, sptr->user->realhost);
sendto_one(sptr, “:INFO PRIVMSG %s IDENTINIZ \2 %s\2”, sptr->name, sptr->user->username);
sendto_one(sptr, “:INFO PRIVMSG %s Baglanti bilgilerinz, Tarih ve saat ile birlikte LOG Alinmistir.”, sptr->name);
sendto_one(sptr, “:INFO PRIVMSG %s \2”, sptr->name);
sendto_one(sptr, “:INFO PRIVMSG %s \2ERXTRA”, sptr->name);
#define OKU “giris.txt”
int i;
FILE *dosya;
char buf[BUFSIZE];
dosya = fopen(OKU, “r”);
if (dosya != NULL) {
while (fgets(buf, sizeof(buf), dosya)) {
buf[strlen(buf)-1] = 0;
sendto_one(sptr, “:INFO PRIVMSG %s :%s”, sptr->name, buf);
}
return 0;
}
}
giris.txt hazirlayip attiğinz takdirde kullanicilara o içeriği gösterecektir. Eklemeleri Alt alta yapin.
Örneğin;
Selam.
Hos Geldiniz.
Merhaba toXic
Sunucuya giren 2 . Kisisiniz.
Baglanti bilgileriniz Assagidaki gibidir.
Nickiniz toXic
IP Adresiniz, 78.187.210.137
IDENTINIZ .
Baglanti bilgilerinz, Tarih ve saat ile birlikte LOG Alinmistir.
EXTRA
Selam.
Hos Geldiniz.
IRC Girişi bilgi MODULU - Yorumlar
Yapılan Yorumlar
BENZER İÇERİKLERİlginizi çekebilecek diğer içerikler
Irc Oper Komutlarının Bir Tanesinde Kısaltma 19 Şubat 2011
irc ban parametrelerinin kullanımı 17 Ocak 2011
irc invex komutu 17 Ocak 2011
irc notify kullanımı 17 Ocak 2011
SOSYAL MEDYADA BİZSitemizin sosyal medya hesapları
ÖNE ÇIKAN KATEGORİLER
FACEBOOK'TA BİZ
Hoşgeldiniz
kelebek.gen.tr – kelebek mirc - Tüm Hakları Saklıdır