kaynak anope.org bazı arkadaslar global siteyi takip etmıyorlar onun icin serviceslerinizi daha hos hale getırebılecek birkac module ve kurulumlarını yazmak istedım
anope-1.7.19
vhostserv
bir services bot olusturup istediginiz kanala atar bu kanalda
!vhost
Bu forumdaki linkleri ve resimleri görebilmek için en az 25 mesajınız olması gerekir.
!hs on
seklınde fantasy komutları kullanarak hostserv kullanılabiliyor
modulede botun nickini girecegi kanalı editleyebilirsiniz
cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
cd ..
cd ..
make
make install
fantasy_ext
- complete and extended !help and !cmdlist
- !clear
- !xop (sop/aop/hop/vop)
- !access & !levels
- !akick
- !badwords
- !set (Combines both ChanServ and BotServ settings)
- !bkick (Modified BotServ kick settings)
- !topic & !appendtopic
- !staff & !admins
- !up / !down
- !ban, !mute/!unmute
- !kb (With extended capabilities)
- !tb and !tkb
And for Opers Only:
- !kill
- !akill
- !ignore
fantasy komutlarını aktif hale getirir
tar.gz icerisinde dil dosyası var onu editleyerek kullanabılırsınız
cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
tar zvxf
bs_fantasy_ext-1.1.12.tar.gz
cd ..
cd ..
make
make install
os access
adminlere services kullanım haklarını daha ayrıntılı ayarlayabilmek icin access systemın os versionu
cd
cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
tar zxvf
os_access_levels.tar.gz cd .. cd .. make make install
# Levels are:
# 1 = IRCops 2 = Service Opers, 3 = Service Admins, 4 = Service Roots, 5 = Disabled
#GlobalAccess 1
#StatsAccess 1
#StaffAccess 1
#ModeAccess 2
#KickAccess 2
#ClearModesAccess 3
#AkillAccess 3
#SGlineAccess 3
#SQlineAccess 3
#SZlineAccess 3
#ChanListAccess 1
#UserListAccess 1
#LogonNewsAccess 3
#RandomNewsAccess 3
#OperNewsAccess 4
#ReloadAccess 4
#RestartAccess 4
#ModLoadAccess 4
#ModUnLoadAccess 4
#ModInfoAccess 1
#ModListAccess 1
#QuitAccess 4
#ShutDownAccess 4
#DefConAccess 3
#ChanKillAccess 3
#OperAccess 3
#AdminAccess 4
#SessionAccess 3
#ExceptionAccess 3
#NoopAccess 4
#JupeAccess 2
#IgnoreAccess 3
#SetAccess 4
#UpdateAccess 4
cs_count
/msg ChanServ HELP COUNT
/msg ChanServ COUNT
#channel
-ChanServ- *** Count for #muhabbet ***
-
-ChanServ- Auto-voice : 0
-
-ChanServ- Half-operator : 0
-
-ChanServ- Auto-operator : 0
-
-ChanServ- Super-operator : 0
-
-ChanServ- Total : 0
-
-ChanServ- ***********************
-
-ChanServ- Badwords list : 0
-
-ChanServ- Auto-kick list : 0
-
-ChanServ- Current users : 2
-
-ChanServ- ***********************
cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
cd ..
cd ..
make
make install
ns_ajoin cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
cd ..
cd ..
make
make install
***services.conf ta ns moduleleri listesine eklerseniz identify komutu calısmıyor***
ns noticeunregistered cd anope-1.7.19
cd src/modules
wget
[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
pico ns_
noticeunregistered.c burda ns nin yazacagı mesajı editliyoruz
|
Alıntı: |
#define UNREG_CONNECT_NOTICE1 "Nickiniz Sunucumuza Kayitli Degildir."
#define UNREG_CONNECT_NOTICE2 "Nickinizi Guvenle kullanabilmeniz icin lutfen kayit islemini yapiniz"
#define UNREG_CONNECT_NOTICE3 "Kayıt ve NickServ Hakkinda Bilgi Alabilmek icin: \002/NickServ HELP\002 ve"
#define UNREG_CONNECT_NOTICE4 "\002/NickServ HELP REGISTER\002 komutlarını kullanabilirsiniz."
//#define UNREG_CONNECT_NOTICE5 " --"
//#define UNREG_CONNECT_NOTICE6 " --"
//#define UNREG_CONNECT_NOTICE7 " Daha Ayrintili Bilgi icin"
//#define UNREG_CONNECT_NOTICE8 " #help"
//#define UNREG_CONNECT_NOTICE9 " kanalinda sunucu gorevlilerinden"
//#define UNREG_CONNECT_NOTICE10 " yardim alabilirsiniz" |
cd ..
cd ..
make
make install
***bu module serviceslerin bir sure sonra dusmesıne neden oluyor***
hs autohost identify edilen nicklere oto host [Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
|
Alıntı: |
// This is the host that will be set after the user's display name.
// Default entry will set hosts to [groupowner].users.elitistfaction.net
#define NETHOST "users.elitistfaction.net"
// This is the message that will be sent to clients upon setting the vhost.
// Comment this line out to run silently.
#define MESSAGE "Your vhost has automatically been set to %s.%s"
|
burada gereklı duzenlemeyı yapabılırsınız