Advertisement
plashal

new f*ing music: index.php

May 12th, 2011
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.28 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.  <meta name="generator" content="ineedsomenewfuckingmusic.com" />
  5.  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.   <title>INEEDSOMENEWFUCKINGMUSIC.COM</title>
  7.  <meta name="description" content="Finding you something new to listen to, so you don't fucking have to" />
  8.  <meta name="keywords" content="ineedsomenewfuckingmusic" />
  9.   <link rel="icon" type="image/x-icon" href="images/favicon.ico" />
  10.   <link rel="stylesheet" type="text/css" href="css/print.css" media="print" />
  11.   <link rel="stylesheet" type="text/css" href="css/reset.css" media="screen" />
  12.   <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" />
  13.   <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  14.  
  15.   <script type="text/javascript">
  16. function reloadPage()
  17.   {
  18.   window.location.reload()
  19.   }
  20. </script>
  21.  
  22.   <script type="text/javascript">
  23.  
  24.   var _gaq = _gaq || [];
  25.   _gaq.push(['_setAccount', 'UA-23298869-1']);
  26.   _gaq.push(['_trackPageview']);
  27.  
  28.   (function() {
  29.     var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  30.     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  31.     var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  32.   })();
  33.  
  34. </script>
  35.  
  36.  
  37.  
  38. </head>
  39. <body>
  40. <!-- Start: Center Wrap -->
  41. <div id="wrapper">
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <!-- Start: logo -->
  48. <div id="logo">
  49. <img src="images/logo.jpg">
  50. </div><!-- End: logo -->
  51.  
  52. <div id="title">
  53. <h1>Why don't you fucking listen to</h1>
  54. </div>
  55.  
  56. <!-- Start: youtube -->
  57. <div id="youtube">
  58.    
  59.     <?php
  60.  
  61. function randomTube(){
  62.  
  63. include 'videos.php';
  64.  
  65.  
  66.    $RVideoCount = count($RVideoArray);
  67.    $RVideoSelect = rand(0, $RVideoCount - 1);
  68.    $RVideoNum = trim($RVideoSelect);
  69.    $RVideo = $RVideoArray[$RVideoNum];
  70.    $theTube = '<object width="640" height="390"><param name="movie" value="http://www.youtube.com/v/'.$RVideo.'&autoplay=1&rel=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/'.$RVideo.'&autoplay=1&rel=0" type="application/x-shockwave-flash" wmode="transparent" width="640" height="390"></embed></object>';
  71.     return $theTube;
  72. }
  73.  
  74.  
  75. $myRandomVideo = randomTube();
  76. echo $myRandomVideo;
  77.  
  78.  
  79.  
  80. ?>
  81.    
  82. </div><!-- End: youtube -->
  83.  
  84. <div id="next">
  85. <a href="#" class="fuckthis" onclick="reloadPage()">I don't fucking like this</a>
  86. </div>
  87.  
  88.  
  89. <!-- Start: facebook -->
  90. <div id="facebook">
  91.     <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FIneedsomenewfuckingmusiccom%2F100267820060992&amp;width=420&amp;colorscheme=light&amp;show_faces=false&amp;stream=false&amp;header=false&amp;height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:420px; height:62px;" allowTransparency="true"></iframe>
  92. </div><!-- End: facebook -->
  93.  
  94.  
  95. <!-- Start: links -->
  96. <div id="links">
  97.    
  98. </div><!-- End: links -->
  99.  
  100.  
  101. <!-- Start: lwtvlogo -->
  102. <div id="lwtvlogo">
  103.    
  104. </div><!-- End: lwtvlogo -->
  105.  
  106. </div><!-- End: Center Wrap -->
  107.  </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement