<?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>RegencyHost Blog</title>
	<atom:link href="http://www.regencyhost.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.regencyhost.com/blog</link>
	<description>A Leading Cpanel Web Hosting Company</description>
	<lastBuildDate>Mon, 23 Nov 2009 15:30:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Daily/weekly/monthly Mysql database backup with cron</title>
		<link>http://www.regencyhost.com/blog/general-articles/daily-weekly-monthly-mysql-database-backup-with-cron.html</link>
		<comments>http://www.regencyhost.com/blog/general-articles/daily-weekly-monthly-mysql-database-backup-with-cron.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:27:26 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Access Database]]></category>
		<category><![CDATA[auto backup mysql with cron]]></category>
		<category><![CDATA[Backup Mysql]]></category>
		<category><![CDATA[backup mysql databases]]></category>
		<category><![CDATA[Database Backup]]></category>
		<category><![CDATA[Database Name]]></category>
		<category><![CDATA[Database User]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Db Access]]></category>
		<category><![CDATA[Gz]]></category>
		<category><![CDATA[Mysql Database]]></category>
		<category><![CDATA[Password Database]]></category>
		<category><![CDATA[Privileges]]></category>
		<category><![CDATA[Scheduling]]></category>
		<category><![CDATA[Security Notes]]></category>
		<category><![CDATA[Smart]]></category>
		<category><![CDATA[Sql]]></category>
		<category><![CDATA[Time Stamp]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=52</guid>
		<description><![CDATA[Smart Mysql database backup with cron
Create and assign a DB user to the DB you want to backup with all privileges from your Cpanel >> Mysql section.
following is a simple script to take backup using cron. Just create the file, chmod it to 750 and execute it using cron.
#============================
#/bin/bash
/usr/bin/mysqldump –user=db_User –password=xyz –databases db_name &#124; gzip [...]]]></description>
			<content:encoded><![CDATA[<p>Smart Mysql database backup with cron<br />
Create and assign a DB user to the DB you want to backup with all privileges from your Cpanel >> Mysql section.<br />
following is a simple script to take backup using cron. Just create the file, chmod it to 750 and execute it using cron.</p>
<p>#============================</p>
<p>#/bin/bash<br />
/usr/bin/mysqldump –user=db_User –password=xyz –databases db_name | gzip > /home/foo/db_name-`date “+%Y%m%d%H%M”`.sql.gz</p>
<p>#============================</p>
<p>where,<br />
db_user is your database user who has access on your database.<br />
db_name is the database name you are scheduling backup for.<br />
xyz is the actual password of above database user.<br />
+%Y%m%d%H%M is the time stamp which will help to distinguish between backup date and time.<br />
the backup destination in above example is “/home/foo/”</p>
<p>add following line in cron to take backup everyday at 23:00 and will store in separate file</p>
<p>0 23 * * * /PathToScript.sh</p>
<p>Security notes Note ::<br />
1) Dont use the command directly in cron. Put the command in a file and execute that file in cron.<br />
2) I asked to chmod to 750 so that other will not be able to view your files.<br />
If the file is readable by others anyone may view it and get your DB access very easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/general-articles/daily-weekly-monthly-mysql-database-backup-with-cron.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Install Webmin Via SSH/Root Access</title>
		<link>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-webmin-via-sshroot-access.html</link>
		<comments>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-webmin-via-sshroot-access.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 19:59:08 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[Install Webmin on linux servers]]></category>
		<category><![CDATA[Install Webmin on vps servers]]></category>
		<category><![CDATA[Install Webmin Via SSH Access]]></category>
		<category><![CDATA[Webmin Installation Guide]]></category>
		<category><![CDATA[Webmin Installation on centos servers]]></category>
		<category><![CDATA[Webmin Installation on Dedicated Server]]></category>
		<category><![CDATA[Webmin Installation on linux servers]]></category>
		<category><![CDATA[Webmin Installation on vps]]></category>
		<category><![CDATA[Webmin Installation Tutorial]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=50</guid>
		<description><![CDATA[Webmin is an open source web interface control panel for Linux servers which helps you take control of all technical aspects as well as all services on your server. You can easily install webmin control panel on your (VPS) Virtual Private Servers or Dedicated Servers. Webmin is a web-based interface for system administration for Unix. [...]]]></description>
			<content:encoded><![CDATA[<p>Webmin is an open source web interface control panel for Linux servers which helps you take control of all technical aspects as well as all services on your server. You can easily install webmin control panel on your (VPS) Virtual Private Servers or Dedicated Servers. Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on. You can install Webmin on your linux server via SSH or root access within minutes. It can be incredibly useful for people who have little knowledge of SSH or Linux itself, since many services can be installed with the click of a few buttons. It&#8217;s a Webmin installation tutorial. To install Webmin follow these instruction:<br />
<strong>Note:</strong> You will need root access to the server to be able to do this.<br />
1) Log into SSH client and Issue the following command via SSH:</p>
<blockquote><p>wget http://prdownloads.sourceforge.net/webadmin/webmin-x.xxx-x.noarch.rpm</p></blockquote>
<p>(Replacing x.xxx-x with the corresponding Webmin version.)</p>
<p>2) Once the file has been downloaded, enter this command:</p>
<blockquote><p>rpm -U webmin-x.xxx-x.noarch.rpm</p></blockquote>
<p>Give it a couple of minutes, a few messages will come up saying what version of Linux the server is running, then finally how to login to Webmin. If it doesn&#8217;t display the login details, they would normally be the following:</p>
<p>Address: http://<server_ip>:10000<br />
Username: root username<br />
Password: root password</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-webmin-via-sshroot-access.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install SourceGuardian via SSH/root Access</title>
		<link>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-sourceguardian-via-sshroot-access.html</link>
		<comments>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-sourceguardian-via-sshroot-access.html#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:19:43 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[How to install SourceGuardian on apache server]]></category>
		<category><![CDATA[How to install SourceGuardian on dedicated server]]></category>
		<category><![CDATA[How to install SourceGuardian on lighthttpd server]]></category>
		<category><![CDATA[How to install Sourceguardian on lxadmin/kloxo]]></category>
		<category><![CDATA[How to install SourceGuardian on vps server]]></category>
		<category><![CDATA[How to install SourceGuardian using cPanel/WHM]]></category>
		<category><![CDATA[Source Guardian installation on kloco panel]]></category>
		<category><![CDATA[SourceGuardian Installation on cPanel/WHM]]></category>
		<category><![CDATA[SourceGuardian installation on dedicated server]]></category>
		<category><![CDATA[SourceGuardian installation on vps server]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=43</guid>
		<description><![CDATA[Hello Dear friends,
SourceGuardian has been now very popular encoder to hide php codes of a script. Scripts encoded by SourceGuardain require SourceGuardian installed on the server to function. Most of users/newbies have problem in installing sourceguardian on their vps and dedicated servers.  I&#8217;ll show you easy steps to install sourceguardain on your vps or dedicated [...]]]></description>
			<content:encoded><![CDATA[<p>Hello Dear friends,</p>
<p>SourceGuardian has been now very popular encoder to hide php codes of a script. Scripts encoded by SourceGuardain require SourceGuardian installed on the server to function. Most of users/newbies have problem in installing sourceguardian on their vps and dedicated servers.  I&#8217;ll show you easy steps to install sourceguardain on your vps or dedicated servers via root access. Please read the instruction below carefully,</p>
<p>Installation of SourceGuardian on vps or dedicated server via SSH/root Access is very easy. Login to your server root via SSH.</p>
<p>===================================<br />
<strong>FOR KLOXO/LXADMIN USERS</strong><br />
===================================</p>
<p>1. Login as a administrator user.<br />
2. Change the folder by using following command<br />
<code>cd /usr/lib/php/modules</code><br />
3. Download SourceGuardian files using following linux command.<br />
<code>wget http://www.sourceguardian.com/ixeds/ixed4.lin.x86-32.tar.gz</code><br />
4. Extract the install file using the following command:<br />
<code>tar -xzpf ixed4.lin.x86-32.tar.gz</code><br />
5. Remove install file using following command.<br />
<code>rm -rf ixed4.lin.x86-32.tar.gz</code><br />
7. Log out of the SSH connection</p>
<p>Edit PHP.INI file (located at /home/httpd/yourdomain.com/php.ini) and add following line:<br />
extension=ixed.5.2.lin</p>
<p>==========================<br />
<strong>FOR CPANEL/WHM USERS</strong><br />
===========================<br />
1. Log in to WHM via root password.<br />
2. Find &#8220;easyapache&#8221; under softwares tab.<br />
3. Start customizing profile, and select default apache and php versions, and click on next.<br />
4. You&#8217;ll see many modules. Select sourceguardian and re-build the apache.<br />
5. When the re-build is completed, restart HTTP ( apache ) and DONE</p>
<p>Please post it here if you have any questions regarding sourceguardian installation. We would be happy to answer your all questions.</p>
<p><em>Best Regards<br />
Wajdan</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-sourceguardian-via-sshroot-access.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fantastico Deluxe AutoInstaller</title>
		<link>http://www.regencyhost.com/blog/general-articles/fantastico-deluxe-autoinstaller.html</link>
		<comments>http://www.regencyhost.com/blog/general-articles/fantastico-deluxe-autoinstaller.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 06:09:00 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[General Articles]]></category>
		<category><![CDATA[Fantastico Deluxe With Every Hosting Account]]></category>
		<category><![CDATA[Fantastico Free With Hosting Account]]></category>
		<category><![CDATA[Install Scripts using Fantastico Deluxe]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=41</guid>
		<description><![CDATA[Fantastico Deluxe is just how the name donates  it&#8217;s fantastic. It&#8217;s one of the most popular 3rd party add-ons that can be purchased and installed to cPanel. Fantastico AutoInstaller is probably one of the most advanced script installer we&#8217;ve ever seen. Currently it can install a large amount of scripts, ranging from bulletin boards to [...]]]></description>
			<content:encoded><![CDATA[<p>Fantastico Deluxe is just how the name donates  it&#8217;s fantastic. It&#8217;s one of the most popular 3rd party add-ons that can be purchased and installed to cPanel. Fantastico AutoInstaller is probably one of the most advanced script installer we&#8217;ve ever seen. Currently it can install a large amount of scripts, ranging from bulletin boards to content management systems. Fantastico Deluxe comes FREE with each <a href="http://www.regencyhost.com/shared_hosting.html">web hosting</a> account.</p>
<p>Once logged into Fantastico Deluxe, you simply need to select an script from the list located at the left column and follow the steps given during the process. The chosen script will be installed on your <a href="http://www.regencyhost.com">RegencyHost</a> web hosting account within minutes. The Fantastico system is designed to update these programs with the newest version on a regular basis. Users can be assured they are getting the latest stable version of the software and that it&#8217;s installed correctly and properly on the systems.</p>
<p>One of the key features to Fantastico Deluyxe is how easy it makes installing programs and scripts. Simply by selecting a program or script to install and offering a small amount of information for each, a user can have a program or script installed within a matter of minutes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/general-articles/fantastico-deluxe-autoinstaller.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proxy Hosting Plans are added</title>
		<link>http://www.regencyhost.com/blog/announcements/proxy-hosting-plans-are-added.html</link>
		<comments>http://www.regencyhost.com/blog/announcements/proxy-hosting-plans-are-added.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 13:38:29 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[high quality proxy hosting]]></category>
		<category><![CDATA[hosting for small proxy networks]]></category>
		<category><![CDATA[new proxy hosting plans]]></category>
		<category><![CDATA[non-oversold proxy hosting]]></category>
		<category><![CDATA[php proxy hosting]]></category>
		<category><![CDATA[powerful proxy server]]></category>
		<category><![CDATA[proxy hosting]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=36</guid>
		<description><![CDATA[We are pleased to announce that we have added new web hosting plans, proxy hosting. We are providing proxy hosting service for small proxy networks. Rich-featured proxy hosting plans are setup to meet a minimum requirements. Proxy sites eat ram and other server resources that is why we have setup a powerful server with extra [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">We are pleased to announce that we have added new web hosting plans, <a href="http://www.regencyhost.com/proxy_hosting.html">proxy hosting</a>. We are providing proxy hosting service for small proxy networks. Rich-featured proxy hosting plans are setup to meet a minimum requirements. Proxy sites eat ram and other server resources that is why we have setup a powerful server with extra ram available to handle proxy site&#8217;s load.</p>
<p>Our mission is to provide high quality <a href="http://www.regencyhost.com/proxy_hosting.html">proxy hosting</a> service that is why we do not oversell our web hosting pakages, you will be allowed to use all available resources allocated by us that is what you call non-oversold web hosting service.</p>
<p><strong>Best Regards!<br />
CEO Of RegencyHost</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/announcements/proxy-hosting-plans-are-added.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install Cpanel/whm on a VPS</title>
		<link>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-cpanelwhm-on-a-vps.html</link>
		<comments>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-cpanelwhm-on-a-vps.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 07:56:16 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[how to install cpanel]]></category>
		<category><![CDATA[how to install whm]]></category>
		<category><![CDATA[installation trial license of cpanel/whm]]></category>
		<category><![CDATA[installing cpanel/whm]]></category>
		<category><![CDATA[installing cpanel/whm on vps]]></category>
		<category><![CDATA[vps cpanel/whm installation]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=28</guid>
		<description><![CDATA[I am giving a guide on how to install cpanel/whm trial or full license on a vps or a dedicated server using centos, fedora, unbntu etc operating systems.
In case you want a trial licence for cpanel you should go to : http://www.cpanel.net/store/
I am giving a detailed guide to install cpanel/whm software easily, instructions are given [...]]]></description>
			<content:encoded><![CDATA[<p>I am giving a guide on how to install cpanel/whm trial or full license on a vps or a dedicated server using centos, fedora, unbntu etc operating systems.<br />
In case you want a trial licence for cpanel you should go to : http://www.cpanel.net/store/<br />
I am giving a detailed guide to install cpanel/whm software easily, instructions are given below,</p>
<p>1 &#8211; Login to your VZMC and get inside your server<br />
2 &#8211; Create a new VPS with the Sample Ve Config call vps.cpanel<br />
3 &#8211; Select the ips you want to use in that VPS and the dns servers.<br />
4 &#8211; Select RedHat Enterprise Template (not minimal)<br />
5 &#8211; Dont select any addon.You dont need it for cpanel.<br />
6 &#8211; Select the Space / Memory / CPU . All the normal stuff of your normal VPS. Put Start on boot and the rest of the normal stuff. Rememeber to use unlimited VPs.<br />
7 &#8211; Go to your Ev1 Member section, open a ticket with your IP / and root password and request ev1 to get your VPS register in up2date. CHECK IT IF IT IS WELL CONFIGURE!! JUST IN CASE.<br />
=====================================<br />
If have a vps not dedicated server, below instructions will be used. Anyhow, these instructions are attached to above nstructions ( for Dedicated server holders only )<br />
=======================================<br />
8 &#8211; Go in ssh and do the following steps:<br />
mkdir /home/cpins<br />
cd /home/cpins<br />
wget http://layer1.cpanel.net/latest<br />
sh latest </p>
<p>This command will install cpanel/whm without asking any question.<br />
If you have any problems you should check: http://www.cpanel.net/install.html</p>
<p>9 &#8211; Login to : https://xxx.xxx.xxx.xxx:2086 and setup your server.<br />
If you never setup a cpanel server, you can find some usefull information here: http://www.cpanel.net/docs.htm or search ev1 forum or ask me. I will be happy to help.</p>
<p>Well. Hopefully for some of you was usefull and will give you something else to try/offer in your VPS server.<br />
Dear, it needs atleast 128 MB for cpanel to work.</p>
<p>If you have any problems with the guide let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-cpanelwhm-on-a-vps.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to install apache2, php5 and Mysql With Yum On Vps</title>
		<link>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-apache2-php5-and-mysql-with-yum-on-vps.html</link>
		<comments>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-apache2-php5-and-mysql-with-yum-on-vps.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 11:36:54 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[how to install apache]]></category>
		<category><![CDATA[how to install mysql]]></category>
		<category><![CDATA[how to install mysql databases]]></category>
		<category><![CDATA[how to install php]]></category>
		<category><![CDATA[installing mysql on vps]]></category>
		<category><![CDATA[installing php on vps]]></category>
		<category><![CDATA[yum commands]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=18</guid>
		<description><![CDATA[We shall teach how to install latest version of apache, php5 and mysql databases on a centos vps with a single command. Please remember that this guide assumes you know basic linux and sehll commands, anyhow all steps are documented. We have given simple steps below to install apache, php and mysql on a vps [...]]]></description>
			<content:encoded><![CDATA[<p>We shall teach how to install latest version of apache, php5 and mysql databases on a centos vps with a single command. Please remember that this guide assumes you know basic linux and sehll commands, anyhow all steps are documented. We have given simple steps below to install apache, php and mysql on a vps below,</p>
<p><strong>1. </strong>Our 1st steup, is quite simple. Once you have connected to your server via SSH, use the following command to install everything you need.</p>
<p style="text-align: left;">
<blockquote><p>yum -y install httpd php mysql mysql-server php-mysql</p></blockquote>
<p style="text-align: left;">This will take  2 &#8211; 5 minuts to download ( Total Size is 16Mb )<br />
Once its done Yum will say “Complete!” and you will be returned to command area.<br />
Second, you need to set a MySQL root password. Without this, your MySQL server can be attacked, and it WILL happen! Use the following command (With QUOTES) to set your root password,</p>
<blockquote><p>mysqladmin -u root password &#8216;ENTER-PASSWORD-HERE&#8217;</p></blockquote>
<p style="text-align: left;">Next, we shall do further security checks on MYSQL by removing any other users that managed to get created and removing the MYSQL test database.</p>
<blockquote><p>mysql -u root -p<br />
mysql&gt; DRO P DATABASE test;<br />
mysql&gt; DELETE FROM mysql.user WHERE user = &#8221;;<br />
mysql&gt; FLUSH PRIVILEGES;</p></blockquote>
<p style="text-align: left;">In the last, we shall set apache and mysql to run on startup. This is useful tool if your server has a power outage or needs to be rebooted as it will automatically restart Apache &amp; MySQL for you.</p>
<blockquote><p>/sbin/chkconfig httpd on<br />
/sbin/chkconfig &#8211;add mysqld<br />
/sbin/chkconfig mysqld on<br />
/sbin/service httpd start<br />
/sbin/service mysqld start</p></blockquote>
<p style="text-align: left;">To check if verything is working fine and ready to use, browse to the web server directory (on CentOS its /var/www/html) and create a new file using  text editor called phpinfo.php (enter “nano phpinfo.php” to open the text editor). Enter the following code into that file to check PHP is working</p>
<p style="text-align: left;">Now all things was done properly and your vps is ready to use and cleared from the security risks</p>
<p style="text-align: left;">
<p><strong><em>Best Regards<br />
RegencyHost, Inc Network Support Team</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/virtual-private-servers/how-to-install-apache2-php5-and-mysql-with-yum-on-vps.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Rv Site Builder with every hosting plan</title>
		<link>http://www.regencyhost.com/blog/announcements/rv-site-builder-with-every-hosting-plan.html</link>
		<comments>http://www.regencyhost.com/blog/announcements/rv-site-builder-with-every-hosting-plan.html#comments</comments>
		<pubDate>Sat, 06 Jun 2009 10:34:02 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[free rv site builder]]></category>
		<category><![CDATA[rv site builder feature list]]></category>
		<category><![CDATA[rv site builder with every hosting plan]]></category>
		<category><![CDATA[rv site builder without any cost]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=14</guid>
		<description><![CDATA[RegencyHost does provide best features to their clients and customers, we do our best to give you better solutions and better support. We have added one more option for our clients and customers. This is being added for all webmasters aspecially for newbies.
We are pleased to announce that we have added new feature in our [...]]]></description>
			<content:encoded><![CDATA[<p>RegencyHost does provide best features to their clients and customers, we do our best to give you better solutions and better support. We have added one more option for our clients and customers. This is being added for all webmasters aspecially for newbies.</p>
<p>We are pleased to announce that we have added new feature in our feature list. It is called &#8216;rv site builder&#8217;. Rv site builder is now available in all <a href="http://www.regencyhost.com/shared_hosting.html">shared</a> and <a href="http://www.regencyhost.com/reseller_hosting.html">reseller</a> web hosting pakages. It can be used by all existing clients as well as new clients. Rv site builder is a good tool for webmasters, even a newbie can easily make a webpage/website without having any knowledge about html, php, jsp and other languages.</p>
<p><strong>Some features of rv site builder are given below</strong></p>
<p>Rvsitebuilder is included free in control panels of all clients as well as resellers. Resellers have facility in their WHM so that they may allow/disallow sitebuilder  to certain users. Its an extra advantage for resellers as like many other hosting companies they may charge their users something extra for providing sitebuilder in their hosting account.</p>
<p><strong>Rv website builder </strong>is an advanced website builder. Easily create the website through the step by step navigator from creating the project, add the company name, web site title, upload logo, select the templates, tweak the template styles, choose the preferred navigator, create and manage page structure, edit the page with WYSIWYG html editor, add extra component, preview and publish the website. It is packed with colorful stylish templates, page layout and navigator styles.</p>
<p>We always add new templates to the application in various categories in all kind of business such as business service, internet, beauty, heath, and etc. We use WysiwygPro as an online HTML editor. It supports all Internet Explorer versions from 5.0 up on Windows, and Netscape 7.1, Mozilla 1.4, Firefox 0.9 up or any other browser with an equivalent gecko layout engine on any platform where these browsers are available. This includes Macintosh and Linux.</p>
<p>Keep in mind that you don&#8217;t need a supported browser to see HTML pages generated using WysiwygPro , you just need a supported browser to edit with WysiwygPro. WysiwygPro is pure JavaScript and HTML in the browser, it requires no browser plug-ins, ActiveX controls.</p>
<p><strong>Other Features </strong></p>
<ul>
<li>Royalty free website templates</li>
<li>3 color schemes and 2 image styles for                                           each template</li>
<li>New colorful website templates on monthly                                           basis</li>
<li>Two tone colour, Illustrate, flash website                                           template style</li>
<li>Switchable navigator among 22 navigator                                           styles</li>
<li>HTML layout template</li>
<li>HTML layout template with image Design</li>
<li>HTML layout template with pre-built                                           content</li>
<li>XHTML 1.0 Transitional compliance</li>
</ul>
<p><strong>Extras Component                                       Features</strong></p>
<ul>
<li>Photo album</li>
<li>Online Form</li>
<li>Custom page title</li>
<li>Custom META tag; META keywords, META                                           description</li>
<li>Page effect.</li>
</ul>
<p>If you have any question regarding rv site builder addon. Please open a support ticket or comment this article to get required information.</p>
<p><span style="color: #ff0000;"><em>Best Regards</em></span></p>
<p><span style="color: #ff0000;"><em>RegencyHost Network Staff Team.</em></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/announcements/rv-site-builder-with-every-hosting-plan.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>RegencyHost.com is lunched today&#8230;</title>
		<link>http://www.regencyhost.com/blog/announcements/regencyhostcom-is-lunched-today.html</link>
		<comments>http://www.regencyhost.com/blog/announcements/regencyhostcom-is-lunched-today.html#comments</comments>
		<pubDate>Thu, 28 May 2009 17:18:23 +0000</pubDate>
		<dc:creator>Wajdan</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[business hosting]]></category>
		<category><![CDATA[cheap hosting]]></category>
		<category><![CDATA[cpanel hosting]]></category>
		<category><![CDATA[regencyhost is lunched]]></category>
		<category><![CDATA[regencyhost is opened]]></category>
		<category><![CDATA[reseller hosting]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[unlimited hosting]]></category>

		<guid isPermaLink="false">http://www.regencyhost.com/blog/?p=3</guid>
		<description><![CDATA[
We are pleased to announce that we are lunching regencyhost network today to provide world wide web hosting service to all over the world. Regencyhost is being opened to provide professional hosting service for personal, private and business use.
Regencyhost is a legal web hosting company,  provides fast hosting service to all over the world. We [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.regencyhost.com/images/logo---unique.jpg" alt="RegencyHost Network Banner" /></p>
<p>We are pleased to announce that we are lunching <strong>regencyhost</strong> network today to provide world wide web hosting service to all over the world. <strong>Regencyhost</strong> is being opened to provide professional hosting service for personal, private and business use.</p>
<p><strong>Regencyhost</strong> is a legal web hosting company,  provides fast hosting service to all over the world. We use cpanel for better files &amp; data management solution.  Everyone wish to use cpanel as their default control panel.</p>
<p>We are here to full filling your promises that we’ll provide the best quality of hosting services to our clients with 99.9% uptime guarrante.</p>
<p>We have fully managed and secured servers to ensure the proper security of files and data hosted on our servers. It is an essential step for every good hosting company to develop better relations with their clients and customers by providing best service and best support.</p>
<p>We are possitive in providing the professional web hosting service, we&#8217;ll do our best to provide best support and best features that can ever you expect.</p>
<p><strong>Best Regards</strong></p>
<p><strong>CEO of RegencyHost.com</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.regencyhost.com/blog/announcements/regencyhostcom-is-lunched-today.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
