November 2008
1 post
October 2008
1 post
2 tags
May 2008
3 posts
jakeandamir: Making Fun
jakeandamir: Bless You. (AKA: Lyrics Part Two)
jakeandamir: Six Flags
April 2008
3 posts
It’s official.. Grant Theft Auto IV is the best game out for the PS3 (or any current-gen system).
Parcel is coming. →
Brace yourselves.
Enterprise PHP
Mike Keen: you actually shouldn't use die() there.
Michael Simmons: it kills the app.
Mike Keen: yeah but look at the script. it would have ended anyways without die().
Michael Simmons: haha, i wanted to be sure.
Mike Keen: haha... you should put a die() at the end of the script.
Mike Keen: just wrap the whole thing in
if(phpinfo()){
...
} else {
die("This script requires PHP");
}
Michael Simmons: if(function_exists("phpinfo")){
eval(base64_decode("......."));
} else {
die("This script requires PHP");
}
Mike Keen: haha brilliant