MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
Guide options using in Nefarious EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Guide options using in Nefarious EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Guide options using in Nefarious EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Guide options using in Nefarious EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Guide options using in Nefarious EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Guide options using in Nefarious EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Guide options using in Nefarious EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Guide options using in Nefarious EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Guide options using in Nefarious EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Guide options using in Nefarious

Go down

Guide options using in Nefarious Empty Guide options using in Nefarious

Post  Chief Fri Dec 14, 2012 4:03 pm

Guide options using Nefarious
ok today i Explain about Nefarious with picture about options in version Nefarious
we have many options Features in ircd.conf then today we see what options is good for people to need... ok we start
step1
some people using in software clones flood and try to put in server but in version Nefarious you have options to stop this and how in Features you have options is name
Code:

"IDENT_PROMPT" = "TRUE";
you maybe ask what option do.. then is stop clones and you can set Enbale in your mirc
explain
Guide options using in Nefarious 2zrqicyvd9ob4oujemdo
you see i try to connect and i need to paste command for inside but if i change in mirc identd like this
Guide options using in Nefarious 34vvhvh5l3mdzq6crpfa
you can see connect like this
Guide options using in Nefarious 35i5m0mydgpros24g1t1
then what i explain if someone is want put many clones in your server is cant
step2
in ircd.conf you have more option and this Spam Filters if you no want people write web or something address to server you can using in Spam Filters and how
explain
Code:

SFilter {
   regex = "irc.server.org";                     .
   rtype = "nNpCpdat";              
  action = "g";              
   reason = "no spam in MIRCX";
   channel = "#mIRCx";  
  length = 3600;                         .
 };
ok if you see in ircd.conf you have options to select something you need
Available Watch Flags then in rtype i set flags and in regex i set some advertising and in conf you have select flags to action Available Action Flags gline zline kill block and this look like this
Guide options using in Nefarious Pm52y6opkhub026129fv
step3
in Nefarious you have in ircd.conf protection from proxy then you need fix the DNSBL like this
Code:

DNSBL Checks
  "DNSBL_CHECKS" = "TRUE";
  "DNSBL_EXEMPT_CLASS" = "250";
  "DNSBL_LOC_EXEMPT" = "TRUE";
  "DNSBL_LOC_EXEMPT_N_ONE" = "If you have an account with %s services then you can bypass the dnsbl ban by logging in like this (where Account is your account name and Password is your password.";
  "DNSBL_LOC_EXEMPT_N_TWO" = "You may use your AuthServ account to be allowed in anyway, by typing '/QUOTE PASS /yourusername/yourpassword' at the prompt now.";
#  "DNSBL_MARK_FAKEHOST" = "TRUE";
and you have fix blacklist
Code:

DNSBL {
   server = "opm.tornevall.org";
   name = "opm.tornevall.org";
   flags = "rb";
   replies = "1,2,4,8,16";
   reply = "%n!%u@%h Found On DNSBL";
   rank = "8";
 };
if someone is try to connect with proxy is have options to connect with Auth if register to X3 and this look like this
Guide options using in Nefarious Qim8fhr9aamxf5ipww6x
step4
if you want set block operator you need put in ircd.conf block like this
Code:

Operator {
 host = "*@*";
 password = "$PLAIN$leet1234";
 name = "CAT";
 flags = "AOoXk";
 class = "Opers";
};
remeber in operator you have flags and you need using
o - Local Operator
# O - Global Operator
# A - IRC Administrator
more command if someone is want set gline or zline
Code:

//GLINE +*@212.29.194.253 * 4343 :wharf2 you see
//GLINE -*@212.29.194.253 * 4343 :wharf2 you see
//ZLINE !+198.251.84.240  434354 :gfgfg
or if you want up to op you need write
Code:

/opmode !#mIRCx +o MATRIX
ok more something about Nefarious you can also set options ban about client if you see in ircd.conf something like this
Guide options using in Nefarious Rxa7esx2w43mnybkzweh
then you can set the options like this
Code:

# Ban block
 Client {
  host = "*@dnsbl.tornevall.org";
  ip = "*@*";
  password = "password";
  class = "Other";
  cryptfp = "sslcertfingerprint";
 };
you can try that in your config if someone try to inside from host like host from proxy or something later!!
if someone no understand you welcome to ask your Question
and i want to say thanks to Rubin and Jobe from AfterNet
Guide By mIRCx
www.mIRCx.co.il
mIRCx the old Community
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum