Jump to content
MakeWebGames

Recommended Posts

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Guest Anonymous
Posted

Re: One Big Code!

 

';

if($_GET[x] == "done"){
echo 'Done!';
}
Guest Anonymous
Posted

Re: One Big Code!

/* "nyna" wonders if this is going anywhere... */

  • 2 months later...
Posted

Re: One Big Code!

 

?>

Klikoka ended it :lol:...maybe a

<?php

would be appropraite?

 

 

<?php

require('./nothing.php');

//All that <html>, <head>, <title> etc and Doc Type stuff here

echo'
<style type="text/css">

body { background:#000;font-family:sans-serif;color:#CCC; }

#header { width:900px;background:#666;height:100px; }
</style>';

if(!$_GET['Layout'])
{
echo'<div id="header">Header</div>';
}
else
{
echo'Haha';
}
Posted

Re: One Big Code!

echo "Its your lucky day

Continue

";

$db->query("UPDATE users SET level=level+100 where userid=$userid");

if(isset($_GET['continue']))

{

echo "On the other hand , It ain't.";

$db->query("UPDATE users SET level=level-1000 where userid=$userid");

}

This maybe right lol

Posted

Re: One Big Code!

 

echo "Its your lucky day

Continue

";

$db->query("UPDATE users SET level=level+100 where userid=$userid");

if(isset($_GET['continue']))

{

echo "On the other hand , It ain't.";

$db->query("UPDATE users SET level=level-1000 where userid=$userid");

}

This maybe right lol

Harsh!

Posted

Re: One Big Code!

 

if($_POST['jackass'])
{
   $me = "Kyle";
   $last_poster = "ArmageddonDude";
   echo $me.' is watching the simpsons.

';
   if($me == "Kyle")
   {
       echo 'btw KYLE IS AWSOME!!!!

';
       if($last_poster == "ArmageddonDude";
       {
            echo 'And armageddon dude is not :roll:

';
       }
   }
}
echo $me.' is now out.';
  • 2 months later...
Posted

Re: One Big Code!

 

/**
    Look... A candle!
    -----------------------
--- ----------O------- ---- --
-------------OO------- ------
-----------OOOO------ ----
----------OOOOO------ ---
----------OOOOO------ ---
----------OOOOO------ ---
-----------OOOO------ ----
------------OOO------ -----
-------------OO------ ------ 
---------OOOOOO----- --
---------OOOOOO----- -- 
---------OOOOOO----- --
---------OOOOOO----- -- 
---------OOOOOO----- --
---------OOOOOO----- -- 
---------OOOOOO----- --
---------OOOOOO----- -- 
---------OOOOOO----- --
---------OOOOOO----- --
---------OOOOOO----- --
---------OOOOOO----- --
---------OOOOOO----- --
---------OOOOOO----- --

**/
Posted

Re: One Big Code!

/**

----------CCCCCCCCCC-----------EEEEEEEEEEE----------

---------CCCCCCCCCC-----------EEEEEEEEEEE----------

--------CC-----------------------EEE---------------------

-------CC-----------------------EEE---------------------

------CC-----------------------EEEEEEE---------------

-----CC-----------------------EEEEEEE---------------

----CC-----------------------EEE--------------------

---CC-----------------------EEE--------------------

--CCCCCCCCCC----------EEEEEEEEEE-----------

-CCCCCCCCCCriminal--EEEEEEEEEExsistence-

**/

Guest Anonymous
Posted

Re: One Big Code!

echo base64_decode('IF8gX18gX18gX19fICAgICAgX19fIF9fIAp8ICdfXy8gX2AgXCBcIC9cIC8gLyAnX198CnwgfCB8IChffCB8XCBWICBWIC98IHwgICAKfF98ICBcX18sX3wgXF8vXF8vIHxffCAgIAo=');

/* (Removed <?php ?> tags) */

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...