Advertisement
NeverPool

What you see, what I see.

May 28th, 2011
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 4.91 KB | None | 0 0
  1. What you see:
  2.  
  3.  
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-GB">
  8. <head>
  9.     <title>Gaming Cell
  10.     </title>
  11.     <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
  12.     <meta name="description" content="Free online flash arcade!" />
  13.     <meta name="keywords" content="games,free,online,flash,arcade,gaming,cell" />
  14.     <link rel="stylesheet" type="text/css" href="/screen.css" media="screen" />
  15. </head>
  16. <body><div id="wrap">
  17. <div id="header">
  18.     <img src="/logo.gif" alt="Gaming Cell" style="padding-left: 10px;" height="50" border="0" />
  19.     <ul>
  20.         <li><a href="/">Home</a></li>
  21.         <li><a href="/?id=contact">Contact</a></li>
  22.         <li><a href="/?id=links">Links</a></li>
  23.         <li><a href="/?id=privacy">Privacy Policy</a></li>
  24.         <li><a href="/?id=changelog">Changelog</a></li>
  25.         <li>
  26.     </ul>
  27. </div><div class="colmask leftmenu">
  28.     <div class="colleft">
  29.         <div class="col1">
  30.             <!-- Column 1 start -->
  31.             <h2>Featured Game</h2>
  32. <div id="featured">
  33.     <a href="./games/action/faultline.php"><img alt="Featured Game" src="featured.jpg" border="0"></a>
  34.         <br />
  35.     Click the image to play!
  36. </div>
  37. <p>
  38.     The featured game is Fault Line! Bring the connectors together to get through the level as fast as possible.
  39. </p>
  40.             <!-- Column 1 end -->
  41.         </div>
  42.        
  43.         <div class="col2">
  44.             <!-- Side menu start -->
  45.  
  46.             <h2 style="border-bottom: 1px #000 solid">Categories</h2>
  47.             <div id="categories">
  48.             <ul>
  49.                 <li><a href="/game.php">All Games</a></li>
  50.                 <li><a href="/game.php?id=action">Action Games</a></li>
  51.                 <li><a href="/game.php?id=shooting">Shooting Games</a></li>
  52.                 <li><a href="/game.php?id=racing">Racing Games</a></li>
  53.                 <li><a href="/game.php?id=strategy">Strategy/Skill Games</a></li>
  54.                 <li><a href="/game.php?id=rpg">Adventure/RPG Games</a></li>
  55.                 <li><a href="/game.php?id=other">Other Games</a></li>
  56.             </ul>
  57.             <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FGaming-Cell%2F217629164932772&amp;width=292&amp;colorscheme=dark&amp;show_faces=false&amp;stream=false&amp;header=false&amp;height=62" border="0" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
  58.             </div>
  59.             <div id="ads">
  60.             <!-- <dignity> -->
  61. <!-- Begin: adBrite, Generated: 2011-05-25 9:16:34  -->
  62. <script type="text/javascript">
  63. var AdBrite_Title_Color = 'FFFFFF';
  64. var AdBrite_Text_Color = 'FFFFFF';
  65. var AdBrite_Background_Color = '000000';
  66. var AdBrite_Border_Color = 'AA0114';
  67. var AdBrite_URL_Color = '00FF00';
  68. try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
  69. </script>
  70. <script type="text/javascript">document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1928447&zs=3330305f323530&ifr='+AdBrite_Iframe+'&ref='+AdBrite_Referrer+'" type="text/javascript">');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));</script>
  71. <div><a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1928447&afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;">Your Ad Here</a></div>
  72. <!-- End: adBrite -->
  73. <!-- </dignity> -->
  74.             </div>
  75.             <!-- Side menu end -->
  76.         </div></div>
  77. </div>
  78. <div id="footer">
  79.     <p>PLEASE <u><a href="/?id=contact">REPORT</a></u> ANY MISSING/BROKEN GAMES!</p>
  80.     <p>Copyright &copy; Gaming Cell, a <a href="http://neverpool.com">NeverPool</a> website.</p>
  81. </div>
  82. </div>
  83. <img src="/GClogo.jpg" border="0" height="1px" width="1px">
  84. </body>
  85. </html>
  86.  
  87.  
  88. What I see:
  89. <?php
  90. include ('common.php');
  91. ShowHead();
  92. TopNav();
  93. $id = $_GET['id'];
  94. if ($id == 'links')
  95. {
  96. include './pages/underscore/links.php';
  97. }
  98. else if ($id == 'privacy')
  99. {
  100. include './pages/underscore/privacy.php';
  101. }
  102. else if ($id == 'contact')
  103. {
  104. include './pages/underscore/contact.php';
  105. }
  106. else if ($id == 'changelog')
  107. {
  108. include './pages/underscore/change.php';
  109. }
  110. else if ($id == '404')
  111. {
  112. include './pages/underscore/404.php';
  113. }
  114. else if ($id == 'todo')
  115. {
  116. include './pages/underscore/todo.php';
  117. }
  118. else
  119. {
  120. ?>
  121. <div class="colmask leftmenu">
  122.     <div class="colleft">
  123.         <div class="col1">
  124.             <!-- Column 1 start -->
  125.             <h2>Featured Game</h2>
  126. <div id="featured">
  127.     <a href="./games/action/faultline.php"><img alt="Featured Game" src="featured.jpg" border="0"></a>
  128.         <br />
  129.     Click the image to play!
  130. </div>
  131. <p>
  132.     The featured game is Fault Line! Bring the connectors together to get through the level as fast as possible.
  133. </p>
  134.             <!-- Column 1 end -->
  135.         </div>
  136.        
  137. <?php
  138. }
  139.  ShowLeft();
  140.     echo '</div>
  141. </div>';
  142.  ShowFoot(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement