<?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>Web Hosting Blog &#187; ircd shell</title>
	<atom:link href="http://webshost.net/tag/ircd-shell/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 on this blog</description>
	<lastBuildDate>Fri, 10 Jun 2011 12:13:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<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>9</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. If you are interested please email at indiaboy83@gmail.com TURORIAL (TRY YOUR SELF) : After purchasing IRCD Shell many people are confused about how to install (setup / compile) unreal ircd, so here I am gonna post easy unreal ircd installation steps for those [...]]]></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. </span></strong></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">If you are interested please email at</span> indiaboy83@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>23</slash:comments>
		</item>
		<item>
		<title>Web hosting Review For Sh3lls.net</title>
		<link>http://webshost.net/2009/04/16/web-hosting-review-for-sh3llsnet/</link>
		<comments>http://webshost.net/2009/04/16/web-hosting-review-for-sh3llsnet/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 07:54:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Hosting Reviews]]></category>
		<category><![CDATA[dedicated servers]]></category>
		<category><![CDATA[email hosting]]></category>
		<category><![CDATA[irc shell]]></category>
		<category><![CDATA[ircd shell]]></category>
		<category><![CDATA[shoutcast hosting]]></category>
		<category><![CDATA[vps hosting]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://webshost.net/?p=113</guid>
		<description><![CDATA[We decided to start reviewing a few web hosts, we started with Sh3lls.net one of the largest irc shell and web hosting provider. Sh3lls.net has over 20 servers and provide tons of services like: Cpanel Based Web Hosting IRC UNIX shell accounts for bnc, psybnc, eggdrops and other bouncers. IRCD Shells for ircd hosting like [...]]]></description>
			<content:encoded><![CDATA[<p>We decided to start reviewing a few web hosts, we started with <a title="sh3lls.net premium irc shell and web hosting provider" href="http://www.sh3lls.net">Sh3lls.net</a> one of the largest irc shell and web hosting provider. Sh3lls.net has over 20 servers and provide tons of services like:</p>
<p><a title="web hosting " href="http://www.sh3lls.net/web_plan.htm">Cpanel Based Web Hosting</a><br />
<a title="irc shell account" href="http://www.sh3lls.net/shell_plan.htm">IRC UNIX shell accounts</a> for bnc, psybnc, eggdrops and other bouncers.<br />
<a title="ircd shell account" href="http://www.sh3lls.net/ircd_plan.htm">IRCD Shells</a> for ircd hosting like unreal ircd, bahamut and others<br />
<a title="shoutcast hosting" href="http://www.sh3lls.net/shoutcast.htm">Shoutcast Hosting</a><br />
<a title="Vpn Hosting" href="http://www.sh3lls.net/vpn">VPN Hosting</a> &#8211; Shared IP VPN Hosting and Dedicated IP VPN Hosting<br />
<a title="Ddos protected dedicated server" href="http://www.sh3lls.net/dedicated.htm">Dedicated servers</a> &#8211; DDOS Protected Dedicated servers with adult and irc allowed on them, not only this you can get a full C Class i.e. 256 ip per server, which i doubt any other provider offers.<br />
<a title="VPS hosting" href="http://www.sh3lls.net/vps">VPS Hosting</a> &#8211; DDOS Protected VPS hosting with RDNS, IRC and Adult allowed on VPS as well.<br />
<a title="Proxy hosting" href="http://www.sh3lls.net/proxy">Proxy Hosting </a>- Choice of HTTP, SOCKS 5 and SSH Tunnel Proxy hosting<br />
<a title="Email Hosting" href="http://www.sh3lls.net/email.htm">Email Hosting</a></p>
<p>To start reviewing them we bought their cheapest web hosting package of 1$ per month &#8211; Starter Web Hosting and we were amazed with their support and services, we got our account just within 30 minutes with everything setup and have been using them for past 1 month, had 0 downtime till date.</p>
<p>We highly recommend to get your hosting from <a title="Premium Irc Shell And Web Hosting" href="http://www.sh3lls.net">Sh3lls.net &#8211; Premium IRC shell and web hosting provider</a></p>
]]></content:encoded>
			<wfw:commentRss>http://webshost.net/2009/04/16/web-hosting-review-for-sh3llsnet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

