It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
originally posted by: DigitalJedi805
a reply to: swanne
My code flaw that would turn up some funny results?
$UserID = mysql_fetch_array(mysql_query("SELECT id FROM USERS WHERE name='freefolk'"),MYSQL_ASSOC)[0];
$CurrentUser->ReplyToPost(mysql_fetch_array(mysql_query("SELECT id FROM posts p WHERE UserID='$UserID' ORDER BY p.PostDate DESC"),MYSQL_ASSOC)[0],"Welcome back!");
( I should go see if T&C mentions anything about code, specifically... This is pushing it lol )
(( ** ETA ** :: MODS :: I DO NOT SEE SUCH A T&C VIOLATION, #PlzNoBanIfBad ))
originally posted by: freefolk
Totally random, and somewhat off topic from the otherwise discussion in this thread, but meh, I don't have my post count high enough yet to start a new topic, so meh.
Anyone here going to ComiCon 2015?! I am, and I have to say, it's starting to shape up to be an awesome event!!
originally posted by: swanne
originally posted by: DigitalJedi805
a reply to: swanne
My code flaw that would turn up some funny results?
Well, this post of yours reads, wait for it...
$UserID = mysql_fetch_array(mysql_query("SELECT id FROM USERS WHERE name='freefolk'"),MYSQL_ASSOC)[0];
$CurrentUser->ReplyToPost(mysql_fetch_array(mysql_query("SELECT id FROM posts p WHERE UserID='$UserID' ORDER BY p.PostDate DESC"),MYSQL_ASSOC)[0],"Welcome back!");
( I should go see if T&C mentions anything about code, specifically... This is pushing it lol )
(( ** ETA ** :: MODS :: I DO NOT SEE SUCH A T&C VIOLATION, #PlzNoBanIfBad ))
Epic.
originally posted by: DigitalJedi805
a reply to: freefolk
if( strpos(strtolower($Event->Name), "comicon") >= 0 )
$ResponseGenerator->DenyInvitation("I will not be able to attend your event due to \"ImBrokecitis\".");
.