Advertisement
Guest User

Untitled

a guest
Jun 14th, 2013
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. <head>
  2. <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
  3. <style type="text/css">
  4. a:link { font-family: 'Merriweather Sans', sans-serif; font-weight: 400; }
  5. a:visited { font-family: 'Merriweather Sans', sans-serif; font-weight: 400; }
  6. a:hover { font-family: 'Merriweather Sans', sans-serif; font-weight: 400; }
  7. b { font-family: 'Merriweather Sans', sans-serif; font-weight: 700; }
  8. </style>
  9. <body bgcolor="#333333" link="#FFFFFF" vlink="#DDDDDD" alink="#000000">
  10. <center><iframe src="http://www.x86cam.com/wp-content/plugins/radio-info.php" seamless></center></iframe>
  11. <?php
  12. include 'Mobile_Detect.php';
  13. $detect = new Mobile_Detect;
  14.  
  15. if ($detect->isMobile()) {
  16. echo "<center><audio controls src=http://x86cam.com:8000/stream.mp3></audio></center><br />";
  17. echo "<center><a href='http://x86cam.com:8000/stream.mp3' type='submit' target='_blank'>Listen (Old)</a>&nbsp|&nbsp
  18. <a href='http://x86cam.com/playlist.pls' type='submit' target='_blank'>Download Stream</a><br /><a href='http://x86cam.com:8000/' type='submit' target='_blank'>Stream Stats</a></center>";
  19. }
  20. if (!$detect->isMobile()) {
  21. echo "<center>&nbsp&nbsp<!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
  22. <script type=text/javascript src=http://hosted.musesradioplayer.com/mrp.js></script>
  23. <script type=text/javascript>
  24. MRP.insert({
  25. 'url':'http://direct.x86cam.com:8000/stream.mp3',
  26. 'codec':'mp3',
  27. 'volume':50,
  28. 'autoplay':true,
  29. 'buffering':5,
  30. 'title':'Bronydom%20Radio',
  31. 'welcome':'Bronydom Radio',
  32. 'wmode':'transparent',
  33. 'skin':'mcclean',
  34. 'width':180,
  35. 'height':60
  36. });
  37. </script>
  38. <!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE --></center><br />";
  39. echo "<center><a href='http://x86cam.com:8000/stream.mp3' type='submit' target='_blank'>Listen (Old)</a>&nbsp|&nbsp
  40. <a href='http://x86cam.com/playlist.pls' type='submit' target='_blank'>Download Stream</a><br /><a href='http://x86cam.com:8000/' type='submit' target='_blank'>Stream Stats</a></center>";
  41. }
  42. ?>
  43. </body>
  44. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement