Archive for the 'newbie.blog' Category

Game Servers… not ‘SEVERS’! A tale of Google SEO.

If you’ve ever tried to get your website ranked in a high volume search with Google, it’s basically a life long quest. It’s so much of a quest that people who know very few facts about the topic are actually paid good consulting money in order to take their best guesses at how to get better rankings.

Then, of course, as soon as you do that, Google can just change a gear in its system and you’re dropped right out again. I’ve been going down this road with my game server hosting startup HostedGameServers.com. I have a great service on servers that perform great. I ping 16 to my server and I’m over 1,500 miles from it! We’ve got a few clients and its the best we can do with manual promotion while we work to get listed in Google. Right now we’re about position 408… except if you typo the search.

First, search ‘Game Servers’ in Google. Not listed. Well, we are, but we’re on page 48 or something stupid.

Next, search for ‘Game Severs’. Note the missing r. Yep, we’re first page.

Our keyword significance is perfect. It’s #1 Game #2 Server #3 Hosting and our backlinks aren’t bad (about 125). Our site does nothing against the Google laws of sneaky code, either. I feel like I also have plenty of content.

My best guess as to what is going on involves the proper term ‘Game Servers’ being too valuable to list me, even if I am perfectly relevant. This search term gets a lot of hits, so Google has some high requirements for who gets listed. I’m not sure what those are exactly.

Other searches, like the typo’d ‘game severs’ get much less volume. So much less volume that I show up right on the front page. Why? Because I’m relevant but just not trust worthy enough for some reason. I have never had ’severs’ anywhere in my code base. I grep’d it.

I have no idea what Google wants form me. We provide a good service and our site is relevant for the right terms. We’ve even spent hundreds of man hours trying to get out there and spread links. Man its a hard world with Google!

Swype keyboard is open for download for Android 1.5 and higher. Get it now!

It wasn’t long ago that I saw Swype in he need as a clever be way to type on your smartphone and already I’ve found a download for it.

Our does work just as well as advertised! Thee are things that need improvement but overall its a really great experience!

All you have to do is point your Android browser at http://droidmuff.in/downloads/swype-preview/ and install the apk by running it. Just make sure you have 3rd party apk files enabled.

I actually wrote this entire posting from wptogo and swype on my Android!

Sorting images into folders based on exif year, month and date taken with bash

I need to sort about 18,000 home images taken over four years into a variety of folders on my home computer. We thought: hey, its on the server – mission complete. Three years later it’s an utter mess. Perhaps I can find the words to ask my computer to do this task for me.

First, you’ll need to install the exif tool:

su -c 'yum install perl-Image-ExifTool'

Then, I ran the following command:

screen -S sort nice find ./Pictures -type d -exec exiftool '-Directory

./Pictures being the location of the stuff I wanted to sort relative to my working directory, and Orginized/ being the dir I want to move them into.

The screen -S command starts up a screen session so you can press Control-A then d to background it and keep doing other work. The nice command makes my pathetic little Pentium 1.6 not explode into flames. Don’t you hate it when that happens???

This worked on Centos 5.4, i386.

GameGuard working on Windows 7 European Aion Beta Access (Fix for Error: 0)

Did some digging because my stupid do nothing game guard client for Aion would just crash with error message 0 a few seconds after starting. Deleting the GameGuard folder does not seem to matter.

Apparently you can use the .des files from the Chinese version over top of yours and it works fine.

Found the solution at the bottom of this thread.

But, because you don’t need to go chasing links… here’s the .des file in the form of a .rar as linked on the forums (no registration required to download for this site!).
CLICK HERE

Open up this folder for 64bit:
C:\Program Files (x86)\NCSoft\Aion\bin32
For 32bit, AION will just BSOD in Win7 right now, I’m assuming this is going to be fixed by Aion later.

Then rename GameGuard.des to GameGuard.bullshit and copy in the one from the rar supplied here. Presto, it works! You’re Welcome!

If you appreciate, please drop a comment thanks!
Oh.. and if you can’t extract it, download winrar from www.rarlabs.com

(written from windows live writer)