Entries from February 2006 ↓
February 14th, 2006 — Gaming, Videogame Movies
I just watched "House of the Dead 2: Dead Aim" and realize now that Uwe Boll is only part of the problem. Just take a look at the following…
HotD2 Writing Credits:
It's like some sort of strange Uwe Boll fest. I almost wonder if Boll shadow directed this train wreck. I'm not sure but I think I still like "Alone in the Dark" better. *shudder*
Do yourself a favor: Do not watch this movie EVER! It is not even a good type of bad – there is no Ed Wood charm to be found! Nothing! Just a waste of video game licenses.
Some screens:

I couldn't bring myself to post anymore.
February 10th, 2006 — Gaming, Nintendo
I like it! I may just have to pick one up when it’s released. Is there a US release date yet? Did the old school DS come in Navy?
February 9th, 2006 — Code, Site News, WordPress
I was having some issues with WordPress and the image uploading function, every time I uploaded an image I'd get an error telling me that the thumbnail wasn't found. Taking a look at the code in wp-admin/admin-functions.php (starting at line 750 or so) made me realize that I had a similar error on this server when trying out PixelPost. And the fix was exactly the same.
I just checked and there is a fix up on Trac so it should be good to go with the next release. But, if you need to fix it now open up admin-functions.php and look for (around line 750 or so):
$thumbpath = str_replace(basename($file), $thumb, $file);
just after it insert:
touch("$thumbpath");
And you should be all set.
February 6th, 2006 — Code, Retro Gaming, TOSEC
Opps I wasn’t paying attention – the new TIM is out!
changed/added (shindakun – SalmonKing)
——————————————————-
- Read Only file(s) in zip.
- Fixdat including extra data.
- Set status not saving.
- Added ‘demo-kiosk’ to the list of demo flags available