<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WebsHost.net &#187; unreal ircd</title>
	<atom:link href="http://webshost.net/tag/unreal-ircd/feed/" rel="self" type="application/rss+xml" />
	<link>http://webshost.net</link>
	<description>web hosting news, reviews, white hat and black hat seo, web site designing, irc, irc tips, tutorials  and much more</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:22:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to setup (compile/install) BOPM Proxy Scanner Bot</title>
		<link>http://webshost.net/2009/10/25/how-to-setup-compileinstall-bopm-proxy-scanner-bot/</link>
		<comments>http://webshost.net/2009/10/25/how-to-setup-compileinstall-bopm-proxy-scanner-bot/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 10:13:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[BOPM Proxy Scanner Bot]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[unreal ircd]]></category>

		<guid isPermaLink="false">http://webshost.net/?p=281</guid>
		<description><![CDATA[After installing Unreal ircd And Anop Services you might me wondering how to install BOPM proxy scanner bot for your ircd so here is the tutorial about how to setup (compile/install) bopm proxy scanner type: wget http://static.blitzed.org/www.blitzed.org/bopm/files/bopm-3.1.3.tar.gz [for latest version visit  http://www.blitzed.org/bopm/ ] Above command will download bomp in your shell. type: tar -zxvf bopm-3.1.3.tar [...]]]></description>
			<content:encoded><![CDATA[<p>After installing <a title="how to setup (compile/install) Unreal ircd" href="http://webshost.net/2009/06/14/how-to-install-setup-compile-unreal-ircd/" target="_self"><strong>Unreal ircd</strong></a> And <a title="how to setup (compile/install) anope services" href="http://webshost.net/2009/06/27/how-to-install-setup-compile-anope-services/" target="_self"><strong>Anop Services</strong></a> you might me wondering how to install BOPM proxy scanner bot for your ircd so here is the <strong>tutorial about </strong><strong>how to setup (compile/install) bopm proxy scanner</strong></p>
<p><span style="color: #ff0000;">type:</span> <strong>wget http://static.blitzed.org/www.blitzed.org/bopm/files/bopm-3.1.3.tar.gz</strong></p>
<p>[for latest version visit  http://www.blitzed.org/bopm/ ]<br />
Above command will download bomp in your shell.</p>
<p><span style="color: #ff0000;">type:</span> <strong>tar -zxvf bopm-3.1.3.tar</strong><br />
Above command will untar your bopm-3.1.3.tar.gz file</p>
<p><span style="color: #ff0000;">type:</span> <strong>cd bopm-3.1.3</strong><br />
Now you are in bopm-3.1.3 directory Where you have to run ./configure command</p>
<p><span style="color: #ff0000;">type:</span> <strong>./configure</strong><br />
It will confirure your bomp</p>
<p><span style="color: #ff0000;">type:</span> <strong>make</strong></p>
<p><span style="color: #ff0000;">type:</span> <strong>make install</strong><br />
Now your bopm has been installed. You have to edit your bopm.conf file now. For that see below commands</p>
<p><span style="color: #ff0000;">type:</span> <strong>cd ../bopm</strong></p>
<p><span style="color: #ff0000;">type:</span> <strong>cd etc</strong></p>
<p><span style="color: #ff0000;">type:</span> <strong>pico bopm.conf</strong></p>
<p>/*<br />
* Full path and filename for storing the process ID of the running<br />
* BOPM.<br />
*/<br />
pidfile = &#8220;/some/path/bopm.pid&#8221;; &lt;&#8212; Path where your BOPM is installed with bopm.pid<br />
(for example: /home/yourusername/bopm/bopm.pid)</p>
<p>* Amount of file descriptors to allocate to asynchronous DNS. 64<br />
* should be plenty for almost anyone &#8211; previous versions of BOPM only<br />
* did one at a time!<br />
*/<br />
dns_fdlimit = 64; &lt;&#8212; Leave it as it is.</p>
<p>* Put the full path and filename of a logfile here if you wish to log<br />
* every scan done. Normally BOPM only logs successfully detected<br />
* proxies in the bopm.log, but you may get abuse reports to your ISP<br />
* about portscanning. Being able to show that it was BOPM that did<br />
* the scan in question can be useful. Leave commented for no<br />
* logging.<br />
*/<br />
# scanlog = &#8220;/some/path/scan.log&#8221;; &lt;&#8212; Leave it as it is. Or set it to where u want to save ur logs (ex./home/yourusername/bopm/bopm.pid)<br />
};</p>
<p>/*<br />
* IP to bind to for the IRC connection. You only need to use this if<br />
* you wish BOPM to use a particular interface (virtual host, IP<br />
* alias, &#8230;) when connecting to the IRC server. There is another<br />
* &#8220;vhost&#8221; setting in the scan {} block below for the actual<br />
* portscans. Note that this directive expects an IP address, not a<br />
* hostname. Please leave this commented out if you do not<br />
* understand what it does, as most people don&#8217;t need it.<br />
*/<br />
# vhost = &#8220;0.0.0.0&#8243;; &lt;&#8212; Leave it as it is or put the ip your shell company provide you with.</p>
<p>/*<br />
* Nickname for BOPM to use.<br />
*/<br />
nick = &#8220;MyBopm&#8221;; &lt;&#8212; IRC Nickname for your Proxy Bot.</p>
<p>/*<br />
* Text to appear in the &#8220;realname&#8221; field of BOPM&#8217;s /whois output.<br />
*/<br />
realname = &#8220;Blitzed Open Proxy Monitor&#8221;; &lt;&#8212; Realname for your Proxy Bot.</p>
<p>/*<br />
* If you don&#8217;t have an identd running, what username to use.<br />
*/<br />
username = &#8220;bopm&#8221;; &lt;&#8212; Username &#8220;ident&#8221; for your Proxy Bot.</p>
<p>* Hostname (or IP) of the IRC server which BOPM will monitor<br />
* connections on.<br />
*/<br />
server = &#8220;myserver.somenetwork.org&#8221;; &lt;&#8212; Name of your IRCD Server (for example: irc.webshost.net)</p>
<p>/*<br />
* Password used to connect to the IRC server (PASS)<br />
*/</p>
<p># password = &#8220;secret&#8221;; &lt;&#8212; Password for connect.<br />
password = &#8220;serverpass:opernick:operpass&#8221;; &lt;&lt;&lt; If you want the bot join as an oper<br />
/*<br />
* Port of the above server to connect to. This is what BOPM uses to<br />
* get onto IRC itself, it is nothing to do with what ports/protocols<br />
* are scanned, nor do you need to list every port your ircd listens<br />
* on.<br />
*/<br />
port = 6667; &lt;&#8212; Server Port. or any other port u require</p>
<p>/*<br />
* Command to execute to identify to NickServ (if your network uses<br />
* it). This is the raw IRC command text, and the below example<br />
* corresponds to &#8220;/msg nickserv identify password&#8221; in a client. If<br />
* you don&#8217;t understand, just edit &#8220;password&#8221; in the line below to be<br />
* your BOPM&#8217;s nick password. Leave commented out if you don&#8217;t need<br />
* to identify to NickServ.<br />
*/<br />
# nickserv = &#8220;privmsg nickserv :identify password&#8221;; &lt;&#8212; If you are going to use registered nickname for you Proxy bot then    first remove # from the start of the line and change password with password of registered nickname.</p>
<p>/*<br />
* The username and password needed for BOPM to oper up.<br />
*/<br />
oper = &#8220;bopm operpass&#8221;; &lt;&#8212; IRCOP Nickname\Password for Proxy Bot.</p>
<p>* Channel name. Local (&#8220;&amp;&#8221;) channels are supported if your ircd<br />
* supports them.<br />
*/<br />
name = &#8220;#bopm&#8221;;<br />
key =&#8221;channel key&#8221;;</p>
<p>Look down for target_string and change to<br />
target_string = &#8220;:basement.fi.eu.ircfuture.net NOTICE AUTH :*** Looking up your hostname&#8230;&#8221;; &lt;&lt; change the server<br />
target_string = &#8220;ERROR :Trying to reconnect too fast.&#8221;;<br />
target_string = &#8220;ERROR :Your host is trying to (re)connect too fast &#8212; throttled.&#8221;;</p>
<p># AANOTE good to have<br />
exempt {<br />
mask = &#8220;*!*@127.0.0.1&#8243;;<br />
mask = &#8220;*!*@ircfuturenet&#8221;; &lt;<br />
};</p>
<p>Then save your work and exit</p>
<p><span style="color: #ff0000;">type:</span> <strong>cd ../bin</strong><br />
<span style="color: #ff0000;">type:</span> <strong>./bopm</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webshost.net/2009/10/25/how-to-setup-compileinstall-bopm-proxy-scanner-bot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install (setup / compile) Anope Services?</title>
		<link>http://webshost.net/2009/06/27/how-to-install-setup-compile-anope-services/</link>
		<comments>http://webshost.net/2009/06/27/how-to-install-setup-compile-anope-services/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 10:07:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[ircd shell]]></category>
		<category><![CDATA[unreal ircd]]></category>

		<guid isPermaLink="false">http://webshost.net/?p=262</guid>
		<description><![CDATA[&#62;&#62; CLICK HERE TO KNOW HOW TO INSTALL UNREAL IRCD FIRST. &#60;&#60; After installing unreal ircd you must be looking for installation of Anope Services, so here is the tutorial for you about how to Install (setup / compile) Anope services in few easy steps. 1.) Type: wget http://downloads.sourceforge.net/project/anope/anope-stable/Anope%201.8.2/anope-1.8.2.tar.gz Above command will download anope-1.8.2.tar.gz in [...]]]></description>
			<content:encoded><![CDATA[<p>&gt;&gt; <a title="how to install unreal ircd" href="http://webshost.net/2009/06/14/how-to-install-setup-compile-unreal-ircd/" target="_blank">CLICK HERE TO KNOW HOW TO INSTALL UNREAL IRCD FIRST.</a> &lt;&lt;</p>
<p>After installing unreal ircd you must be looking for installation of Anope Services, so here is the tutorial for you about <strong>how to Install (setup / compile) Anope services in few easy steps.</strong></p>
<p>1.) <span style="color: #ff0000;">Type:</span> <strong>wget http://downloads.sourceforge.net/project/anope/anope-stable/Anope%201.8.2/anope-1.8.2.tar.gz</strong></p>
<p>Above command will download anope-1.8.2.tar.gz in your shell</p>
<p>2.) <span style="color: #ff0000;">Type:</span> <strong>tar -zxvf </strong><strong>anope-1.8.2.tar.gz</strong><br />
Above command will untar your anope-1.8.0.tar.gz and extract all containing files in anope-1.8.0 folder. Now change directory to anope-1.8.0. For that type command given below.</p>
<p>3.) <span style="color: #ff0000;">Type</span><span style="color: #ff0000;">:</span><strong> cd </strong><strong>anope-1.8.2</strong><br />
Now you are in anope-1.8.0 directory.</p>
<p>4.) <span style="color: #ff0000;">Type:</span> <strong>./Config</strong></p>
<p>Above command will config your anope services it will ask you few questions.</p>
<blockquote><p><strong>In what directory do you want the binaries to be installed?<br />
[/home/username/services]</strong></p></blockquote>
<p>Keep it blank and hit enter.</p>
<blockquote><p><strong>/home/username/services does not exist.  Create it?<br />
[y]</strong></p></blockquote>
<p>Just hit enter for next question</p>
<blockquote><p><strong>Where do you want the data files to be installed?<br />
[/home/username/services]</strong></p></blockquote>
<p>Again hit enter as we need it to be default</p>
<blockquote><p><strong>Which group should all Services data files be owned by?  (If Services<br />
should not force files to be owned by a particular group, just press<br />
Return.)<br />
[]</strong></p></blockquote>
<p>Press enter for next question</p>
<blockquote><p><strong>What should the default umask for data files be (in octal)?<br />
(077 = only accessible by owner; 007 = accessible by owner and group)<br />
[077]</strong></p></blockquote>
<p>Press enter again as we need default setting.</p>
<blockquote><p><strong>Allow anope to automatically check for mysql libaries?<br />
unless you get errors with make, there is no need to<br />
change this setting.<br />
[yes]</strong></p></blockquote>
<p>Press enter again. Thats it. now it will config your anope services. now you will have to run make command.</p>
<p>5.) <span style="color: #ff0000;">Type:</span> <strong>make</strong></p>
<p>Above command will compile anope services.</p>
<p>6.) <span style="color: #ff0000;">Type:</span> <strong>make install</strong></p>
<p>Above command will install anope services. Now you have to change directory to services which is in your home directory so for that type command given below.</p>
<p>7.) <span style="color: #ff0000;">Type:</span> <strong>cd ../services/</strong></p>
<p>Now you are in services directory and you have to edit services.conf file but there is no services.conf exists so you have to copy example.conf file as services.conf file for that type command given below.</p>
<p>8.) <span style="color: #ff0000;">type:</span> <strong>cp example.conf services.conf</strong></p>
<p>Now type following command to edit services.conf</p>
<p>9.) <span style="color: #ff0000;">type:</span> pico services.conf</p>
<p>Here you have to edit only 4 lines to get your services work.</p>
<blockquote><p><span style="color: #ff0000;">IRCDModule &#8220;unreal32&#8243;</span></p></blockquote>
<p>Just remove &#8220;#&#8221; from start of this line</p>
<blockquote><p><span style="color: #ff0000;">RemoteServer 127.0.0.1 6667 &#8220;services&#8221;</span></p></blockquote>
<p>change &#8220;127.0.0.1&#8243; to your given ircd ip by your ircd shell provider and replace &#8220;services&#8221; with your password which you have applied in unrealircd.conf in your service link block</p>
<blockquote><p><span style="color: #ff0000;">ServerName &#8220;services.yourdomain.com&#8221;</span></p></blockquote>
<p>This value should be also as per your unrealircd.conf &#8216;s service link block.</p>
<blockquote><p><span style="color: #ff0000;">ServicesRoot &#8220;YourNicknameHere&#8221;</span></p></blockquote>
<p>Put your nickname in this value &#8220;YourNicknameHere&#8221;</p>
<p>10.) now just save your settings and type: <strong>./services -debug -nofork</strong></p>
<p>if everything goes normally and don&#8217;t give any error just start your services with command given below.</p>
<p>11.) <strong> </strong><span style="color: #ff0000;">Type:</span><strong> ./services</strong></p>
<p>If you find any problem or error while installing (setting up / compiling) Anope services just comment here to get help, I will try to fix errors.</p>
<p><strong><span style="color: #ff0000;">Click here to know::</span> <a href="../2009/10/25/how-to-setup-compileinstall-bopm-proxy-scanner-bot/">How to setup (compile/install) BOPM Proxy Scanner Bot</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webshost.net/2009/06/27/how-to-install-setup-compile-anope-services/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to Install (setup / compile) Unreal Ircd?</title>
		<link>http://webshost.net/2009/06/14/how-to-install-setup-compile-unreal-ircd/</link>
		<comments>http://webshost.net/2009/06/14/how-to-install-setup-compile-unreal-ircd/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:05:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IRC]]></category>
		<category><![CDATA[ircd]]></category>
		<category><![CDATA[ircd shell]]></category>
		<category><![CDATA[unreal ircd]]></category>

		<guid isPermaLink="false">http://webshost.net/?p=226</guid>
		<description><![CDATA[IRCD INSTALLING SERVICE: If you want we can install ircd for you. We will charge only $5 for setting up unreal ircd and $10 for unreal ircd + anope services. If you are interested please email at sparshdesai@gmail.com TURORIAL (TRY YOUR SELF) : After purchasing IRCD Shell many people are confused about how to install [...]]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>IRCD INSTALLING SERVICE</strong></span>:</p>
<p><strong><span style="color: #000000;">If you want we can install ircd for you. We will charge only $5 for setting up unreal ircd and $10 for unreal ircd + anope services.</span></strong></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">If you are interested please email at</span> sparshdesai@gmail.com</span></p>
<p><span style="color: #ff0000;">TURORIAL (TRY YOUR SELF) :</span></p>
<p>After purchasing <strong>IRCD Shell</strong> many people are confused about <strong>how to install (setup / compile) unreal ircd</strong>, so here I am gonna post easy <strong>unreal ircd installation steps</strong> for those users who are seeking to learn how to setup unreal ircd.</p>
<p><span style="color: #339966;">Is it easy to setup unreal ircd?</span><br />
Yes, It is very easy to setup unreal ircd, just follow the tutorial given below and your ircd server<br />
is ready to run.</p>
<p>1.) <span style="color: #ff0000;">Type:</span> <strong>wget http://unreal.brueggisite.de/Unreal3.2.8.1.tar.gz</strong></p>
<p>Above command will download unreal ircd in tar format on your shell. now you have to untar your unreal ircd.<br />
For that type command given below:</p>
<p>2.) <span style="color: #ff0000;">Type:</span> <strong>tar -zxvf Unreal3.2.8.1.tar.gz</strong></p>
<p>This will untar your unreal ircd and extract all files in Unreal3.2 dir. Now you have to change directory to Unreal3.2.</p>
<p>3.) <span style="color: #ff0000;">Type:</span> <strong>cd Unreal3.2</strong></p>
<p>Now we are moved to directory Unreal3.2 and now you are ready to configure your ircd. So lets start with following command.</p>
<p>4.) <span style="color: #ff0000;">Type:</span> <strong>./Config</strong></p>
<p>Your configuration of unreal ircd has been started. Now you have to press &#8220;Enter key&#8221; once and then &#8220;space bar&#8221; until you see<br />
following questions.</p>
<blockquote><p><span style="color: #000000;"><strong>Do you want to enable the server anti-spoof protection?<br />
[No] -&gt;</strong></span></p></blockquote>
<p>To enable anti-spoof protection option type <strong>yes</strong> and enter or leave if you want to keep it disabled then just leave it blank and press enter. According to my suggestion keep it blank.</p>
<blockquote><p><span style="color: #000000;"><strong>What directory are all the server configuration files in?<br />
[/home/username/Unreal3.2] -&gt;</strong></span></p></blockquote>
<p>We didn&#8217;t change the directory so keep it blank and press enter.</p>
<blockquote><p><span style="color: #000000;"><strong>What is the path to the ircd binary including the name of the binary?<br />
[/home/username/Unreal3.2/src/ircd] -&gt;</strong></span></p></blockquote>
<p>Again keep it blank and press enter as we didn&#8217;t changed this path.</p>
<blockquote><p><span style="color: #000000;"><strong>Would you like to compile as a hub or as a leaf?<br />
Type Hub to select hub and Leaf to select leaf.<br />
[Hub] -&gt;</strong></span></p></blockquote>
<p>If you are not going to link your ircd with any other irc server then just keep it blank and press enter.</p>
<p>If you want to link your ircd to other irc servers then type <strong>leaf</strong> and press enter.</p>
<blockquote><p><span style="color: #000000;"><strong>What is the hostname of the server running your IRCd?<br />
[ircd.webshost.net] -&gt;</strong></span></p></blockquote>
<p>You don&#8217;t need to change anything here so just press enter for the next question.</p>
<blockquote><p><strong><span style="color: #000000;">What should the default permissions for your configuration files be? (Set this to 0 to disable)<br />
It is strongly recommended that you use 0600 to prevent unwanted reading of the file<br />
[0600] -&gt;</span></strong></p></blockquote>
<p>Answer has been already given automatically by configuration script so just press enter and go for next question.</p>
<blockquote><p><span style="color: #000000;"><strong>Do you want to support SSL (Secure Sockets Layer) connections?<br />
[No] -&gt;</strong></span></p></blockquote>
<p>Many servers does not use this option so my recommendation for you is to leave it blank and go ahead for next question. But if you want to enable this option just type <strong>yes</strong> and go ahead.</p>
<p><span style="color: #ff0000;">Note:</span> if you are pressing yes you should know what you are doing.</p>
<p>Assuming that you have kept that blank, we are moving to our next question</p>
<blockquote><p><strong><span style="color: #000000;">Do you want to enable IPv6 support?<br />
[No] -&gt;</span></strong></p></blockquote>
<p>If you want to enable this option type<strong> yes</strong> and go ahead. We are keeping it here disabled.</p>
<blockquote><p><span style="color: #000000;"><strong>Do you want to enable ziplinks support?<br />
[No] -&gt;</strong></span></p></blockquote>
<p>You really don&#8217;t need feature either, so keep it blank.</p>
<blockquote><p><strong><span style="color: #000000;">Do you want to enable remote includes?<br />
[No] -&gt;</span></strong></p></blockquote>
<p>No, its not recommended.</p>
<blockquote><p><strong><span style="color: #000000;">Do you want to enable prefixes for chanadmin and chanowner?<br />
This will give +a the &amp; prefix and ~ for +q (just like +o is @)<br />
Supported by the major clients (mIRC, xchat, epic, eggdrop, Klient,<br />
PJIRC, irssi, CGI:IRC, etc.)<br />
This feature should be enabled/disabled network-wide.<br />
[Yes] -&gt;</span></strong></p></blockquote>
<p>Its a cool feature. You might like it to keep it enable. <span style="font-size: x-small;"><span style="font-size: xx-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;">If you have registered the channel, you will be ~yournick instead of @yournick in the channel, and anyone who you have added to the SOP list, or who is +a in the channel, will be &amp;theirnick instead of @theirnick. Type no if you dont want it.</span></span></span></span></span></span></span></span></p>
<blockquote><p><span style="color: #000000;"><strong>What listen() backlog value do you wish to use?  Some older servers<br />
have problems with more than 5, others work fine with many more.<br />
[5] -&gt;</strong></span></p></blockquote>
<p>Again keep it blank  as we do not need to change this value.</p>
<blockquote><p><span style="color: #000000;"><strong><span style="font-size: x-small;"><span style="font-size: xx-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;"><span style="font-size: x-small;">How far back do you want to keep the nickname history?<br />
[2000] -&gt;</span></span></span></span></span></span></span></span></strong></span></p></blockquote>
<p>Again keep it blank  as we do not need to change this value.</p>
<blockquote><p><strong><span style="color: #000000;">What is the maximum sendq length you wish to have?<br />
[3000000] -&gt;</span></strong></p></blockquote>
<p><span style="color: #000000;">Keep it blank  again.</span></p>
<blockquote><p><strong><span style="color: #000000;">How many buffer pools would you like?<br />
This number will be multiplied by MAXSENDQLENGTH.<br />
[18] -&gt;</span></strong></p></blockquote>
<p>Yes you guessed it right, keep it blank again.</p>
<blockquote><p><strong><span style="color: #000000;">How many file descriptors (or sockets) can the IRCd use?<br />
[1024] -&gt;</span></strong></p></blockquote>
<p>Now this answer depends upon how many users are allowed on your ircd.</p>
<p>Suppose if you have purchased 300 user ircd package then type <strong>300</strong>, if you have 1000 user ircd then type <strong>1000</strong>.</p>
<blockquote><p><span style="color: #000000;"><strong>Would you like any more parameters to configure?<br />
Write them here:<br />
[]-&gt;</strong></span></p></blockquote>
<p><span style="color: #000000;">Just keep it blank and press enter. </span></p>
<p><span style="color: #000000;">Your Ircd will get started to configured now. So just wait until its get configured completely. </span></p>
<p><span style="color: #000000;"><span style="color: #ff0000;">You might be thinking that we left most of the question blank, well don&#8217;t worry you don&#8217;t need those options. And when ever you need you can turn them on or off accordinly. </span><br />
</span></p>
<p><span style="color: #000000;">At the end of configuration you will see following msg in box</span></p>
<p><strong>Now all you have to do is type &#8216;make&#8217; and let it compile. When that&#8217;s done, you will receive other instructions on what to do next.</strong></p>
<p>so just type following command.</p>
<p>5.) <span style="color: #ff0000;">Type:</span> <strong>make</strong></p>
<p>Now your unreal ircd is getting compiled. It might take bit long. So now just wait to get it compiled.</p>
<p>At the end of compiling you will get following msg in box:</p>
<p>Compile is now complete. You should now read the documentation and learn how to configure your IRCd.</p>
<p>Now we need unrealircd.conf file in directory Unreal3.2 and need to edit it to start and work our ircd perfactly.</p>
<p>6.) <span style="color: #ff0000;">Type:</span> <strong>cp /home/username/Unreal3.2/doc/example.conf unrealircd.conf</strong></p>
<p>&#8220;username&#8221; should be replace with your ircd shell&#8217;s username.</p>
<p>Above command will create unrealircd.conf file in your Unreal3.2 directory.</p>
<p>Now you have to edit it.</p>
<p>7.) <span style="color: #ff0000;">Type:</span> <strong>pico unrealircd.conf</strong></p>
<p><span style="color: #000000;">Everything in this file has been explained in details. So I don&#8217;t have to explain it all again. I will go through the most important ones.</span></p>
<p><span style="color: #000000;"><strong>note:</strong> Don&#8217;t modify any other variables unless you are aware of it.</span></p>
<p><span style="color: #000000;">so Now lets start editing.</span></p>
<blockquote><p>/* FOR *NIX, uncomment the following 2lines: */<br />
loadmodule &#8220;src/modules/commands.so&#8221;;<br />
loadmodule &#8220;src/modules/cloak.so&#8221;;</p></blockquote>
<p># To uncomment it just remove &#8220;//&#8221; from the begining of lines.</p>
<p># Now Its time for Ircd info block to be edited.</p>
<blockquote><p><span id="intelliTxt"><code>me<br />
{<br />
name "irc.yourdomain.com";<br />
info "your IRC network name";<br />
numeric 1;<br />
};</code></span></p></blockquote>
<p># In this block You can add your ircd info.</p>
<p># Add your info as admin</p>
<blockquote><p><span id="intelliTxt"><code>admin {<br />
"Your Name";<br />
"Your Nickname";<br />
"your@email.addr";<br />
};</code></span></p></blockquote>
<p><span id="intelliTxt"># Now Add an O:Line for yourself<br />
# You can edit the one already there<br />
# O:Lines define the IRCops</span></p>
<p>Now,</p>
<p><span id="intelliTxt"># Add a C/N Line for IRC Services<br />
# Don&#8217;t edit the link block already there.<br />
# C/N Lines allow other IRCDs or IRC Services to link with you</span></p>
<blockquote><p><span id="intelliTxt"><code>link            services.yourdomain.com<br />
{<br />
username        *;<br />
hostname        127.0.0.1;<br />
bind-ip         *;<br />
port            7029;<br />
hub             *;<br />
password-connect "services";<br />
password-receive "services";<br />
class           servers;<br />
options {<br />
};<br />
};</code></span></p></blockquote>
<p><span id="intelliTxt"># Comment following black out with /* */</span></p>
<blockquote><p><span id="intelliTxt"><code>/*<br />
link        hub.mynet.com<br />
[..etc..]<br />
options {<br />
/* Note: You should not use autoconnect when linking services */<br />
autoconnect;<br />
ssl;<br />
zip;<br />
};<br />
};<br />
*/</code></span></p></blockquote>
<p><span id="intelliTxt"># Add the U:Line for the IRC Services<br />
# You can edit the ulines block already there</span></p>
<blockquote><p><span id="intelliTxt"><code>ulines {<br />
services.yourdomain.com;<br />
stats.yourdomain.com;<br />
};</code></span></p></blockquote>
<p><span id="intelliTxt"># Comment this out with /* */</span></p>
<blockquote><p><span id="intelliTxt"><code>/*<br />
tld {<br />
mask *@*.fr;<br />
motd "ircd.motd.fr";<br />
rules "ircd.rules.fr";<br />
};<br />
*/</code></span></p></blockquote>
<p><span id="intelliTxt"># Network configuration is the most important part<br />
# You can use the block already there</span></p>
<blockquote><p><span id="intelliTxt"><code>* Network configuration */<br />
set {<br />
network-name            "YourNetworkNameHere";<br />
default-server          "irc.yourdomain.com";<br />
services-server         "services.yourdomain.com";<br />
stats-server            "stats.yourdomain.com";<br />
help-channel            "#help";<br />
hiddenhost-prefix       "hidden";<br />
/* prefix-quit          "no"; */<br />
/* Cloak keys should be the same at all servers on the network.<br />
/* [..etc..]<br />
*/<br />
cloak-keys {<br />
"aoAr1HnR6gl3sJ7hVz4Zb7x4YwpW";<br />
"90jioIOjhiUIOH877h87UGU898hgF";<br />
"IOjiojiio8990UHUHij89KJBBKU898";<br />
};<br />
/* on-oper host */<br />
hosts {<br />
local           "locop.yourdomain.com";<br />
global          "ircop.yourdomain.com";<br />
coadmin         "coadmin.yourdomain.com";<br />
admin           "admin.yourdomain.com";<br />
servicesadmin   "csops.yourdomain.com";<br />
netadmin        "netadmin.yourdomain.com";<br />
host-on-oper-up "no";<br />
};<br />
};</code></span></p></blockquote>
<p><span id="intelliTxt"># Server configuration<br />
# You can edit the block already there</span></p>
<blockquote><p><span id="intelliTxt"><code>/* Server specific configuration */</code></span></p>
<p>set {<br />
kline-address &#8220;VALID.mail@address.here&#8221;;<br />
auto-join &#8220;#lobby&#8221;;<br />
modes-on-connect &#8220;+ixw&#8221;;<br />
modes-on-oper    &#8220;+xwgs&#8221;;<br />
oper-auto-join &#8220;#opers&#8221;;<br />
dns {<br />
nameserver Your.DNS.IP.Here;<br />
timeout 2s;<br />
retries 2;<br />
};</p></blockquote>
<p>Your unrealircd.conf has been edited now.</p>
<p><span style="color: #ff0000;"><span style="color: #000000;">8.)</span><strong> </strong>type:</span> <strong>ctrl (key)+x</strong><br />
(to save your unrealircd.conf file)</p>
<p>9.) <span style="color: #ff0000;">type:</span> <strong>y + enter (key)</strong></p>
<p>You have to start your unreal ircd process to test your new ircd server. for that type following command</p>
<p>10.) <span style="color: #ff0000;">Type:</span> <strong>./unreal start</strong></p>
<p><strong><span style="color: #ff0000;">Now your unreal ircd has been started and you can connect to your ircd server. </span></strong></p>
<p>If you are having any problem or error while installing (setting up / compiling) unreal ircd, just write down in comments. I will try to help you  out to fix your issues.</p>
<p><strong><span style="color: #ff0000;">Click here to know::</span></strong></p>
<p><strong><a href="../2009/06/27/how-to-install-setup-compile-anope-services/">How to Install (setup / compile) Anope Services?</a></strong></p>
<p><strong><a href="../2009/10/25/how-to-setup-compileinstall-bopm-proxy-scanner-bot/">How to setup (compile/install) BOPM Proxy Scanner Bot</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webshost.net/2009/06/14/how-to-install-setup-compile-unreal-ircd/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
