Advertisement
Guest User

chat.php

a guest
Jan 12th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 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" xml:lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf8" />
  5. <title>:: Place2Chat IRC :: Zoals Chatten hoort te zijn</title>
  6. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
  7. <script type="text/javascript" src="config.js"></script>
  8. <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
  9. <style type="text/css">
  10. html {
  11. height: 100%;
  12. overflow: hidden;
  13. }
  14. body {
  15. height:100%;
  16. overflow: hidden;
  17. margin:0;
  18. padding:0;
  19. font-family: Arial;
  20. font-size: 12px;
  21. text-decoration: none;
  22. }
  23. div#footer {
  24. background-color:#B2C7D4;
  25. font-family: Arial;
  26. height:100%;
  27. overflow: hidden;
  28. #background: url('footer.png');
  29. background-position: top-left;
  30. background-repeat: repeat;
  31. color:#333333;
  32. line-height:1.1;
  33. font-size: 13px;
  34. margin-top:-4px;
  35. padding-top:4px;
  36. padding-left:6px;
  37. padding-right:6px;
  38. }
  39. </style>
  40. </head>
  41.  
  42. <body>
  43. <div id="lightIRC" style="height:100%; text-align:center;">
  44. <p><a href="http://www.adobe.com/go/getflashplayer">
  45. <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
  46. </div>
  47.  
  48. <script type="text/javascript">
  49. <?php
  50. foreach($_GET as $key => $value) {
  51. echo "params.".htmlentities($key)." = \"".htmlentities($value)."\";\n";
  52. }
  53. ?>
  54. <?php if(!empty($_GET['chan'])) : ?>params.autojoin = "<?php echo htmlspecialchars($_GET['chan']); ?>"; <?php endif; ?>
  55. swfobject.embedSWF("lightIRC.swf", "lightIRC", "100%", "87%", "1.0.0", "expressInstall.swf", params);
  56. </script>
  57.  
  58. <div id="footer">
  59. <table width="70%" hight="100%" align="center"><td>
  60. <!-- BEGINS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
  61. <script type="text/javascript" src="http://s2.whsh4u.com/mrp.js"></script>
  62. <script type="text/javascript">
  63. MRP.insert({
  64. 'url':'http://xxx.xxxxxxx.nl:8504/;',
  65. 'lang':'nl',
  66. 'codec':'mp3',
  67. 'volume':40,
  68. 'autoplay':true,
  69. 'buffering':5,
  70. 'title':'Radio XXXXX',
  71. 'welcome':'Welkom bij.......',
  72. 'wmode':'transparent',
  73. 'skin':'faredirfare',
  74. 'width':295,
  75. 'height':52
  76. });
  77. </script>
  78. <!-- ENDS: AUTO-GENERATED MUSES RADIO PLAYER CODE -->
  79. <script type="text/javascript" src="http://mixstreamflashplayer.net/v1.3.js"></script>
  80.  
  81.  
  82.  
  83. </script>
  84. </script></td><td width="210" valign="top"><p style="text-align: left;"></a></p>
  85. <a href="http://www.radio-xxxxxxx.com/page/verzoekjes" style="font-family: 'comic sans ms', sans-serif; font-size: medium; " target="_blank"><img alt="Verzoekjes" border="0" class="foto" height="125" img="" src="http://www.place2chat.com/images/verzoekjes8.png" title="Verzoekjes" width="300" /></a></p>
  86. </script></td><td width="500" valign="center">
  87. <table border="1" width="400" hight="100%" align="right"><td>
  88.  
  89.  
  90. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/owner.png" style="border:none;" />&nbsp; Owner<br />
  91. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/admin.png" style="border:none;" />&nbsp; Administrator<br />
  92. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/operator.png" style="border:none;" />&nbsp; Operator
  93. </td>
  94. <td>
  95. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/halfop.png" style="border:none;" />&nbsp; Halfop<br />
  96. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/voice.png" style="border:none;" />&nbsp; Voice<br />
  97. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/microfoon.png" height="16" width="16" style="border:none;" />&nbsp; Microfoon</td>
  98. <td>
  99. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/webcam.png" height="16" width="16" style="border:none;" />&nbsp; Webcam open<br />
  100. <img src="http://www.place2chat.com/irc-webchat/place2chat/icons/camprive.png" height="16" width="16" style="border:none;" />&nbsp; Webcam prive<br /><br /></td></tr>
  101. </table>
  102.  
  103. </td></tr>
  104. </table>
  105. </div></body>
  106. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement