Jump to content
MakeWebGames

One Big Code!


Joel

Recommended Posts

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 months later...

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';
}
Link to comment
Share on other sites

  • 2 months later...

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----- --

**/
Link to comment
Share on other sites

Re: One Big Code!

/**

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

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

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

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

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

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

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

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

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

-CCCCCCCCCCriminal--EEEEEEEEEExsistence-

**/

Link to comment
Share on other sites

Guest Anonymous

Re: One Big Code!

echo base64_decode('IF8gX18gX18gX19fICAgICAgX19fIF9fIAp8ICdfXy8gX2AgXCBcIC9cIC8gLyAnX198CnwgfCB8IChffCB8XCBWICBWIC98IHwgICAKfF98ICBcX18sX3wgXF8vXF8vIHxffCAgIAo=');

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

Link to comment
Share on other sites

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...