General

Anything not related to any specific subject.

129204950843666953

WordPress 3. It’s so nice.

It installs with one click from the WordPress 2 interface and I didn’t have to change themes or anything.

Niceness.

PS:

Game-Monitor.com PHP serialized query

If you’ve ever wanted to display your own server status on your team or clans web page, you can do it using game-monitor.com and a lucky bit of PHP.

I wrote the code below a while ago to use on my own website. It already does all the hard stuff for you. All you need to do is supply it with an IP and the query you want returned. For example: query.php?ip=216.245.195.44:27016&var=maxplayers

query.php

$ip = $_GET['ip'];
$var = $_GET['var'];

$link = "http://module.game-monitor.com/" . $ip . "/data/server.php";
$raw = unserialize(file_get_contents($link));

if ($var == "ip") { echo $raw->$var; }

if ($var == "port") { echo $raw->$var; }

if ($var == "player") { echo $raw->$var; }

if ($var == "maxplayer") { echo $raw->$var; }

if ($var == "name") { echo $raw->$var; }

if ($var == "premium") { echo $raw->$var; }

if ($var == "error") { echo $raw->$var; }

if ($var == "query_time") { echo $raw->$var; }

/*
QUERY VARIABLES
ip
port
player
maxplayer
name
premium
error
query_time
*/
?>

canvas

Made a strange clock-thing in HTML5.

Yea. Still doing a bit of work on it. As you can see, I need to re angle it.

Check it out

imgs

Posting

I know, I haven’t posted in a while. It’s not that I’ve been doing nothing, it’s that I’ve been too busy lately to even sit down at my computer, let alone make a post! In fact, there was a whole week where I didn’t even turn it on! I couldn’t believe it either. 200 e-mails much?

Since I posted last, I took a trip up to the states to deliver a new boat (Details on Facebook). The trip back to the Bahamas was both long and short. It only took 20 hours, but when you are on shift from 3AM to 12PM, it can mess with your head. Suffice it to say, I had a nice long sleep that day when I got back.

So, whats new on the interwebs…?

I made a few changes to www.ngclan.net (New homepage) and made some changes to this site (beta.tascrafts.com coming soon!)

My GeoIP database has over 2500 entries now! w00t! (Click)

Oh, I fiddled around and came up with a new site idea! It’s an image uploading and exchange site. Upload an image, and you get a random one back uploaded by someone else. I’m gonna put a few more features on it in the next few days. www.imgswp.com

Still have quesions about LOST?

If you’re one of those die-hard LOST fans, maybe you should get in touch with the producers and find out the answers to the following:


spacer

Zegoe Font Pack

zegoeZegoe: Microsoft’s Zune’s font
If you’ve seen or tried a Zune, you notice the very sleek, very readable, font it uses. This font was and still is used in their marketing and software.

 

Removed the “Downloads” Section.

– Until I have enough stuff to put there –

mbtmfb

MustBeTheMoney is now on Facebook.

That’s right! I’ve kept it a bit of a secret until now because I did not know if I wanted to (or could) finish the project.

The app is still in development and It’s still going to be a while until it’s fully completed. If anyone has any ideas for it, let me know.

fn.CM1BZ

How to treat a baby.

I found this online somewhere and I thought it was pretty funny.

Happy Birthday to me

Yep, It’s my birthday. Whoo!

I am 22, feel like I’m 26, act like I’m 18.