Author Archives: Mark Headrick

Blog has been upgraded to WordPress v2.7

I have updated my blog to WordPress v2.7 which was just released. Once again I did have to edit the /wp-includes/vars.php file to force $is_apache to true (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache. Other than that the upgrade went smoothly.  🙂

// Server detection

/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */

//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;
$is_apache = true;
/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */

$is_IIS = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false) ? true : false;

As always, I did perform a complete database and file backup before upgrading.  I also deactivated all my plug-ins before hand as well. I did have to reapply some code modifications that I made related to the RSS Feed widget; however, I’ll make a separate post about all that! 🙂

Nothing or everything including the kitchen sink?

As you can tell, I have not said anything on here since July.  A lot of things have happened since then that I could go on about.  So, do I talk about everything in one post or keep it all separate, focused on one topic?  I suppose what I could do is just a brief synopsis of what’s been going on without too much detail and those things that could be detailed out I will do in some other more focused posts… provided I get around to it LOL.  So, in brief what’s been going on:

  1. I’ve started playing EverQuest II during the past few months.  This mostly explains my absence from the blog. 🙂  I’ve started playing a Warden in the game that has reached level 72 and is also a level 72 tailor. I happen to be on the Befallen server and am currently in the Elysian Storm guild on there.

  2. I have been dealing with this Gout Arthritis stuff in my right foot.. big toe area.  What a pain in the, well, foot. LOL.  After this last flare-up I’ve started taking medicine to help keep my Uric acid levels normal.  Looks like I’ve reached that point in life where you have to start taking some kind of medicine every day. I’m sure being old and over-weight has much to do with it… the body is falling apart.  I really need to exercise but my jacked-up foot is preventing that at the moment.

  3. I have been keeping my WordPress blog and Gallery up to date during this time; however, there were some problems with the latest Gallery upgrade.  In short, after upgrading to version 2.3 of Gallery2, I could no longer log in as admin or any other user.  It would just timeout/lockup.  Thankfully I was eventually able to restore my gallery back to version 2.2.6 and am able to use it fine.  I will hold off upgrading my gallery again until they release version 3.

  4. During my problems with the gallery upgrade, I started to check out the Coppermine Photo Gallery script.  To test it out, I made a gallery for my EverQuest character to hold snapshots and so on.  Not sure if I want to include a link to it yet. The code is much less complicated to deal with and does seem to put less stress on the server.  Customizing the theme also seems much easier and intuitive.  My main problem with it so far has to do with how it handles SEO urls and urls in general.  The links to image pages are not consistent as they are based on the position of the image in the album and not the actual image.  So, if I were to post a link to an image page and then changed the album sorting order or even added new images to the album, that link would all of a sudden point to a different image.  Dumb.  From what I read about the newer version of Coppermine it will correct that and use image IDs instead which will always be the same.

  5. During this time there’s also been an historic presidential election.  As it happens, the candidate I voted for, Barack Obama, won. 🙂 Hopefully he can help improve this economy which has gone down the toilet and change how the rest of the world sees the United States. I don’t even want to think what my 401K is worth now. The positive thing is that I shouldn’t need it for some 20+ years. There’s a lot I could go into but this isn’t the post for it.

  6. I have added to my DVD collection during this time; however, I have not got around to creating DVD pages for them yet. Once I do, I’ll make a posting about them. 🙂

Well, I guess that’s it for now and will publish this.  The Big 12 Championship game is about to start between the OU Sooners and Missouri and I’ll be watching that.

Blog has been upgraded to WordPress v2.6!

Yep.. that time again to upgrade my blog to the latest version, WordPress v2.6. Once again, I had to edit the /wp-includes/vars.php to force $is_apache to true because the server software reports back as WebServerX. Following is the server detection part of the script:

// Server detection

/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */

//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;
$is_apache = true;

/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */

$is_IIS = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false) ? true : false;

Other than that, the upgrade went smooth! 🙂

Four more movies added to DVD collection.

The movies I had lent to my parents have been returned so I can now add them to my DVD/Home Theater page. They are:

In addition to the front DVD cover, I have also included a trailer.  I will admit that some of the trailers with these last eight additions are not as good as some of the previous ones; however, the process took much less time and effort as I just downloaded existing flash trailers I found on the IMDb site versus making my own from better quality source material. I might see if I can find a better source to use as these seem to be 25fps and if memory serves the Pathfinder one has an audio problem in the middle of it. Anyway, while I was at it, I also updated some of the content on my DVD/Home Theater page.

Four movies added to DVD collection.

As I had mentioned previously, I’ve purchased some new DVDs and here’s four of them that I’ve added to my DVD/Home Theater page:

I have some additional movies left that I need to add; however, those are currently being borrowed by my folks; thus, I don’t have the DVD covers I can scan in at the moment.  All of these movies have a trailer available for viewing as well. Cloverfield and National Treasure I bought new. Delta Farce and Flags of Our Fathers I bought as part of a 4 for $20 deal of previously viewed movies at Block Buster.