<?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>Linux Servers cPanel webhosting blog &#187; Create new FTP account from cPanel</title>
	<atom:link href="http://www.theperfectarts.com/tag/create-new-ftp-account-from-cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Wed, 08 Feb 2012 05:58:30 +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>Recreate the jos_session for Joomla script</title>
		<link>http://www.theperfectarts.com/2012/01/recreate-the-jos_session-for-joomla-script/</link>
		<comments>http://www.theperfectarts.com/2012/01/recreate-the-jos_session-for-joomla-script/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 20:32:43 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Mysql + phpmyadmin]]></category>
		<category><![CDATA[Third party script issue]]></category>
		<category><![CDATA[corrupt jos_session]]></category>
		<category><![CDATA[Create new FTP account from cPanel]]></category>
		<category><![CDATA[drop jos_session table]]></category>
		<category><![CDATA[issue with jos_session]]></category>
		<category><![CDATA[joomla jos_session error]]></category>
		<category><![CDATA[jos_session error]]></category>
		<category><![CDATA[jos_session recreation]]></category>
		<category><![CDATA[problem with jos_session]]></category>
		<category><![CDATA[recreate jos_session table]]></category>
		<category><![CDATA[resolve jos_session issue]]></category>
		<category><![CDATA[table jos_session issue]]></category>
		<category><![CDATA[what is jos_session tabke]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=1845</guid>
		<description><![CDATA[Some time we face the jos_session session corrupt error message at that time, we can recreate the &#8220;jos_session&#8221; table by running the following query from the phpmyadmin. DROP table if exist `jos_session` CREATE TABLE `jos_session` (   `username` varchar(150) default &#8221;,   `time` varchar(14) default &#8221;,   `session_id` varchar(200) NOT NULL default &#8217;0&#8242;,   `guest` [...]]]></description>
			<content:encoded><![CDATA[<p>Some time we face the jos_session session corrupt error message at that time, we can recreate the &#8220;jos_session&#8221; table by running the following query from the phpmyadmin.<br />
<script type="text/javascript">// <![CDATA[
  google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script><br />
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script><br />
<script type="text/javascript">// <![CDATA[
       var _gaq = _gaq || [];   _gaq.push(['_setAccount', 'UA-27772211-1']);   _gaq.push(['_trackPageview']);   (function() {     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);   })();
// ]]&gt;</script></p>
<blockquote><p><strong>DROP table if exist `jos_session`</strong></p>
<p><strong>CREATE TABLE `jos_session` (</strong><br />
<strong>  `username` varchar(150) default &#8221;,</strong><br />
<strong>  `time` varchar(14) default &#8221;,</strong><br />
<strong>  `session_id` varchar(200) NOT NULL default &#8217;0&#8242;,</strong><br />
<strong>  `guest` tinyint(4) default &#8217;1&#8242;,</strong><br />
<strong>  `userid` int(11) default &#8217;0&#8242;,</strong><br />
<strong>  `usertype` varchar(50) default &#8221;,</strong><br />
<strong>  `gid` tinyint(3) unsigned NOT NULL default &#8217;0&#8242;,</strong><br />
<strong>  `client_id` tinyint(3) unsigned NOT NULL default &#8217;0&#8242;,</strong><br />
<strong>  `data` longtext,</strong><br />
<strong>  PRIMARY KEY  (`session_id`(64)),</strong><br />
<strong>  KEY `whosonline` (`guest`,`usertype`),</strong><br />
<strong>  KEY `userid` (`userid`),</strong><br />
<strong>  KEY `time` (`time`)</strong><br />
<strong>) TYPE=MyISAM CHARACTER SET `utf8`;</strong></p></blockquote>
<p>But make sure that you have taken the backup for the existing database.</p>
<p><script type="text/javascript">// <![CDATA[
  google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script>NOTE : If you have any issue to copy the above query, please refer to the following URL to copy the jos_session table query.</p>
<p>http://www.theperfectarts.com/jos_session.txt</p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2012/01/recreate-the-jos_session-for-joomla-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create new FTP account from cPanel?</title>
		<link>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/</link>
		<comments>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:01:12 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[FTP / Frontpage / Dreamweaver]]></category>
		<category><![CDATA[cPanel >> ftp accounts]]></category>
		<category><![CDATA[cPanel extra FTP account]]></category>
		<category><![CDATA[cpanel ftp access disabled]]></category>
		<category><![CDATA[cpanel user not connecting to FTP]]></category>
		<category><![CDATA[Create new FTP account from cPanel]]></category>
		<category><![CDATA[Create new FTP account from x3 theme]]></category>
		<category><![CDATA[disabled default ftp]]></category>
		<category><![CDATA[FTP accoutn issue in cPanel]]></category>
		<category><![CDATA[FTP connecting problem with cpanel user name]]></category>
		<category><![CDATA[ftp problem]]></category>
		<category><![CDATA[new FTP account from cPanel]]></category>
		<category><![CDATA[new FTP account with x theme]]></category>
		<category><![CDATA[nwe ftp account]]></category>
		<category><![CDATA[problem with ftp]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=260</guid>
		<description><![CDATA[In now a days most of the hosting provider is not allowing to use default FTP user (cPanel login) to access FTP in that case we need to create new FTP account from cPanel but new user having problem to create it from cPanel in that case follow the steps.. For X theme cPanel. First [...]]]></description>
			<content:encoded><![CDATA[<p>In now a days most of the hosting provider is not allowing to use default FTP user (cPanel login) to access FTP in that case we need to create new FTP account from cPanel but new user having problem to create it from cPanel in that case follow the steps..</p>
<p>For X theme cPanel.</p>
<p>First login into cPanel and select &#8220;FTP Manager&#8221;</p>
<p><a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xtheme1-2/" rel="attachment wp-att-263"><img class="aligncenter size-full wp-image-263" title="xtheme1" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xtheme11.png" alt="xtheme1" width="754" height="450" /></a></p>
<p>Second &#8220;Add FTP Account&#8221;</p>
<div id="attachment_267" class="wp-caption aligncenter" style="width: 751px"><a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xftp/" rel="attachment wp-att-267"><img class="size-full wp-image-267" title="xftp" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xftp.png" alt="X Theme" width="741" height="450" /></a><p class="wp-caption-text">X Theme</p></div>
<p>Third insert the information as per your requirement in following section.</p>
<div id="attachment_268" class="wp-caption aligncenter" style="width: 779px"><a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/xtheme3/" rel="attachment wp-att-268"><img class="size-full wp-image-268" title="xtheme3" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/xtheme3.png" alt="X Theme" width="769" height="450" /></a><p class="wp-caption-text">X Theme</p></div>
<p>For X3 theme refer the following steps</p>
<p>Login into cPanel and select the FTP Accounts from Files section</p>
<div id="attachment_273" class="wp-caption aligncenter" style="width: 809px"><a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/x31st/" rel="attachment wp-att-273"><img class="size-full wp-image-273" title="x31st" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/x31st.png" alt="X3 Theme" width="799" height="489" /></a><p class="wp-caption-text">X3 Theme</p></div>
<p>Second insert the login details as per your requirement.</p>
<p><div id="attachment_274" class="wp-caption aligncenter" style="width: 1450px"><a href="http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/x3ftp/" rel="attachment wp-att-274"><img class="size-full wp-image-274" title="x3ftp" src="http://www.theperfectarts.com/wp-content/uploads/2009/09/x3ftp.png" alt="X3 Theme" width="1440" height="826" /></a><p class="wp-caption-text">X3 Theme</p></div><br />
<script type="text/javascript">// <![CDATA[
 google_ad_client = "ca-pub-1685490665026631"; /* images */ google_ad_slot = "1433358698"; google_ad_width = 300; google_ad_height = 250;
// ]]&gt;</script></p>
<p><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">// <![CDATA[</p>
<p>// ]]&gt;</script></p>
<p>&copy;2012 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2009/09/create-new-ftp-account-from-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

