<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Webmasterpals - Blogs</title>
		<link>http://webmasterpals.com/blog.php</link>
		<description>Social Community Forum for Webmasters</description>
		<language>en</language>
		<lastBuildDate>Fri, 21 Nov 2008 02:56:13 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.webmasterpals.com/images/misc/rss.jpg</url>
			<title>Webmasterpals - Blogs</title>
			<link>http://webmasterpals.com/blog.php</link>
		</image>
		<item>
			<title>Restoring gzip mysql database file</title>
			<link>http://webmasterpals.com/blog.php?b=11</link>
			<pubDate>Tue, 12 Feb 2008 10:05:33 GMT</pubDate>
			<description><![CDATA[*How to import a gzipped file into mysql database?*

SSH command to restore a gzipped large databases to mysql.

*gunzip < dbname.gz | mysql -u...]]></description>
			<content:encoded><![CDATA[<div><b>How to import a gzipped file into mysql database?</b><br />
<br />
SSH command to restore a gzipped large databases to mysql.<br />
<br />
<b>gunzip &lt; dbname.gz | mysql -u Username -p dbname</b><br />
<br />
Remember phpmyadmin will not work for large database files..</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=11</guid>
		</item>
		<item>
			<title>Cpanel SCP copy problem</title>
			<link>http://webmasterpals.com/blog.php?b=10</link>
			<pubDate>Mon, 11 Feb 2008 22:38:48 GMT</pubDate>
			<description>i faced a weird problem with hostgator in copying cpanel backup files to a server. i am running SSH on different non-standard port of 22. 
...</description>
			<content:encoded><![CDATA[<div>i faced a weird problem with hostgator in copying cpanel backup files to a server. i am running SSH on different non-standard port of 22. <br />
 <br />
Everytime i do a remote backup, it shows copy failed. i had no problems whatsoever with bluehost cpanel. <br />
 <br />
To fix the problem i changed my SSH daemon back to port 22 and unblocked the port in firewall. <br />
 <br />
Bingo! it works now!<br />
 <br />
It looks like few cpanel versions are causing this problem. Not sure though!</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=10</guid>
		</item>
		<item>
			<title>Freeing disk space when mailbox full?</title>
			<link>http://webmasterpals.com/blog.php?b=9</link>
			<pubDate>Mon, 11 Feb 2008 22:38:06 GMT</pubDate>
			<description>I became concered with my mailbox as i have never been receiving any email for the past  1 week and i never knew those mails which came bounced back...</description>
			<content:encoded><![CDATA[<div>I became concered with my mailbox as i have never been receiving any email for the past  1 week and i never knew those mails which came bounced back to sender. I have a cpanel with spam assasin enabled.<br />
 <br />
i checked up and truly no diskspace was available. i noticed that in my cpanel <b>.spam</b> folder occupied almost all the diskspace.<br />
i couldnt clear up the space in the spam folder. <br />
 <br />
 i couldnt find that <b>Clear Spam </b>button under cpanel &gt; mail &gt; spam assasin and was not available. i only cleared up the space by deleting the .spam folder and all files under with file manager.</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=9</guid>
		</item>
		<item>
			<title>Cannot read cpanel license problem?</title>
			<link>http://webmasterpals.com/blog.php?b=8</link>
			<pubDate>Mon, 11 Feb 2008 22:37:25 GMT</pubDate>
			<description><![CDATA[If you change hostname in your server running cpanel, you might get "cannot read cpanel license" error.
 
Most often you will encounter this problem...]]></description>
			<content:encoded><![CDATA[<div>If you change hostname in your server running cpanel, you might get &quot;cannot read cpanel license&quot; error.<br />
 <br />
Most often you will encounter this problem if your hostname is registered with cpanel for licensing instead of your IP.  <br />
here is a way to fix it:<br />
Login and SSH to root and issue this command.<blockquote>/usr/local/cpanel/cpkeyclt</blockquote>This should fix your problem :)<br />
If you have any further problems, here is the <a href="http://support.theplanet.com/kb/controlpanels/cpanel/how-can-i-reactivate-my-cpanel-license" target="_blank"><b><font color="#0000ff">link</font></b></a> from theplanet which will help you to resolve the issue.</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=8</guid>
		</item>
		<item>
			<title>How to create a backup of your entire site in cpanel?</title>
			<link>http://webmasterpals.com/blog.php?b=7</link>
			<pubDate>Mon, 11 Feb 2008 22:36:45 GMT</pubDate>
			<description>If you have SSH or shell access it is very easy to backup entire site either through WHM or in linux console.
 
Remember each user accounts are in...</description>
			<content:encoded><![CDATA[<div>If you have SSH or shell access it is very easy to backup entire site either through WHM or in linux console.<br />
 <br />
Remember each user accounts are in the /home path. So if you have a domain xyz.com with user name xyz, then the path of your files will be /home/xyz in cpanel. You can save your tar.gz file in /home or /home/xyz path.<br />
 <br />
All backup file formats should be:<ul><li>cpmove-user.tar.gz</li>
<li>username.tar.gz</li>
<li>backup-date_time_user.tar.gz</li>
</ul>1. Go to backups in cpanel &gt; select remote &gt; enter remote user name, ip and passwd and /home directory then file will be downloaded there. <br />
 <br />
2. If you want to perform a backup of your entire site, just issue<blockquote>/scripts/pkgacct <br />
</blockquote><b>To restore a backup</b><br />
 <br />
1. If you are using WHM just go to restore backup, select the file in your home directory where you downloaded and you can restore without any problems.<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				/scripts/restorepkg username
			
		</td>
	</tr>
	</table>
</div></blockquote><b>NOTE:</b> You dont need to create the user account for the backup in your WHM when restoring the backup. It will be automatically created from your backup (like how it was in your previous cpanel)</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=7</guid>
		</item>
		<item>
			<title>Connect to Internet with BSNL Adsl Modem in Ubuntu Linux</title>
			<link>http://webmasterpals.com/blog.php?b=6</link>
			<pubDate>Mon, 11 Feb 2008 22:35:31 GMT</pubDate>
			<description>*How to connect to internet with BSNL ADSL modem on dataone connection in Linux?*
 
Its very easy to connect to internet with dataone connection in...</description>
			<content:encoded><![CDATA[<div><b>How to connect to internet with BSNL ADSL modem on dataone connection in Linux?</b><br />
 <br />
Its very easy to connect to internet with dataone connection in ubuntu linux. All you have to do give a few commands in the terminal.<br />
 <br />
<b>What is Required:</b><br />
 <br />
1. Ubuntu/Debian Linux<br />
2. BSNL Adsl Modem<br />
3. Ethernet connection to your PC from modem<br />
 <br />
I very much recommend ethernet connection than compared to USB connection as it is little bit complex to configure with USB.<br />
 <br />
<br />
1. First install <b>pppoeconf </b>(point to point protocol over ethernet) protocol in your system<blockquote><b>sudo apt-get install pppoeconf</b></blockquote>2. Connect the modem to the ethernet port and switch on the modem. Wait until few minutes until you see the ADSL link glow.<blockquote><b>sudo pppoeconf</b></blockquote>You will now see a graphical interface which will automatically detect and configure your PC including username and password for the connection.<br />
 <br />
<br />
3. Once this is done, just issue<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				<blockquote>sudo pon dsl-provider</blockquote><blockquote>// connect to internet</blockquote><blockquote>sudo poff dsl-provider</blockquote><blockquote>//disconnect from internet.</blockquote>
			
		</td>
	</tr>
	</table>
</div></blockquote><blockquote>Once this is done, without any error messages, the connection is established. Just open your firefox browser and you should be able to visit sites.</blockquote></div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=6</guid>
		</item>
		<item>
			<title>Creating SPF Record for Domain Nameservers</title>
			<link>http://webmasterpals.com/blog.php?b=5</link>
			<pubDate>Mon, 11 Feb 2008 22:34:12 GMT</pubDate>
			<description>*How important in creating SPF record in your domain nameservers (or zone files)?*
 
Most email service providers like hotmail, aol block email...</description>
			<content:encoded><![CDATA[<div><b>How important in creating SPF record in your domain nameservers (or zone files)?</b><br />
 <br />
Most email service providers like hotmail, aol block email messages and place to spam folders if you dont have SPF entry in your domain and no reverse ip set on your nameserver.<br />
 <br />
Its very easy to setup the SPF record in your domain zone file. It is advisable that you setup spf record on every domain you create in your host.<br />
 <br />
1. visit <a href="http://www.openspf.org/" target="_blank"><font color="#0000ff">http://www.openspf.org</font></a>. Enter your domain there in the wizard tool and get the code there.<br />
 <br />
2. Go to cpanel and edit dns records and the end include a line like this...<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				<blockquote>domain.com. IN TXT &quot;v=spf1 a mx ~all&quot;</blockquote>
			
		</td>
	</tr>
	</table>
</div></blockquote>3. Make sure you ask your host to setup reverse dns entry for your mail server.</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=5</guid>
		</item>
		<item>
			<title>Nameserver IPs in CPanel not updating!</title>
			<link>http://webmasterpals.com/blog.php?b=4</link>
			<pubDate>Mon, 11 Feb 2008 22:32:31 GMT</pubDate>
			<description>Often in cpanel WHM once you have set nameserver IPs, it would be difficult to update the ips and the assigned IP addresses cannot be deleted.
 Here...</description>
			<content:encoded><![CDATA[<div>Often in cpanel WHM once you have set nameserver IPs, it would be difficult to update the ips and the assigned IP addresses cannot be deleted.<br />
 Here is what you have to do to manually change the IPs<br />
 <br />
1.  edit <b>/etc/nameserverips</b> and make sure the correct IPs point to nameservers. If not change it.<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				nano /etc/nameserverips
			
		</td>
	</tr>
	</table>
</div></blockquote>I have often noticed that even if you change the entries in the file, without disabling the whois lookup, cpanel will overwrite the file with previous settings. <br />
 <br />
2. Go to <b>WHM &gt; Setup &gt; Disable Whois lookup</b><br />
 <br />
 once you have done this you will you will not have any trouble in updating the IPs assigned to nameservers.</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=4</guid>
		</item>
		<item>
			<title>Problem with HyperText Area Editor with New Control</title>
			<link>http://webmasterpals.com/blog.php?b=3</link>
			<pubDate>Mon, 11 Feb 2008 22:31:15 GMT</pubDate>
			<description>HypertextArea is a very good, fast loading and light weight WYSIWYG HTML editor can be easily plugged into any website.
You can download the editor...</description>
			<content:encoded><![CDATA[<div>HypertextArea is a very good, fast loading and light weight WYSIWYG HTML editor can be easily plugged into any website.<br />
You can download the editor here: <a href="http://hypertextarea.sourceforge.net" target="_blank"><font color="#0000ff">http://hypertextarea.sourceforge.net</font></a><br />
 <br />
The code in the FAQs there for adding new control, didnt work for me so i have modified some code and fixed some bugs in it. I am posting the code here. although i could make the control to atleast load on the editor, i couldnt fix the clicking problem. <br />
 <blockquote><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 498px;
		text-align: left;
		overflow: auto"> 
 &lt;script language=&quot;JavaScript&quot; type=&quot;text/javascript&quot;&gt;

 function HRControl(){

 this.name = &quot;insertHR&quot;;

 this.getRenderedText = function(){

 text = '&lt;td&gt;&lt;div id=&quot;insertHR&quot;&gt;';

 text = text + '&lt;img class=&quot;btnImage&quot; src=&quot;'+this.area.resourcePath+'images/post_button_hr.gif&quot; width=&quot;20&quot; height=&quot;20&quot; alt=&quot;Insert HR&quot; title=&quot;Insert HR&quot; onClick=&quot;HyperTextArea.getArea(\''+ this.area.name +'\').insertElement(doc.createElement(&quot;hr&quot;))&quot;&gt;';

 text = text + '&lt;/div&gt;&lt;/td&gt;';

 return text;



 }

}
        
        //area = new HyperTextArea(&quot;content&quot;, 'here&#39;s the initial &quot;&lt;em&gt;preloaded&lt;/em&gt; &lt;b&gt;content&lt;/b&gt;&quot;', 520, 200,&quot;htextarea/&quot;);
        area = new HyperTextArea(&quot;content&quot;,&quot;Here is some content&lt;br/&gt;&quot;, 500, 300,&quot;htextarea/&quot;,&quot;htextarea/styles.css&quot;,true);
        area.addControl(new HRControl());
        area.render();
        //--&gt;
        
  &lt;/script&gt;</pre>
</div></blockquote></div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=3</guid>
		</item>
		<item>
			<title>GMail in HTML mode</title>
			<link>http://webmasterpals.com/blog.php?b=2</link>
			<pubDate>Sun, 10 Feb 2008 12:00:29 GMT</pubDate>
			<description>Gmail often can be slow loading if you have a dialup or slow internet connection. Often it could take very long time to show your inbox. The best...</description>
			<content:encoded><![CDATA[<div>Gmail often can be slow loading if you have a dialup or slow internet connection. Often it could take very long time to show your inbox. The best alternative is change your gmail interface to html mode.<br />
<br />
<br />
How to change gmail interface to html mode?<br />
It is very easy! just find <b>ui=1</b> in your browser address and change to <b>ui=html </b>then press enter. You will find the html interface loading fast.<br />
<br />
<br />
This tip could often be of great help on occasions where you are desperate to check your inbox in Gmail.</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=2</guid>
		</item>
		<item>
			<title>How to create cpanel backup?</title>
			<link>http://webmasterpals.com/blog.php?b=1</link>
			<pubDate>Sun, 10 Feb 2008 11:59:44 GMT</pubDate>
			<description>*How to create a backup of your entire site in cpanel?

* If you have SSH or shell access it is very easy to backup entire site either through WHM or...</description>
			<content:encoded><![CDATA[<div><b>How to create a backup of your entire site in cpanel?<br />
<br />
</b> If you have SSH or shell access it is very easy to backup entire site either through WHM or in linux console.<br />
<br />
<br />
Remember each user accounts are in the /home path. So if you have a domain xyz.com with user name xyz, then the path of your files will be /home/xyz in cpanel. You can save your tar.gz file in /home or /home/xyz path.<br />
<br />
All backup file formats should be:<ul><li>cpmove-user.tar.gz</li>
<li>username.tar.gz</li>
<li>backup-date_time_user.tar.gz</li>
</ul>1. Go to backups in cpanel &gt; select remote &gt; enter remote user name, ip and passwd and /home directory then file will be downloaded there. <br />
2. If you want to perform a backup of your entire site, just issue<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				/scripts/pkgacct
			
		</td>
	</tr>
	</table>
</div></blockquote><b>To restore a backup</b><br />
1. If you are using WHM just go to restore backup, select the file in your home directory where you downloaded and you can restore without any problems.<blockquote><div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				/scripts/restorepkg username
			
		</td>
	</tr>
	</table>
</div></blockquote><b>NOTE:</b> You dont need to create the user account for the backup in your WHM when restoring the backup. It will be automatically created from your backup (like how it was in your previous cpanel)</div>

]]></content:encoded>
			<dc:creator>admin</dc:creator>
			<guid isPermaLink="true">http://webmasterpals.com/blog.php?b=1</guid>
		</item>
	</channel>
</rss>
