<?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>Fantastiblog &#187; webshell</title>
	<atom:link href="http://www.fantastic.net.au/blog/category/webshell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fantastic.net.au/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 27 Nov 2009 16:13:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing a Wordpress theme on H-Sphere using WebShell</title>
		<link>http://www.fantastic.net.au/blog/2007/07/08/uploading-folders-to-webshell/</link>
		<comments>http://www.fantastic.net.au/blog/2007/07/08/uploading-folders-to-webshell/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 17:33:58 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[webshell]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/2007/07/08/uploading-folders-to-webshell/</guid>
		<description><![CDATA[When you are running your own Wordpress blog on H-Sphere you will eventually want to install a new theme. What makes this interesting is that WebShell, the tool allowing file access to your H-Sphere hosting account, doesn&#8217;t appear to allow you to upload a directory (folder) from your computer. Since a Wordpress theme can contain [...]]]></description>
			<content:encoded><![CDATA[<p>When you are running your own Wordpress blog on H-Sphere you will eventually want to install a new theme. What makes this interesting is that WebShell, the tool allowing file access to your H-Sphere hosting account, doesn&#8217;t appear to allow you to upload a directory (folder) from your computer. Since a Wordpress theme can contain many files (and even a few folders) this presents a sticky situation. Do you want to upload all those files 10 at a time? No? I don&#8217;t either.</p>
<p>What we need is a little lateral thinking. Now, if you have a static IP address you could turn on FTP and upload that way, but what if that&#8217;s not an option either? As fortune would have it, WebShell allows us to use a wonderful tool called &#8216;wget&#8217;, which is more or less short for &#8216;web get&#8217; &#8211; a very tricky name indeed. What could it mean? Simply it allows us to grab any file that you can click to in a web browser and copy it into your WebShell. Now do you see where we are going?</p>
<p>The best way to get the theme in is to first navigate to your blog/wp-contents/themes directory in WebShell. Next, try to find the original URL of your theme on the web (this will usually be a .zip archive, which is great for this job.) Now use the &#8216;WGET&#8217; button that you see at the bottom of the WebShell page. Just paste in the URL of the theme&#8217;s archive, click &#8216;get&#8217; and wait. Once your theme has been transferred to your WebShell, click on it once and then use the &#8216;uncompress&#8217; button to, well, uncompress the archive. Now your theme will be ready to use.</p>
<p>What if you cannot find a nice link to the archive?</p>
<p>Sometimes the download link is obscured behind a link like this :<br />
<code>http://themes.wordpress.net/download.php?theme=2575</code><br />
and WebShell will only get you a file like &#8216;download.php&#8217; &#8211; which isn&#8217;t very helpful.</p>
<p>Fear not! This is where your ISP&#8217;s free web hosting space comes in handy. Remember that? Most ISP&#8217;s do provide you with free web space on their site, usually something like : &#8216;members.ispname.com/yourname&#8217; go and check now, you probably do have it available.</p>
<p>Now that you have your free web space ready, upload the archive there and go back to the previous step. This time, however, replace the original URL of the theme archive with the URL to the archive in your account at your ISP. Easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/07/08/uploading-folders-to-webshell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated to WordPress 2.1.1 and nice permalinks</title>
		<link>http://www.fantastic.net.au/blog/2007/02/28/updated-to-wordpress-211-and-nice-permalinks/</link>
		<comments>http://www.fantastic.net.au/blog/2007/02/28/updated-to-wordpress-211-and-nice-permalinks/#comments</comments>
		<pubDate>Wed, 28 Feb 2007 05:39:33 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[webshell]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.fantastic.net.au/blog/2007/02/28/updated-to-wordpress-211-and-nice-permalinks/</guid>
		<description><![CDATA[Just completed the update to WordPress version 2.1.1 which was great practice.
Also managed to edit my .htaccess file &#8211; which seemed quite hard at first!
Here in H-Sphere land we don&#8217;t allow direct shell access to accounts, which on the whole saves a great deal of grief. Occasionally we need to think outside the WebShell box, [...]]]></description>
			<content:encoded><![CDATA[<p>Just completed the update to WordPress version 2.1.1 which was great practice.</p>
<p>Also managed to edit my .htaccess file &#8211; which seemed quite hard at first!</p>
<p>Here in H-Sphere land we don&#8217;t allow direct shell access to accounts, which on the whole saves a great deal of grief. Occasionally we need to think outside the WebShell box, however <img src='http://www.fantastic.net.au/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>WebShell allows you to do all the normal tasks you might want a shell for, but in a controlled web based interface. Now, the standard way of creating a .htaccess file (and the normal reason) is to use the &#8216;edit .htaccess&#8217; button (or create button) which allows you to create a list of usernames and passwords that will be allowed access to the folder in question.</p>
<p>However there&#8217;s no way to manually add other lines in there, like to add &#8216;mod_rewrite&#8217; rules for WordPress to make nice permalinks with. So &#8211; in Settings allow all files to be seen, then use the File command to create a new .htaccess file and paste in the mod_rewrite rules that WordPress has kindly suggested. Done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fantastic.net.au/blog/2007/02/28/updated-to-wordpress-211-and-nice-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
