Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>DJ</title>
  5. <link rel="stylesheet" href="css.css" type="text/css">
  6.  
  7. </head>
  8. <body bgcolor="#501000">
  9.  
  10. <table border="0" width="100%" height="100%">
  11.  
  12. <tr>
  13. <td align="center" valign="center">
  14.  
  15. <table border="0" style="border:solid 3px #000000;" background="bg.PNG" width="906" height="720">
  16. <tr>
  17. <td height="220" colspan="2">
  18. </td>
  19. </tr>
  20. <tr>
  21. <td valign="top" width="250">
  22. <div id="rutan">
  23. <b>Välkommen till min nya hemsida</b> <br><br> Här kommer du att kunna lyssna på mina låtar nere i MP3 - Spelaren.
  24. </div>
  25. </td>
  26.  
  27. <td valign="top" width="450"></td>
  28. <td valign="top" align="left">
  29.  
  30. <div id="rutan">
  31. <img src="spacer.gif" height="396" width="100" border="0"><br>
  32. <img src="spacer.gif" height="20" width="14" border="0" align="left">
  33.  
  34. <marquee width="100">
  35.  
  36. <?php
  37.  
  38. if (isset($_GET['id'])) {
  39. $_GET['id'] = $id ;
  40.  
  41. if ($id == 0) {
  42. echo "Lady Gaga - Pokerface";
  43. echo '<embed src="http://ung.burtrask.com/users/mp3/anton_och_affe-vaerdeloes_%28fylletrack%29-frizon.info.mp3" width="0" height="0" autostart="true" hidden="true">';
  44. }
  45.  
  46. elseif ($id == 2) {
  47. echo "Laggg";
  48. echo '<embed src="http://ung.burtrask.com/users/mp3/anton_och_affe-vaerdeloes_%28fylletrack%29-frizon.info.mp3" width="0" height="0" autostart="true" hidden="true">';
  49. }
  50.  
  51. elseif ($id == 3) {
  52. echo "Ladsss";
  53. echo '<embed src="http://ung.burtrask.com/users/mp3/anton_och_affe-vaerdeloes_%28fylletrack%29-frizon.info.mp3" width="0" height="0" autostart="true" hidden="true">';
  54. }
  55. else {
  56. echo "Det finns inga fler låtar.";
  57. }
  58. }
  59.  
  60. /*
  61. else {
  62. $id = 1;
  63. echo "Laddddd";
  64. echo '<embed src="http://c.wrzuta.pl/wa6187/6a7d594d000fd3ae4ba8e47a/0/lady%20gaga%20-%20poker%20face.mp3" width="0" height="0" autostart="true" hidden="true">';
  65. }
  66. }
  67. $_GET['id'] = $id ;
  68. */
  69.  
  70. ?>
  71.  
  72. </marquee>
  73.  
  74. </div>
  75. <br>
  76. <img src="spacer.gif" width="5" height="13"><br>
  77. <img src="spacer.gif" width="10" height="1">
  78.  
  79. <a href="index.php?id=<? --$id; echo $id; ?>"><img src="bak.gif" border="0"></a>
  80.  
  81. <img src="spacer.gif" width="2" height="1">
  82.  
  83. <a href="index.php?id=<? ++$id; ++$id; echo $id; ?>"><img src="fram.gif" border="0"></a>
  84. </td>
  85. </tr>
  86. </table>
  87.  
  88. </td>
  89. </tr>
  90. </table>
  91. <body>
  92. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement