<?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>Computer Tips -Tech Info &#187; Web Hosting</title>
	<atom:link href="http://www.averyjparker.com/category/computers/web-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.averyjparker.com</link>
	<description>and Internet Security, Windows, Linux, Mac and other Tech Info from Avery J. Parker</description>
	<lastBuildDate>Wed, 07 Jul 2010 02:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Various Notes &#124; Morse Code Ringtones &#124; Java updates &#124; More Pages on the Way</title>
		<link>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/</link>
		<comments>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 16:31:32 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[General Site Info]]></category>
		<category><![CDATA[Linux Software]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Windows Software]]></category>
		<category><![CDATA[free morse code mp3 ringtones]]></category>
		<category><![CDATA[free mp3 ringtones]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java update]]></category>
		<category><![CDATA[morse code]]></category>
		<category><![CDATA[morse code ring tones]]></category>
		<category><![CDATA[ringtones]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[site news]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[vps webhosting]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xen vps]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/?p=2021</guid>
		<description><![CDATA[Sorry for the vague title, but there are various thoughts floating around at the moment.  The first is a big thanks to the support at Westhost for recovering my VPS over the last weekend.  I had started an automatic upgrade of wordpress in one of the sites hosted in this vps, it hung&#8230; [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Sorry for the vague title, but there are various thoughts floating around at the moment.  The first is a big thanks to the support at Westhost for recovering my VPS over the last weekend.  I had started an automatic upgrade of wordpress in one of the sites hosted in this vps, it hung&#8230; so I ssh&#8217;ed in and found the vps was essentially ruined &#8211; it managed to wipe out quite a bit.  I&#8217;m not sure if it was a coincidence or if the wordpress upgrade was really the culprit, but it managed to destroy quite a bit.  The support at westhost though had things back up within 24 hours.  It wasn&#8217;t just a matter of the site and database getting deleted, but files in /etc were gone (mail configuration hostname resolution wasn&#8217;t working, scp wasn&#8217;t working&#8230;. it was trashed in a bad way.)</p>
<p>Anyway, I&#8217;ve still been tinkering with the <a href="http://morseringtones.com">free morse code mp3 ringtones</a>.  In particular I&#8217;ve been tinkering with the <a href="http://morseringtones.com/cgi-bin/generate_ringtone.sh">Text to morse code mp3 generator</a>.  I&#8217;ve been trying to add utf support.  The backend generator does interpret morse for utf characters, I&#8217;ve managed to get a way to decode the url encoding if they&#8217;re placed in the text box, my big challange at the moment is the file name.  I have to truncate the filename so that it&#8217;s not too long, but most everything I&#8217;ve tried to truncate counts bits instead of characters.  Some, even if I tell it to count characters will assume that 1 character=1bit and I wind up with some of the utf characters cut short which gives unusual filename results.  In the testing version of the script I&#8217;ve just decided to sanitize things by replacing an extended character with an x&#8230;.</p>
<p><span id="more-2021"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
<br />
I may spend some time in the coming weeks here giving a peek behind the curtain at some of the scripts I&#8217;ve written for that site, or for some of those that I use myself to generate a morse code mp3 from an rss feed for instance.  I&#8217;m a bit reluctant to get the code of the generator script out there though for concern that I haven&#8217;t dotted all the i&#8217;s so to speak.</p>
<p>I have noticed in the last few weeks that java updates on windows now clean up old versions of the java runtime.  (At LAST.)  Java traditionally left it&#8217;s old counterparts installed making you go through and manually remove the older version.  Why remove the older version you ask?  Well, the java runtime engine version can be specified by java code.  The default is the most recent, but if someone wanted to do something mischievous, and take advantage of a vulnerability in an older release they could specify that release and if it was installed, then it doesn&#8217;t really matter that you&#8217;ve updated.</p>
<p>I did notice that it failed to remove something as old as, I think, update 5 of the latest version of the java runtime engine.  (Current AFAIK is update 13.)  So, it would be worth a check in your control panel/add remove programs to clean out the oldest ones and then in the future it should tidy up on it&#8217;s own.  (THANK YOU SUN!)</p>
<p>I&#8217;ve got ideas for several fairly large pages here &#8211; collections of ideas in one place.  For quite some time I was pretty fond of the blog post style of entries and for many things that makes sense, but&#8230;. there is also a place for collecting lot&#8217;s of information on a single topic on a single page so that you&#8217;re less likely to &#8220;lose anything&#8230;&#8221;  Sometimes I feel like the blog posts are somewhat like a large and jumbled junk drawer and the pages are neat organized boxes with labels telling exactly what is inside.</p>
<p>I should also mention that this site will likely be on the move soon.  My webhost provider is in the midst of transitioning away from their current vps model and it sounds as though things will be heading towards more of a shared hosting style setup.  This (and many of my other sites) have become complex enough in their demands that I&#8217;m thinking I&#8217;ll be moving many to a Xen vps hosted environment.  I&#8217;ve used the <a href="http://morseringtones.com">morse code ring tones</a> site as a first experiment of my own hosting in that xen environment and among other things I&#8217;m blown away by the responsiveness.  It will (hopefully) mean a performance boost if things work out right.  I haven&#8217;t finalized plans yet, but I think that&#8217;s the direction I&#8217;ll be heading.  It looks as though it&#8217;s going to be a cost increase for me though as much as 50% more for my overall hosting, so&#8230;. I&#8217;ll be looking for an overall improvement in speed/responsiveness if that&#8217;s the case to at least make it worth spending more.</p>
<p>It seems as though there are a few other notes I was going to write here, but at the moment I can&#8217;t recall what they would be&#8230;.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=2021&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2009/06/25/various-notes-morse-code-ringtones-java-updates-more-pages-on-the-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Site Promotion Through Directories</title>
		<link>http://www.averyjparker.com/2008/02/17/web-site-promotion-through-directories/</link>
		<comments>http://www.averyjparker.com/2008/02/17/web-site-promotion-through-directories/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 08:26:04 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Web Site Promotion]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2008/02/17/web-site-promotion-through-directories/</guid>
		<description><![CDATA[When I first started building web sites I seemed to have very good &#8220;google luck&#8221;.  I designed pages, published and then submitted to 4-5 search engines and a couple directories and the traffic started coming in.  The search engines were altavista, google, hotbot and a couple others and the directories were yahoo and [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>When I first started building web sites I seemed to have very good &#8220;google luck&#8221;.  I designed pages, published and then submitted to 4-5 search engines and a couple directories and the traffic started coming in.  The search engines were altavista, google, hotbot and a couple others and the directories were yahoo and dmoz.  Lot&#8217;s of things have changed though.  Recently submissions have been down to Google, MSN (Live), Yahoo and the Yahoo directory and the DMOZ.  The DMOZ has been more and more frustrating in recent years as it seems to take several years to get added.    So is that all you can do to get traffic for your site?</p>
<p><span id="more-1598"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>NO!  At one point in time I thought the idea of submitting to a few dozen obscure directories was pointless.  I mean, it takes a half hour to submit to a few of them and you might get one or two visitors out of it.  The big traffic comes from yahoo, google, and msn, so why bother with directories?  Backlinks..  backlinks?  Google indexes web pages everywhere.  Yes your content is important, but also the links that POINT to your content.  (And the pages they&#8217;re on.)  So, if your page content is about antique tractors and you don&#8217;t have any links you are seen as been relevant to antique tractors, but not very relevant so you likely have a low page rank.</p>
<p>Now let&#8217;s say you have the same site and are listed in 20 directories focused on farm equipment, now google sees your site in a new context.  It&#8217;s more popular and probably deserves a higher page rank.  This translates into higher placement in search results.</p>
<p>There are services that charge to submit your site to directories.  One that I&#8217;ve found that I really like charges just 14 cents per submission.  Yes, you read that right 14 cents per submission.  (Minimum of about $5 worth of directories.)  You pick how many directories you want to be added to, pay and they do the rest.  (These are human processed submissions not robot&#8230;)</p>
<p>Here&#8217;s a link&#8230; <img src="http://www.directorymaximizer.com/affiliate/aftra.php?af=10234&#038;ad=5&#038;p=1" width="1px" height="1px" /><br />
<a href="http://www.directorymaximizer.com/af.php?af=10234&#038;ad=5&#038;p=1">to their submission service.  The name is DirectoryMaximizer.com</a></p>
<p>So, that&#8217;s one more tool you can use to submit to more directories and hopefully improve your search rankings.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1598&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2008/02/17/web-site-promotion-through-directories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web translation</title>
		<link>http://www.averyjparker.com/2007/09/16/web-translation/</link>
		<comments>http://www.averyjparker.com/2007/09/16/web-translation/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 19:31:51 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2007/09/16/web-translation/</guid>
		<description><![CDATA[I found this link of plugins for wordpress to aid in multilingual site building.  I&#8217;ve been experimenting with English/Spanish designs of one site I maintain using plain html (index.html.en index.html.es and the server gives the correct page depending on the browser localization.  It seems as though there was an .htaccess change that I [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I found <a href="http://codex.wordpress.org/Plugins/Translation_and_Languages" class="broken_link" rel="nofollow">this link of plugins for wordpress to aid in multilingual site building.</a>  I&#8217;ve been experimenting with English/Spanish designs of one site I maintain using plain html (index.html.en index.html.es and the server gives the correct page depending on the browser localization.  It seems as though there was an .htaccess change that I had to make as well although I don&#8217;t recall off the top of my head.  (Maybe I can update if I read through it again.)</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1568&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2007/09/16/web-translation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Approaches to beating form spam submission</title>
		<link>http://www.averyjparker.com/2006/11/09/approaches-to-beating-form-spam-submission/</link>
		<comments>http://www.averyjparker.com/2006/11/09/approaches-to-beating-form-spam-submission/#comments</comments>
		<pubDate>Thu, 09 Nov 2006 18:19:53 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/09/approaches-to-beating-form-spam-submission/</guid>
		<description><![CDATA[I&#8217;ve replaced bare email addresses on web page with either an encoded variation of the email or with a contact form to discourage spam scrapers and other automated tools from using it for a spam magnet.  Well, it seems there are some tools that automatically submit forms &#8211; after all that&#8217;s what&#8217;s brought us [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I&#8217;ve replaced bare email addresses on web page with either an encoded variation of the email or with a contact form to discourage spam scrapers and other automated tools from using it for a spam magnet.  Well, it seems there are some tools that automatically submit forms &#8211; after all that&#8217;s what&#8217;s brought us the annoying captcha&#8217;s we see everywhere now.  (You now those pictures with squiggly letters and numbers that you sometimes have to redo two or three times if you can&#8217;t read it correctly.)  Well, Sans <a href="http://isc.sans.org/diary.php?storyid=1836">is talking about some interesting alternatives to the traditional captcha</a> for protecting a form from automated spam bots.</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1491&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/09/approaches-to-beating-form-spam-submission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a sitemap for Google</title>
		<link>http://www.averyjparker.com/2006/11/05/create-a-sitemap-for-google/</link>
		<comments>http://www.averyjparker.com/2006/11/05/create-a-sitemap-for-google/#comments</comments>
		<pubDate>Mon, 06 Nov 2006 03:08:33 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/11/05/create-a-sitemap-for-google/</guid>
		<description><![CDATA[Wordpress has a great plugin available to automatically keep your google sitemap updated, but I&#8217;ve done a few static websites in the last few days and just wanted a good, quick, web generated sitemap.  http://www.xml-sitemaps.com/ seems to do the job quite well, it generates a Google sitemap xml, compressed xml, and a ror sitemap [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Wordpress has a great plugin available to automatically keep your google sitemap updated, but I&#8217;ve done a few static websites in the last few days and just wanted a good, quick, web generated sitemap.  <a href="http://www.xml-sitemaps.com/">http://www.xml-sitemaps.com/</a> seems to do the job quite well, it generates a Google sitemap xml, compressed xml, and a ror sitemap (I hadn&#8217;t heard of that yet..)  It also generates a text file url-list and a html sitemap.</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1487&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/11/05/create-a-sitemap-for-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Sitemaps adds more tools</title>
		<link>http://www.averyjparker.com/2006/10/19/google-sitemaps-adds-more-tools/</link>
		<comments>http://www.averyjparker.com/2006/10/19/google-sitemaps-adds-more-tools/#comments</comments>
		<pubDate>Thu, 19 Oct 2006 16:56:50 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/19/google-sitemaps-adds-more-tools/</guid>
		<description><![CDATA[I just re-visited sitemaps last night to take a look at some of the new tools they&#8217;ve rolled out.  Google announced that they were adding a few features in the last couple days.  Crawl statistics (and control over slow/normal/fast crawl speed) is one of the additions, also it&#8217;s possible to tag images for [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>I just re-visited sitemaps last night to take a look at some of the new tools they&#8217;ve rolled out.  <a href="http://googlewebmastercentral.blogspot.com/2006/10/learn-more-about-googlebots-crawl-of.html">Google announced that they were adding a few features</a> in the last couple days.  Crawl statistics (and control over slow/normal/fast crawl speed) is one of the additions, also it&#8217;s possible to tag images for better searching and the number of URL&#8217;s read from a sitemap.  Nice, I&#8217;d LOVE to see them add the pagerank (in google toolbar form) on the page that they show the report of the page with the highest pagerank for the month.  By the way, the faster crawl rate is not available for all sites, only if google determines that crawl rate MAY be a factor in getting your pages indexed.  The change to faster lasts for 3 months.  (Faster crawl rate could put a higher load on your server.)  I found that sites with less than 20 pages (give or take) didn&#8217;t have the faster crawl option, bigger sites (20+) did have the option.  (Rough estimate.)</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1464&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/19/google-sitemaps-adds-more-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta tag analyzer</title>
		<link>http://www.averyjparker.com/2006/10/17/meta-tag-analyzer/</link>
		<comments>http://www.averyjparker.com/2006/10/17/meta-tag-analyzer/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 15:34:23 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/10/17/meta-tag-analyzer/</guid>
		<description><![CDATA[Meta tags are not as useful as they once were, but&#8230;. if you&#8217;re still trying to make sure that your description and keywords tags are done right (and match the consistency of the page) you might want to look at this metatag analyzer.  It also looks at the text on the page to give [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>Meta tags are not as useful as they once were, but&#8230;. if you&#8217;re still trying to make sure that your description and keywords tags are done right (and match the consistency of the page) you might want to look at <a href="http://www.widexl.com/remote/search-engines/metatag-analyzer.html">this metatag analyzer</a>.  It also looks at the text on the page to give you the frequency of keywords.</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1448&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/10/17/meta-tag-analyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo Site Explorer Update</title>
		<link>http://www.averyjparker.com/2006/08/08/yahoo-site-explorer-update/</link>
		<comments>http://www.averyjparker.com/2006/08/08/yahoo-site-explorer-update/#comments</comments>
		<pubDate>Wed, 09 Aug 2006 02:00:16 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/08/08/yahoo-site-explorer-update/</guid>
		<description><![CDATA[Yahoo has launched an update to their siteexplorer.  Site Explorer is an interface for website operators/designers to log in to yahoo and authenticate their &#8220;ownership&#8221; over the site sot hat you can find more information over and control the ways the site is indexed.  It&#8217;s fairly analogous to the Google Sitemaps feature that&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p><a href="http://www.ysearchblog.com/archives/000341.html" class="broken_link" rel="nofollow">Yahoo has launched an update to their siteexplorer</a>.  Site Explorer is an interface for website operators/designers to log in to yahoo and authenticate their &#8220;ownership&#8221; over the site sot hat you can find more information over and control the ways the site is indexed.  It&#8217;s fairly analogous to the Google Sitemaps feature that&#8217;s available in Google&#8217;s webmaster tools area.  It&#8217;s good to see search companies letting users &#8220;peek behind the curtain&#8221; a bit, although I&#8217;m still wondering how effective these tools are.</p>
<p><span id="more-1306"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>I mean one of the problems int he google sitemaps groups were an impression that signing up with sitemaps and uploading a sitemap hurt the sites ranking in google.  Now, this was denied as not possible, but some were convinced.  It looks like these tools give more ways of controlling what&#8217;s indexed, however they&#8217;re not gaurantees of indexing, so&#8230;. how useful are they?  The ability to see how the search engine sees your pages is interesting.  In Google sitemaps they have summaries of words that are seen as keywords for your site.  They also show approximately where you show up for certain search terms.</p>
<p>So far, I&#8217;ve gone through the authentication process for a number of domains hoping to try out Site Explorer and I&#8217;m still waiting for Yahoo to authenticate the sites, so&#8230;. maybe I&#8217;ll update here when I get a chance to see first hand what options there are in site explorer.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"> </div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1306&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/08/08/yahoo-site-explorer-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saving you from yourself or specifying which index file to use with apache</title>
		<link>http://www.averyjparker.com/2006/08/08/saving-you-from-yourself-or-specifying-which-index-file-to-use-with-apache/</link>
		<comments>http://www.averyjparker.com/2006/08/08/saving-you-from-yourself-or-specifying-which-index-file-to-use-with-apache/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 14:51:48 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Site Info]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/08/08/saving-you-from-yourself-or-specifying-which-index-file-to-use-with-apache/</guid>
		<description><![CDATA[As I said, I mistakenly uploaded a page of links that I use for the main administration across many sites to this domain.  Unfortunately, the server preferred using the index.html to the index.php that serves up the USUAL home page.  So, for about an hour after my slipup&#8230;. the main page for this [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p><a href="http://www.averyjparker.com/2006/08/08/whoops/">As I said</a>, I mistakenly uploaded a page of links that I use for the main administration across many sites to this domain.  Unfortunately, the server preferred using the index.html to the index.php that serves up the USUAL home page.  So, for about an hour after my slipup&#8230;. the main page for this site showed a page full of links to admin logins/stat monitors, google utilities, etc. etc.  (At least I&#8217;m not dumb enough to have put in password information.)  Anyway&#8230;. I thought, how should I protect myself from doing that again?  .htaccess is the answer&#8230;.</p>
<p><span id="more-1302"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Apache has a number of configuration options and many can be specified or over-ridden from your .htaccess file in the folder you want to affect.  In this case, here&#8217;s what I added&#8230;.</p>
<p>DirectoryIndex index.php index.html</p>
<p>(Because I ALWAYS want the index.php to take priority over the index.html)&#8230;.</p>
<p>Now, if only I can make that USB hand that slaps you everytime you do something stupid I&#8217;ll be all set.  (Seriously, 5v USB power might be enough to use one of those &#8220;wavy&#8221; hands you used to see in the back of car windows give a spasmic swat towards the hand at the mouse button&#8230;. maybe use some sort of motion sensor? or tie it in with the message bus to trigger&#8230;. oh nevermind&#8230;)</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1302&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/08/08/saving-you-from-yourself-or-specifying-which-index-file-to-use-with-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Big Go-Daddy hosting attack</title>
		<link>http://www.averyjparker.com/2006/06/02/big-go-daddy-hosting-attack/</link>
		<comments>http://www.averyjparker.com/2006/06/02/big-go-daddy-hosting-attack/#comments</comments>
		<pubDate>Fri, 02 Jun 2006 22:03:11 +0000</pubDate>
		<dc:creator>Avery</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[General Web/Tech]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Hosting]]></category>

		<guid isPermaLink="false">http://www.averyjparker.com/2006/06/02/big-go-daddy-hosting-attack/</guid>
		<description><![CDATA[In what feels like a continuation of recent bad news related to major hacks and data losses&#8230;..George Ou reports on a BIG hack of GoDaddy hosting customers.  There was also a big hack-athon by Turkish hackers over the last week that will be recorded as the biggest mass-web-site-defacement on record&#8230;  There seems to [...]]]></description>
			<content:encoded><![CDATA[<!--mfunc tagparser_cache::show_tag() --><!--/mfunc--><!-- google_ad_section_start --><p>In what feels like a continuation of recent bad news related to major hacks and data losses&#8230;..<a href="http://blogs.zdnet.com/Ou/?p=239">George Ou reports on a BIG hack of GoDaddy hosting customers.</a>  There was also a big hack-athon by Turkish hackers over the last week that will be recorded as the biggest mass-web-site-defacement on record&#8230;  There seems to be a lot of GoDaddy customers hacked by the very same method&#8230;.</p>
<p><span id="more-1127"></span><br />
<script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6855210186";
google_ad_width = 468;
google_ad_height = 15;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<blockquote><p>38,500 sites were defaced in a single day by hacker iSKORPiTX who used an automated mechanism to attack what appeared to be an exploit in a sloppy implementation of ASP code (more than 21,000 sites listed here).  But when I dug a little deeper (and courtesy of reader Toadlife&#8217;s link), it appears that the exact same type of hack by the same hacker using the same exploit may have happened over a year ago to a GoDaddy ASP hosting customer in April of 2005.  When I randomly sampled and inspected 40 of the defaced sites in the massive list, nearly everyone one of them were being hosted by GoDaddy hosting services.</p></blockquote>
<p>It goes on&#8230;. he found a user in Lockergnomes forums that had a hacked site and has his correspondance which threw the blame to an unpatched vulnerability in Microsoft&#8217;s IIS&#8230;.</p>
<blockquote><p>Within one week of signing up for a $10 GoDaddy Deluxe Windows IIS hosting account I noticed a file in an &#8220;SSFM&#8221; subdirectory on my FTP / website. I did not create the directory or the file. The file itself read &#8220;HACKED BY iSKORPiTX&#8221; and had a Turkish flag and some other language on it. GoDaddy claimed that the SSFM subdirectory was required by their servers (so I couldn&#8217;t just delete it &#038; be done with it) and, in regards to the hack itself, said:<br />
Thank you for contacting Hosting Support. </p>
<p>This email is in regards to the issue that you escalated on xx xxxxx 2005. The ssfm hack is not something we can really defend against. It is a vulnerability in the Microsoft IIS webserving system. As Microsoft uses closed source software, we are dependant on them for a fix to this issue. They have not, as of yet, issued a patch for this vulnerability. Rest assured that your passwords have not been compromised. The attacker does not need these to insert his file into the account as it is done through a hole in the IIS system (and this is the only directory that they would have access to).<br />
If you have any other questions or concerns please feel free to contact our customer support team.<br />
Sincerely, <br />
Advanced Support</p>
<p>A Google search did not reveal anything useful. Anybody know what SSFM is for, or have any more info that could help me shed a light on this? Other than this I have been happy with the company in the brief time I&#8217;ve used them.</p></blockquote>
<p>The kicker is the forum post was from April of 2005 &#8211; so the identical hack (to this latest wave) has been in practice for over a year.  George talked to GoDaddy and it sounds like he went in circles and is waiting to hear from Microsoft.  He has now heard from Microsoft who says that it&#8217;s not an ASP flaw&#8230; it&#8217;ll be interesting to see if this is something in Godaddy&#8217;s hosting software, or just sloppy ASP programming as originally claimed&#8230;.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-5003751123450346";
google_ad_slot = "6558276326";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<!-- google_ad_section_end --><div id="wherego_related"><h3>Readers who viewed this page, also viewed:</h3><ul><li>Powered by <a href="http://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/">Where did they go from here?</a></li></ul></div><img src="http://www.averyjparker.com/?ak_action=api_record_view&id=1127&type=feed" alt="" /><!--mfunc tagparser_cache::show_tag(1) --><!--/mfunc-->]]></content:encoded>
			<wfw:commentRss>http://www.averyjparker.com/2006/06/02/big-go-daddy-hosting-attack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
