Innovation when you least expect it.
General
Anything not related to any specific subject.
WordPress 3. It’s so nice.
Jun 18th
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
Jun 9th
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']; $link = "http://module.game-monitor.com/" . $ip . "/data/server.php"; 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; } /*
$var = $_GET['var'];
$raw = unserialize(file_get_contents($link));
QUERY VARIABLES
ip
port
player
maxplayer
name
premium
error
query_time
*/
?>
Posting
Jun 5th
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?
Jun 3rd
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:
Zegoe Font Pack
May 10th
Zegoe: 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.
MustBeTheMoney is now on Facebook.
Apr 27th
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.

Happy Birthday to me
Apr 13th
Yep, It’s my birthday. Whoo!
I am 22, feel like I’m 26, act like I’m 18.


