![]() |
|
|||||||
| Eggdrop, NeoStats,BNC Sunucu botları kurulumları, ayarları, TCL ler v.b. |
![]() |
|
|
LinkBack | Seçenekler | Stil |
|
|
#1 (permalink) |
|
Giriş Tarihi: 30-06-2008
Yaş: 23
Mesajlar: 359
Ruh Hali:
İtibar Gücü: 5
Rep Puanı : 30
Rep Derecesi :
![]()
|
##################################################
## Configuration file for NeoStats ## Created: Sat, Jun 17 2006 - 11:55:14 EDT ## NeoStats (c) 1999-2003 The NeoStats Group. ## Web: http://www.NeoStats.Net ## File Revision: 2.5.6-1 ################################################## ################################################## #Each of the options has an indicator as follows: # [REQUIRED] - must be set or NeoStats will not run. # [RECOMMENDED] - optional but may cause problems if not set. # [OPTIONAL] - optional and the feature will be disabled if not set. # [DISCOURAGED] - may cause undesirable side effects if enabled. #Although we have included instructions for each setting in this file #you can refer to the README file for more information ################################################## ############################## # IRCd Linking Configuration # ############################## # SERVER_NAME <hostname> [REQUIRED] # Specifies the name of the NeoStats Server as it will appear on # the network. e.g. # # SERVER_NAME stats.neostats.net # # When NeoStats links, it will appear as stats.neostats.net. SERVER_NAME stats.serverisminiz.com # SERVER_PORT <port number> [REQUIRED] # Specifies the port to connect to on the IRC Server e.g. # # SERVER_PORT 6667 # # When connecting, NeoStats will connect to port 6667 SERVER_PORT 6667 # CONNECT_TO <ip address> [REQUIRED] # Specifies the IP address to connect to. e.g. # # CONNECT_TO 127.0.0.1 # # This will force stats to connect to 127.0.0.1 CONNECT_TO irc.server.ipniz # CONNECT_PASS <link password> [REQUIRED] # Specifies the password used to connect. This must match your C/N # lines in your IRCD configuration e.g. # # CONNECT_PASS linkpass # # Send "linkpass" as the password to connect CONNECT_PASS Link_Şifreniz # SERVER_INFOLINE <info line> [REQUIRED] # Specify the description of the server that # appears when you do /links e.g. # # SERVER_INFOLINE Network Auxiliary Services SERVER_INFOLINE "Links komutunda görünecek bilgi" # SERVER_NUMERIC <numeric> [RECOMMENDED] # Specify the numeric of the server to send on connect. # This must be a value between 1 and 254, and must not be in use by # any other IRC server on the network. # Currently only Unreal IRCd uses this option. # # SERVER_NUMERIC 1 SERVER_NUMERIC "3" # (Not:Bu rakam IRCd 'niz veya linklerinizdeki ile aynı olmamalı) # STATSERV_NETNAME <network name> [REQUIRED] # Your network name, if unknown refer to your network file. Does not # apply to all IRCDs e.g. # # STATSERV_NETNAME neostats # # For irc.neostats.net STATSERV_NETNAME IRC_Sunucu_İsmi ########################## # NeoStats Configuration # ########################## # NEOSTAT_HOST <host> [REQUIRED] # Specifies the Hostname that NeoStats comes from. Some people like to # make it the same as the Services host (e.g., services.neostats.net) # or one just for NeoStats (e.g., stats.neostats.net) e.g. # # NEOSTATS_HOST stats.neostats.net # # The bot will appear as NeoStats!user@stats.neostats.net NEOSTAT_HOST services.serveriniz.com # NEOSTAT_USER <user> [REQUIRED] # Specifies the User/ident of the NeoStats Bot (the part before the # @host) e.g. # # NEOSTATS_USER neo # # The bot will apear as NeoStats!neo@Host NEOSTAT_USER Whoisinde_Gorunecek_isim # SERVICES_CHAN #<channel name> [REQUIRED] # Specify the channel that all bots on NeoStats # will automatically join, and echo out any # important information e.g. # # SERVICES_CHAN #services # # Makes NeoStats, and all the other bots join #services channel on # start-up/load. SERVICES_CHAN #bulunacagi_kanal # NO_LOAD [YOU MUST REMOVE THIS] # If this is in the neostats.cfg your NeoStats WILL NOT START UP. To # disable this simply comment this line out. e.g. # # NO_LOAD <- NeoStats will not load. # # #NO_LOAD <- NeoStats will load. #NO_LOAD # WANT_PRIVMSG [DISCOURAGED] # Specify if the bots should send all messages as privmsgs or as # notices (Most Services use notice) e.g. # # WANT_PRIVMSG # # If present, will send all messages as privmsgs (if commented out, # it will send as Notices) *NOTE:* This option Violates IRC RFC, and # can cause flooding problems on your network. Its NOT recommended. #WANT_PRIVMSG # RECONNECT_TIME <seconds> [RECOMMENDED] # If NeoStats server gets split from the network, how long to wait # before attempting to reconnect to the network. A value of 0 will # cause NeoStats to shutdown and not attempt to reconnect. e.g. # # RECONNECT_TIME 10 # # Specifies wait 10 seconds before trying to reconnect # # RECONNECT_TIME 0 # # Tells NeoStats to never reconnect to the network # # If not specified, NeoStats will default to 10 seconds. RECONNECT_TIME 10 # ONLY_OPERS [OPTIONAL] # Restrict NeoStats and StatServ to opers use only. # If not specified, users will have some access to NeoStats # and StatServ commands. e.g. # # ONLY_OPERS # # Only opers may use NeoStats and StatServ. #ONLY_OPERS # Eğer yalnızca operler kullansın diyorsanız o zaman #ONLY_OPERS in önündeki diyezi (#) kaldırınız. # BINDTO [OPTIONAL] # Make NeoStats bind to a particular IP Address. If not # specified NeoStats will attempt to find this address # itself. e.g. # # BINDTO 203.203.123.12 # # All outgoing connections from NeoStats will originate from this # IP address # This IP address should not be localhost (127.0.0.1) #BINDTO 127.0.0.1 # LOGFILENAMEFORMAT <format> [OPTIONAL] # Defines the format for dated log files. This allows you to choose # what date format is used for log file names when they are rotated at # midnight. The option uses the parameters passed to strftime so you # can use any options valid for that function. Common ones are: # %a Abbreviated weekday name # %A Full weekday name # %b Abbreviated month name # %B Full month name # %d Day of month as decimal number (01 – 31) # %m Month as decimal number (01 – 12) # %y Year without century, as decimal number (00 – 99) # %Y Year with century, as decimal number # # Examples using 30 September 2003 as the date: # For NeoStats0930.log: # # LOGFILENAMEFORMAT %m%d # # For NeoStats20030930.log: # # LOGFILENAMEFORMAT %Y%m%d # # If not defined, the default is the original NeoStats log format of # "-%m-%d" i.e. NeoStats-09-30.log #LOGFILENAMEFORMAT -%m-%d # SETSERVERTIMES <INTERVAL> [OPTIONAL] # Cause NeoStats to sync server times at the given interval # INTERVAL is an integer representing the number of hours # # Examples # # SETSERVERTIMES 24 # # Cause NeoStats to sync server times every 24 hours # If not present, NeoStats will not sync times. # This option only works on Unreal servers and defaults to # a sync interval of 24 hours. Enabling this option will also # cause NeoStats to sync servers when it first joins the # network. SETSERVERTIMES 24 ##################################### # Module Configurations and Loading # ##################################### # LOAD_MODULE <module name> [OPTIONAL] # What modules to load at start-up. e.g. # # LOAD_MODULE statserv # # Will load up StatServ at boot # # Multiple instances of LOAD_MODULE may be specified # this is the StatServ Module # Bu Modükü çalıştırmak istemiyorsanız önüne diyez (#) koyunuz. LOAD_MODULE statserv #This is a new module. LoveServ, send a rose, hug, kiss, chocolate, etc to that # Special IRC Somebody. # Bu Modükü çalıştırmak istemiyorsanız önüne diyez (#) koyunuz. LOAD_MODULE loveserv # The HostServ module provides vhost services # Bu Modükü çalıştırmak istemiyorsanız önüne diyez (#) koyunuz. LOAD_MODULE hostserv # MoraleServ. A fun module to cheer people up. # Bu Modükü çalıştırmak istemiyorsanız önüne diyez (#) koyunuz. LOAD_MODULE moraleserv # ConnectServ will watch all connections to the network and can report them # to the services channel. It can also watch and report Nickname changes. # Bu Modükü çalıştırmak istemiyorsanız önüne diyez (#) koyunuz. LOAD_MODULE connectserv ######################################## # NeoStats ROOT users (ExtAuth module) # ######################################## #SERVICE_ROOTS <nick!user@host> [OPTIONAL] # Who should get access to NeoStats regardless of their O line flags. # You can specify this option up to 10 times to specify different # nicks who will be allowed this privilege. e.g. # # SERVICE_ROOTS fish!?Fish@*.neostats.net # # Will give "fish" access to NeoStats Privileged commands if fish has # Umode +r and comes from the specified hostname and ident. #SERVICE_ROOTS Shmad!?Shmad@Coder.NeoStats.net #SERVICE_ROOTS ^Enigma^!*@*.au #SERVICE_ROOTS Fish!?Fish@*.dynam.ac # Options for configuring StatServ are set on IRC. Load StatServ and type # /msg statserv help set. ################################################## ############################# ## End of Configuration ## ################################################## ############################# Alıntıdır.
__________________
Kod:
By SinnéR |
|
|
|
![]() |
| Etiketler |
| cfg, dosyası, konfigürasyon, neostats |
| Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir) | |
| Seçenekler | |
| Stil | |
|
|
Benzer Konular
|
||||
| Konu | Konuyu Başlatan | Forum | Cevaplar | Son Mesaj |
| Proxy Neostats + OPSB + SecureServ Kurma | Sinner | Eggdrop, NeoStats,BNC | 3 | 20-03-2009 14:58 |
| Prof. Şengör'ün dosyası YÖK'te | IRCForumda | Genel ve Güncel Konular, Son Haberler | 0 | 22-10-2008 08:23 |
| Bağlantılar | Temel Forum Bilgileri ve Yasal Uyarılar |
|
IRCForumda.Net, vBulletin® 3.8.3 altyapısı kullanılarak tasarlanmıştır.
Telif hakkı ©2000-2012, Jelsoft Enterprises Ltd. şirketine aittir. Site açıklaması: IRC Forum Sitesi - IRC sunucuları, mIRC Scripting, IRCd yardım, Webmaster ve her tür forumlara yer veren IRC forumu! IRCForumda.Net, bir forum sitesi olduğu için kullanıcılar her türlü görüşünü, onay beklemeksizin siteye ileti olarak gönderebilmektedir. 5651 sayılı yasaya göre bu yazılardan doğabilecek tüm sorumluluk ilgili kullanıcıya ait olup, yine 5651 sayılı yasaya göre sitemiz, iletileri kontrol etmekle yükümlü değildir. Forum yöneticilerinin gözünden kaçan bu tür durumlarda, şikâyetlerinizi admin@ircforumda.net elektronik posta adresine bildirirseniz gerekli işlemler iki iş günü içerisinde forum sorumlularınca gerçekleştirilecektir. |