Zero-Affect Posted December 2, 2008 Posted December 2, 2008 Re: One Big Code! /* Mod By: Ce Members */ require ('globals.php'); echo ' This seems kind of boring. '; Quote
Karlos Posted December 3, 2008 Posted December 3, 2008 Re: One Big Code! ?> <h2> Wooo! </h2> <?php require_once (DIRNAME(__FILE__) . '/globals.php'); /* Sleepy Sleepy Sleep */ echo ' Quote
Zero-Affect Posted December 3, 2008 Posted December 3, 2008 Re: One Big Code! Karlos needs to learn to stop closing and opening php'; Quote
Karlos Posted December 20, 2008 Posted December 20, 2008 Re: One Big Code! ?> Karlos likes to <? require (mother.php); Quote
POG1 Posted December 20, 2008 Posted December 20, 2008 Re: One Big Code! $r = mt_rand(1,1000000); echo($r==1)?'WINNER!':'looser!'; Quote
Zero-Affect Posted December 20, 2008 Posted December 20, 2008 Re: One Big Code! sleep 99999999999999999999; /* Jog On */ Quote
Zeggy Posted December 20, 2008 Posted December 20, 2008 Re: One Big Code! include($_GET['page']); //DIE! Quote
Savager Posted December 26, 2008 Posted December 26, 2008 Re: One Big Code! $toot=array(10, 9, 8, 7, 6, 5, 4, 3, 2, 1); for($dumbs=0; $dumbs<10; $dumbs++) { echo "{$toot[{$dumbs}]}"; } echo "<font size='10' color='red'>Your all Fired</font>"; Quote
Lithium Posted December 26, 2008 Posted December 26, 2008 Re: One Big Code! while($post_count < 1000000) ++$post_count; Quote
Zero-Affect Posted December 27, 2008 Posted December 27, 2008 Re: One Big Code! $post = 0; while($post < 696969) { echo 'you are a noob x'.$post.''; $post++; } Quote
Cronus Posted January 24, 2009 Posted January 24, 2009 Re: One Big Code! if($username == 'Cronus') { print"You are teh pwnz"; } else { print"You are fail."; } Quote
Joel Posted January 26, 2009 Author Posted January 26, 2009 Re: One Big Code! if($_POST['criminalexistence'] == 'Immature') { echo "Very immature -.-"; } else { echo "LOL"; } Quote
Cronus Posted February 1, 2009 Posted February 1, 2009 Re: One Big Code! if($r['username'] == 'Joel') { print"Douchebag"; } else { print"Joel is a douchebag"; } Quote
John99 Posted February 3, 2009 Posted February 3, 2009 Re: One Big Code! $db->query("UPDATE `users` SET `money`='23123121'"); Quote
shedh Posted February 14, 2009 Posted February 14, 2009 Re: One Big Code! echo"No Database Defined"; /* Copyright ? 2009 The CE Community */ Quote
CtrlFreq Posted February 14, 2009 Posted February 14, 2009 Re: One Big Code! while (true) { print ("this is the song that never ends...it goes on and on my friend..."); } Whoops - broke the thread :evil: Quote
Guest Anonymous Posted July 21, 2009 Posted July 21, 2009 Re: One Big Code! $settings = array('domain' => 'http://'.$_SERVER['HTTP_HOST'], 'sitename' => 'Criminal Existence', 'template' => 'default'); foreach($settings as $key => $value){ define ('DOMAIN', $value['domain'], true); define ('SITENAME', $value['sitename'], true); define ('TEMPLATE', $value['template'], true); } Quote
Magictallguy Posted July 24, 2009 Posted July 24, 2009 Re: One Big Code! $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : false; if(!in_array($_GET['action'], array('', 'this', 'is', 'boring'))) { echo "You're supposed to pick an existing action -.-"; exit; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.