• New Blog Post - Happy Turkey Day!
    48 replies, posted
[QUOTE=EliteGuy;18571253][IMG]http://i199.photobucket.com/albums/aa215/Thegreen16/yes.png[/IMG] [code] error_reporting( 0); require( 'config/config.php' ); require( 'includes/commonutils.php' ); require( 'includes/mysqlaccess.php' ); $preview = ( IS_ADMIN ? chkReq( 'preview' ) : false ); $dbConn = new CMySQLAccess( $db_host, $db_user, $db_pass, $db_db ); $query = "SELECT nId, nTitle, nContent1, nBlurb, nFakeAuthor, nAuthor, nCreated FROM news WHERE nOnTF2Blog = 1 AND nVisible = 1 AND nCreated <= now() ORDER BY nCreated DESC"; if ( $preview ) { $query = "SELECT nId, nTitle, nContent1, nBlurb, nFakeAuthor, nAuthor, nCreated FROM news WHERE nOnTF2Blog = 1 ORDER BY nCreated DESC"; } $results = $dbConn->QueryAndFetchResults( $query ); $posts = array(); foreach( $results as $row ) { $author = ( empty( $row['nFakeAuthor'] ) ? $row['nAuthor'] : $row['nFakeAuthor'] ); $author = ( empty( $posterNames[$author] ) ? $defaultPosterName : $posterNames[$author] ); $posts[] = array( 'id' => $row['nId'], 'title' => $row['nTitle'], 'content' => $row['nContent1'], 'blurb' => $row['nBlurb'], 'author' => $author, 'timestamp' => strtotime( $row['nCreated'] ), ); } require( 'templates/home.php' ); [/code][/QUOTE] Go to [url]http://www.teamfortress2.com/config/config.php[/url] and post it here :]
[QUOTE=Neckbeard;18573452]Now you're just getting cheeky.[/QUOTE] [img]http://www.facepunch.com/image.php?u=182809&dateline=1257521638[/img] :downs:
[QUOTE=Bittersweet;18573622][img]http://www.facepunch.com/image.php?u=182809&dateline=1257521638[/img][/QUOTE] [img]http://www.facepunch.com/image.php?u=182809&dateline=1257521638[/img]
[url="http://stickybomb.org/thx/"]http://teamfortress.com/thxupdate[/url]
That's a lot of hats!
Man. I just bat my eye to this thread and knew it was fake.
[QUOTE=:awesome:;18574344][url="http://stickybomb.org/thx/"]http://teamfortress.com/thxupdate[/url][/QUOTE] tell the guy that made that he wrote my name backwards
[QUOTE=NeoDement;18575568]tell the guy that made that he wrote my name backwards[/QUOTE] damnit my keyboard fucked up, fixing it
[QUOTE=Keychain;18572855]It's not even Thanksgiving until tomorrow![/QUOTE] who said they would even be working tomorrow? they are gonna be sitting at home eating gordon freeman shaped turkey's.
[QUOTE=Turkey72;18576538]who said they would even be working tomorrow? they are gonna be sitting at home eating gordon freeman shaped turkey's.[/QUOTE] no one said they would be working tomorrow
Neckbeard posting in a thread.
[QUOTE=Neckbeard;18577606]Neckbeard posting in a thread.[/QUOTE] [img]http://www.facepunch.com/image.php?u=182809&dateline=1257521638[/img]
[QUOTE=Neckbeard;18573248]This thread makes me angry.[/QUOTE] gave you a rainbow
lol fake update. nice shoop, had me going there.
Watch TF2 update during Thanks. Dinner.
So...it's Thanksgiving, and they usually release updates at 2:00 PM or so. So, Valve time is.....2 days from now!
[QUOTE=AshtonArdoin;18583865]So...it's Thanksgiving, and they usually release updates at 2:00 PM or so. So, Valve time is.....2 days from now![/QUOTE] Hurf Durf another VALVe time joke.
May I ask why you chose the number 1126? That number plays some weird part in my life, I see it everywhere, it is even the last 4 numbers of my cellphone number.
[QUOTE=Funsize;18593423]May I ask why you chose the number 1126? That number plays some weird part in my life, I see it everywhere, it is even the last 4 numbers of my cellphone number.[/QUOTE] 11/26 is Thanksgiving.
Sorry, you need to Log In to post a reply to this thread.