<?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>LinuxHostingSupport &#187; updateuserdomains in cpanel</title>
	<atom:link href="http://linuxhostingsupport.net/blog/tag/updateuserdomains-in-cpanel/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxhostingsupport.net/blog</link>
	<description>Everything About _Linux WebHosting_</description>
	<lastBuildDate>Tue, 15 May 2012 15:39:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Howto: Change cPanel theme for multiple accounts.</title>
		<link>http://linuxhostingsupport.net/blog/howto-change-cpanel-theme-for-multiple-accounts</link>
		<comments>http://linuxhostingsupport.net/blog/howto-change-cpanel-theme-for-multiple-accounts#comments</comments>
		<pubDate>Thu, 03 Dec 2009 14:56:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel Management]]></category>
		<category><![CDATA[change cPanel theme for multiple accounts]]></category>
		<category><![CDATA[change cpanel theme from whm]]></category>
		<category><![CDATA[change cpanel x3 theme]]></category>
		<category><![CDATA[how to change Change cPanel theme?]]></category>
		<category><![CDATA[rebuild the cache in cpanel]]></category>
		<category><![CDATA[updateuserdomains in cpanel]]></category>

		<guid isPermaLink="false">http://linuxhostingsupport.net/blog/?p=386</guid>
		<description><![CDATA[How to change cPanel theme for multiple accounts?
The cPanel theme for an account is specified in the /var/cpanel/users/username file in the format
RS=value
For example:
BWLIMIT=unlimited
DEMO=0
DNS=domainname.com
FEATURELIST=default
HASCGI=1
IP=IPHERE
LANG=english
LOCALE=en
MAXADDON=0
MAXFTP=0
MAXLST=0
MAXPARK=0
MAXPOP=5
MAXSQL=0
MAXSUB=0
MTIME=1271068514
OWNER=root
PLAN=default
STARTDATE=1228721668
USER=username
RS=x3
where, x3 is the theme. WHM only provides the option to change the cPanel theme for an account one at a time. In order to change the theme for all the accounts at once, execute the following script:
for i in `ls -la /var/cpanel/users/ &#124; awk ‘{print $9}’ &#124; sed ‘1,3 d’`
do
sed -i “/RS/d” $i;
echo “RS=x3&#8243; &#62;&#62; $i;
done;
here, it will change the cPanel theme of all the [...]]]></description>
		<wfw:commentRss>http://linuxhostingsupport.net/blog/howto-change-cpanel-theme-for-multiple-accounts/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

