Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
Radio PLayer not working or finding my radio
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="EngeldesTodes" data-source="post: 418095" data-attributes="member: 2432"><p>clientradio.php</p><p>[PHP]<style></p><p>*,</p><p>*:before,</p><p>*:after {</p><p> box-sizing: border-box;</p><p>}</p><p></p><p></p><p>.hide {</p><p> display: none!important;</p><p>}</p><p></p><p></p><p>button {</p><p> margin: 0;</p><p> padding: 0;</p><p> border: 0;</p><p> outline: 0;</p><p> background: transparent;</p><p>}</p><p></p><p></p><p>.ap {</p><p> position: fluid;</p><p> right: 0;</p><p> bottom: 0;</p><p> left: 0;</p><p> height: 48px;</p><p> margin: auto;</p><p> font-family: Arial, sans-serif;</p><p> font-size: 14px;</p><p> user-select: none;</p><p> color: #333;</p><p> background: #1C1C1A;</p><p> border-top: 1px solid #1C1C1A;</p><p> z-index: 9999;</p><p> -webkit-transition: all 30s ease-in-out;</p><p> -moz-transition: all 30s ease-in-out;</p><p> -o-transition: all 30s ease-in-out;</p><p> transition: all 1s ease-in-out;</p><p>}</p><p></p><p></p><p>.ap-inner {</p><p> max-width: 1440px;</p><p> margin: 0 auto;</p><p>}</p><p></p><p></p><p>.ap-panel {</p><p> display: flex;</p><p>}</p><p></p><p></p><p>.ap-item {</p><p> display: flex;</p><p> flex: 1;</p><p> justify-content: center;</p><p> align-items: center;</p><p>}</p><p></p><p></p><p>.ap--track {</p><p> flex: 1 40%;</p><p> padding: 0 20px;</p><p>}</p><p></p><p></p><p>.ap-info {</p><p> width: 100%;</p><p> position: relative;</p><p> align-self: flex-start;</p><p> padding: 5px 0 0;</p><p>}</p><p></p><p></p><p>.ap-title {</p><p> position: relative;</p><p> overflow: hidden;</p><p> padding-right: 80px;</p><p> text-align: left;</p><p> white-space: nowrap;</p><p> text-overflow: ellipsis;</p><p> color: white;</p><p>}</p><p></p><p></p><p>.ap-title:hover {</p><p> position: relative;</p><p> overflow: hidden;</p><p> padding-right: 80px;</p><p> text-align: left;</p><p> white-space: nowrap;</p><p> text-overflow: ellipsis;</p><p> color: red;</p><p> font-weight: bold;</p><p>}</p><p></p><p></p><p>.ap-time {</p><p> position: absolute;</p><p> top: 5px;</p><p> right: 0;</p><p> color: white;</p><p>}</p><p></p><p></p><p>.ap-time:hover {</p><p> position: absolute;</p><p> top: 5px;</p><p> right: 0;</p><p> color: red;</p><p> font-weight: bold;</p><p>}</p><p></p><p></p><p>.ap-progress-container {</p><p> padding: 5px 0 10px;</p><p> cursor: pointer;</p><p>}</p><p></p><p></p><p>.ap-progress {</p><p> position: relative;</p><p> height: 3px;</p><p> border-radius: 5px;</p><p> background: #eee;</p><p>}</p><p></p><p></p><p>.ap-preload-bar,</p><p>.ap-bar {</p><p> position: absolute;</p><p> left: 0;</p><p> top: 0;</p><p> bottom: 0;</p><p> width: 0;</p><p> border-radius: 5px 0 0 5px;</p><p> background: rgba(0, 0, 0, .3);</p><p> z-index: 999;</p><p>}</p><p></p><p></p><p>.ap-bar {</p><p> background: red;</p><p> z-index: 9999;</p><p>}</p><p></p><p></p><p>.ap-bar:after {</p><p> position: absolute;</p><p> top: 0;</p><p> right: -5px;</p><p> width: 12px;</p><p> height: 12px;</p><p> margin-top: -4px;</p><p> content: '';</p><p> border-radius: 6px;</p><p> background: red;</p><p> opacity: 0;</p><p> transition: opacity .3s ease;</p><p>}</p><p></p><p></p><p>.ap-progress-container:hover .ap-bar:after {</p><p> opacity: 1;</p><p>}</p><p></p><p></p><p>.ap-controls {</p><p> position: relative;</p><p> z-index: 1000;</p><p> display: block;</p><p> height: 50px;</p><p> cursor: pointer;</p><p> transition: background .2s ease;</p><p> text-align: center;</p><p> color: #fff;</p><p> border: 0;</p><p> outline: 0;</p><p> background: none;</p><p>}</p><p></p><p></p><p>.ap-controls svg {</p><p> fill: #eee;</p><p>}</p><p></p><p></p><p>.ap-controls:hover svg {</p><p> fill: red;</p><p>}</p><p></p><p></p><p>.ap-controls:active {</p><p> background: rgba(0, 0, 0, 3);</p><p>}</p><p></p><p></p><p>.ap--playback>.ap-controls,</p><p>.ap--settings>.ap-controls {</p><p> flex: 0 25%;</p><p>}</p><p></p><p></p><p>.ap--pause,</p><p>.playing>.ap--play {</p><p> display: none;</p><p>}</p><p></p><p></p><p>.playing>.ap--pause {</p><p> display: inline;</p><p>}</p><p></p><p></p><p>.ap-volume-container {</p><p> z-index: 9999;</p><p>}</p><p></p><p></p><p>.ap-volume {</p><p> position: absolute;</p><p> right: 0;</p><p> bottom: 50px;</p><p> overflow: hidden;</p><p> width: 100%;</p><p> height: 0;</p><p> visibility: hidden;</p><p> transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23);</p><p> background: #1C1C1A;</p><p> opacity: 0.7;</p><p> border: 1px solid #1C1C1A;</p><p> border-bottom: 0;</p><p> z-index: 9999;</p><p>}</p><p></p><p></p><p>.ap-volume-btn {</p><p> display: block;</p><p> text-align: center;</p><p> width: 100%;</p><p>}</p><p></p><p></p><p>.ap-volume-btn>.ap--volume-off,</p><p>.muted>.ap--volume-on {</p><p> display: none;</p><p>}</p><p></p><p></p><p>.muted>.ap--volume-off {</p><p> display: inline;</p><p>}</p><p></p><p></p><p>.ap-volume-container:hover {</p><p> background: #696969;</p><p>}</p><p></p><p></p><p>.ap-volume-container:hover .ap-volume {</p><p> height: 120px;</p><p> visibility: visible;</p><p>}</p><p></p><p></p><p>.ap-volume-progress {</p><p> display: block;</p><p> width: 4px;</p><p> height: 100px;</p><p> margin: 10px auto;</p><p> background: rgba(0, 0, 0, .2);</p><p> position: relative;</p><p> border-radius: 3px;</p><p>}</p><p></p><p></p><p>.ap-volume-bar {</p><p> position: absolute;</p><p> left: 0;</p><p> right: 0;</p><p> bottom: 0;</p><p> background: red;</p><p> height: 50%;</p><p> border-radius: 3px;</p><p>}</p><p></p><p></p><p>.ap-active {</p><p> background: rgba(0, 0, 0, .15);</p><p> opacity: 1;</p><p>}</p><p></p><p> @KEYframes blink {</p><p> from {</p><p> opacity: 0;</p><p> }</p><p> 50% {</p><p> opacity: 1;</p><p> }</p><p> to {</p><p> opacity: 0;</p><p> }</p><p>}</p><p></p><p></p><p>.playing>.ap--pause {</p><p> animation: blink 1.9s linear infinite;</p><p>}</p><p></p><p> @Media(max-width:880px) {</p><p> .ap-item > .ap-controls {</p><p> flex: 1;</p><p> }</p><p>}</p><p></p><p> @Media(max-width:550px) {</p><p> .ap {</p><p> min-width: 250px;</p><p> }</p><p> .ap,</p><p> .ap-panel {</p><p> height: auto;</p><p> }</p><p> .ap-panel {</p><p> flex-wrap: wrap;</p><p> }</p><p> .ap--track {</p><p> margin-bottom: 10px;</p><p> padding: 0 20px;</p><p> order: 1;</p><p> flex: 1 1 100%;</p><p> }</p><p> .ap--playback,</p><p> .ap--settings {</p><p> flex: 1 1 50%;</p><p> order: 2;</p><p> }</p><p>}</p><p></p><p></p><p></p><p></p><p>/*--------------------</p><p> PlayList</p><p>--------------------*/</p><p></p><p></p><p>.pl-container {</p><p> position: fixed;</p><p> top: 0;</p><p> right: 0;</p><p> bottom: 50px;</p><p> left: 0;</p><p> margin: auto;</p><p> overflow: auto;</p><p> font-family: Arial, sans-serif;</p><p> font-size: 14px;</p><p> background: #000;</p><p> opacity: 0.7;</p><p> z-index: 999;</p><p>}</p><p></p><p></p><p>.pl-lead {</p><p> font-size: 24px;</p><p> font-weight: 400;</p><p> text-align: center;</p><p> color: #333;</p><p>}</p><p></p><p></p><p>.pl-list {</p><p> width: 100%;</p><p> max-width: 550px;</p><p> margin: 0 auto;</p><p> padding: 30px 10px;</p><p>}</p><p></p><p></p><p>.pl-list > li {</p><p> display: flex;</p><p> align-items: center;</p><p> border-bottom: 1px solid #ddd;</p><p>}</p><p></p><p></p><p>.pl-number,</p><p>.pl-title,</p><p>.pl-remove {</p><p> margin: 0 5px;</p><p> padding: 10px 0;</p><p>}</p><p></p><p></p><p>.pl-number {</p><p> flex: 0 10%;</p><p> text-align: center;</p><p>}</p><p></p><p></p><p>.pl-playing {</p><p> display: none;</p><p> fill: rgb(255, 250, 250);</p><p>}</p><p></p><p></p><p>.pl-current .pl-count {</p><p> display: none;</p><p>}</p><p></p><p></p><p>.pl-current .pl-playing {</p><p> display: block;</p><p>}</p><p></p><p></p><p>.pl-current .pl-title {</p><p> font-weight: 700;</p><p>}</p><p></p><p></p><p>.pl-title {</p><p> overflow: hidden;</p><p> cursor: pointer;</p><p> text-align: left;</p><p> white-space: nowrap;</p><p> text-overflow: ellipsis;</p><p> flex: 1;</p><p>}</p><p></p><p></p><p>.pl-title:hover {</p><p> text-decoration: underline;</p><p> font-weight: bold;</p><p> font-style: italic;</p><p> color: red;</p><p>}</p><p></p><p></p><p>.pl-remove {</p><p> opacity: 0;</p><p> margin-right: 0;</p><p> cursor: pointer;</p><p> text-align: center;</p><p> flex: 0 50px;</p><p>}</p><p></p><p></p><p>.pl-remove:hover {</p><p> background: red;</p><p>}</p><p></p><p></p><p>.pl-list > li:hover .pl-remove {</p><p> opacity: 1;</p><p>}</p><p></p><p></p><p>.pl-list svg {</p><p> fill: rgb(255, 250, 250);</p><p>}</p><p></p><p></p><p>.pl-empty {</p><p> position: absolute;</p><p> top: 50%;</p><p> left: 50%;</p><p> font-size: 2rem;</p><p> transform: translate(-50%, -50%);</p><p> letter-spacing: 2px;</p><p> color: #ccc;</p><p>}</p><p></p><p> @KEYframes eq {</p><p> 0% {</p><p> height: 3px;</p><p> }</p><p> 50% {</p><p> height: 20px;</p><p> }</p><p> 100% {</p><p> height: 3px;</p><p> }</p><p>}</p><p></p><p></p><p>.eq {</p><p> display: flex;</p><p> width: 20px;</p><p> height: 20px;</p><p> margin: 0 auto;</p><p> justify-content: space-between;</p><p> align-items: flex-end;</p><p>}</p><p></p><p></p><p>.eq-bar {</p><p> width: 4px;</p><p> background: rgb(255, 250, 250);</p><p>}</p><p></p><p></p><p>.eq-bar:nth-child(1) {</p><p> animation: eq .8s ease-in-out infinite 0s;</p><p>}</p><p></p><p></p><p>.eq-bar:nth-child(2) {</p><p> animation: eq .8s ease-in-out infinite .2s;</p><p>}</p><p></p><p></p><p>.eq-bar:nth-child(3) {</p><p> animation: eq .8s ease-in-out infinite .4s;</p><p>}</p><p></style></p><p></p><p></p><p><!-- Audio player --></p><p><div class="ap" id="ap"></p><p> <div class="ap-inner"></p><p> <div class="ap-panel"></p><p> <div class="ap-item ap--playback"></p><p> </p><p> <button class="ap-controls ap-prev-btn"></p><p> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24"></p><p> <path d="M6 6h2v12H6zm3.5 6l8.5 6V6z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> </button></p><p> <button class="ap-controls ap-toggle-btn"></p><p> <svg xmlns="http://www.w3.org/2000/svg" fill="#fff" height="30" viewBox="0 0 24 24" width="30" class="ap--play"></p><p> <path d="M8 5v14l11-7z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="30" viewBox="0 0 24 24" width="30" class="ap--pause"></p><p> <path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> </button></p><p> <button class="ap-controls ap-next-btn"></p><p> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24"></p><p> <path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> </button></p><p> </div></p><p> <div class="ap-item ap--track"></p><p> <div class="ap-info"></p><p> <div class="ap-title">Error</b></div></p><p> <div class="ap-time"></p><p> <span class="ap-time--current">--</span></p><p> <span> / </span></p><p> <span class="ap-time--duration">--</span></p><p> </div></p><p></p><p> <div class="ap-progress-container"></p><p> <div class="ap-progress"></p><p> <div class="ap-bar"></div></p><p> <div class="ap-preload-bar"></div></p><p> </div></p><p> </div></p><p></p><p> </div></p><p> </div></p><p> <div class="ap-item ap--settings"></p><p> <div class="ap-controls ap-volume-container"></p><p> <button class="ap-volume-btn"></p><p> <svg fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" class="ap--volume-on"></p><p> <path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" class="ap--volume-off"></p><p> <path d="M7 9v6h4l5 5V4l-5 5H7z"/></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> </svg></p><p> </button></p><p> <div class="ap-volume"></p><p> <div class="ap-volume-progress"><div class="ap-volume-bar"></div></div></p><p> </div></p><p> </div></p><p> <button class="ap-controls ap-repeat-btn"></p><p> <svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> <path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/></p><p> </svg></p><p> </button></p><p> <button class="ap-controls ap-playlist-btn"></p><p> <svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"></p><p> <path d="M0 0h24v24H0z" fill="none"/></p><p> <path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"/></p><p> </svg></p><p> </button></p><p> </div></p><p> </div></p><p> </div></p><p></p><p></div></p><p></p><p>[/PHP]</p><p>[doublepost=1504654006,1504653950][/doublepost]client.php</p><p>[PHP]<?php include_once("forcevote.php"); ?></p><p> <script></p><p>function fullscreen(){document.fullScreenElement&&null!==document.fullScreenElement||!document.mozFullScreen&&!document.webkitIsFullScreen?document.documentElement.requestFullScreen?(document.documentElement.requestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.mozRequestFullScreen?(document.documentElement.mozRequestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.webkitRequestFullScreen&&(document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT),$("#fl_but").toggleClass("nrml")):document.cancelFullScreen?(document.cancelFullScreen(),$("#fl_but").removeClass("nrml")):document.mozCancelFullScreen?(document.mozCancelFullScreen(),$("#fl_but").removeClass("nrml")):document.webkitCancelFullScreen&&(document.webkitCancelFullScreen(),$("#fl_but").removeClass("nrml"))}</p><p></script></p><p><style>.full_screen_but{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:5px;left:5px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but:hover{background-color:#ffd400;border-color:#fffd70}.full_screen_but.nrml{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:10px;left:10px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but.nrml:hover{background-color:#ffd400;border-color:#fffd70}</style></p><p><!DOCTYPE html></p><p><html lang="en"></p><p> <head></p><p> <?php include ('/rScript.php');?></p><p> <link rel="shortcut icon" href="http://nitrohotel.stream/app/tpl/skins/Layout/images/favicon.ico" type="image/vnd.microsoft.icon"/></p><p> <meta http-equiv="content-type" content="text/html; charset=utf-8"></p><p> <title>Nitro Client</title></p><p> </p><p> <link rel="stylesheet" href="http://nitrohotel.stream/app/tpl/skins/Habbo/styles/client.css" type="text/css"/></p><p> </p><p></p><p> </p><p> <script type="text/javascript" src="http://nitrohotel.stream/app/tpl/skins/Habbo/js/swfobject.js"></script></p><p> <script type="text/javascript"></p><p> var BaseUrl = "http://nitrohotel.stream/swf/gordon/PRODUCTION-201701242205-837386173/";</p><p> var flashvars =</p><p> {</p><p> "client.allow.cross.domain" : "0",</p><p> "client.notify.cross.domain" : "1", </p><p> "connection.info.host" : "xx.xx.xx.xx",</p><p> "connection.info.port" : "30000",</p><p> "site.url" : "http://nitrohotel.stream",</p><p> "url.prefix" : "http://nitrohotel.stream",</p><p> "client.reload.url" : "http://nitrohotel.stream/404",</p><p> "client.fatal.error.url" : "http://nitrohotel.stream/404",</p><p> "client.connection.failed.url" : "http://nitrohotel.stream/404",</p><p> "external.variables.txt" : "http://nitrohotel.stream/swf/gamedata/external_variables.txt",</p><p> "external.texts.txt" : "http://nitrohotel.stream/swf/gamedata/external_flash_texts.txt",</p><p> "external.override.texts.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_flash_override_texts.txt",</p><p> "external.override.variables.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_override_variables.txt",</p><p> "external.figurepartlist.txt" : "http://nitrohotel.stream/swf/gamedata/figuredata.xml", </p><p> "productdata.load.url" : "http://nitrohotel.stream/swf/gamedata/productdata.txt",</p><p> "furnidata.load.url" : "http://nitrohotel.stream/swf/gamedata/furnidata.xml",</p><p> "use.sso.ticket" : "1",</p><p> "sso.ticket" : "{sso}",</p><p> "client.starting" : "Please wait! {hotelName} is starting up.", </p><p> "processlog.enabled" : "0",</p><p> "flash.client.url" : BaseUrl,</p><p> "client.starting.revolving" : "Consequences.... ur shit",</p><p> "flash.client.origin" : "popup" </p><p> };</p><p> var params =</p><p> {</p><p> "base" : BaseUrl + "/",</p><p> "allowScriptAccess" : "always",</p><p> "menu" : "false" </p><p> };</p><p> swfobject.embedSWF(BaseUrl + "habbo.swf", "client", "100%", "100%", "10.0.0", "http://nitrohotel.stream/swf/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null);</p><p> </script></p><p> <?php include ('/rScript.php');?></p><p></p><p> <div id="client"></div></p><p> <?php include ('/clientradio.php');?></p><p> </p><p></body></p><p> </p><p> <?php include('includes/checktheban.php'); ?></p><p></html></p><p>[/PHP]</p><p>X's represent my vps IP</p><p>[doublepost=1504786919][/doublepost]bump</p></blockquote><p></p>
[QUOTE="EngeldesTodes, post: 418095, member: 2432"] clientradio.php [PHP]<style> *, *:before, *:after { box-sizing: border-box; } .hide { display: none!important; } button { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; } .ap { position: fluid; right: 0; bottom: 0; left: 0; height: 48px; margin: auto; font-family: Arial, sans-serif; font-size: 14px; user-select: none; color: #333; background: #1C1C1A; border-top: 1px solid #1C1C1A; z-index: 9999; -webkit-transition: all 30s ease-in-out; -moz-transition: all 30s ease-in-out; -o-transition: all 30s ease-in-out; transition: all 1s ease-in-out; } .ap-inner { max-width: 1440px; margin: 0 auto; } .ap-panel { display: flex; } .ap-item { display: flex; flex: 1; justify-content: center; align-items: center; } .ap--track { flex: 1 40%; padding: 0 20px; } .ap-info { width: 100%; position: relative; align-self: flex-start; padding: 5px 0 0; } .ap-title { position: relative; overflow: hidden; padding-right: 80px; text-align: left; white-space: nowrap; text-overflow: ellipsis; color: white; } .ap-title:hover { position: relative; overflow: hidden; padding-right: 80px; text-align: left; white-space: nowrap; text-overflow: ellipsis; color: red; font-weight: bold; } .ap-time { position: absolute; top: 5px; right: 0; color: white; } .ap-time:hover { position: absolute; top: 5px; right: 0; color: red; font-weight: bold; } .ap-progress-container { padding: 5px 0 10px; cursor: pointer; } .ap-progress { position: relative; height: 3px; border-radius: 5px; background: #eee; } .ap-preload-bar, .ap-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: 5px 0 0 5px; background: rgba(0, 0, 0, .3); z-index: 999; } .ap-bar { background: red; z-index: 9999; } .ap-bar:after { position: absolute; top: 0; right: -5px; width: 12px; height: 12px; margin-top: -4px; content: ''; border-radius: 6px; background: red; opacity: 0; transition: opacity .3s ease; } .ap-progress-container:hover .ap-bar:after { opacity: 1; } .ap-controls { position: relative; z-index: 1000; display: block; height: 50px; cursor: pointer; transition: background .2s ease; text-align: center; color: #fff; border: 0; outline: 0; background: none; } .ap-controls svg { fill: #eee; } .ap-controls:hover svg { fill: red; } .ap-controls:active { background: rgba(0, 0, 0, 3); } .ap--playback>.ap-controls, .ap--settings>.ap-controls { flex: 0 25%; } .ap--pause, .playing>.ap--play { display: none; } .playing>.ap--pause { display: inline; } .ap-volume-container { z-index: 9999; } .ap-volume { position: absolute; right: 0; bottom: 50px; overflow: hidden; width: 100%; height: 0; visibility: hidden; transition: height .2s cubic-bezier(0.17, 0.72, 0.26, 1.23); background: #1C1C1A; opacity: 0.7; border: 1px solid #1C1C1A; border-bottom: 0; z-index: 9999; } .ap-volume-btn { display: block; text-align: center; width: 100%; } .ap-volume-btn>.ap--volume-off, .muted>.ap--volume-on { display: none; } .muted>.ap--volume-off { display: inline; } .ap-volume-container:hover { background: #696969; } .ap-volume-container:hover .ap-volume { height: 120px; visibility: visible; } .ap-volume-progress { display: block; width: 4px; height: 100px; margin: 10px auto; background: rgba(0, 0, 0, .2); position: relative; border-radius: 3px; } .ap-volume-bar { position: absolute; left: 0; right: 0; bottom: 0; background: red; height: 50%; border-radius: 3px; } .ap-active { background: rgba(0, 0, 0, .15); opacity: 1; } @KEYframes blink { from { opacity: 0; } 50% { opacity: 1; } to { opacity: 0; } } .playing>.ap--pause { animation: blink 1.9s linear infinite; } @Media(max-width:880px) { .ap-item > .ap-controls { flex: 1; } } @Media(max-width:550px) { .ap { min-width: 250px; } .ap, .ap-panel { height: auto; } .ap-panel { flex-wrap: wrap; } .ap--track { margin-bottom: 10px; padding: 0 20px; order: 1; flex: 1 1 100%; } .ap--playback, .ap--settings { flex: 1 1 50%; order: 2; } } /*-------------------- PlayList --------------------*/ .pl-container { position: fixed; top: 0; right: 0; bottom: 50px; left: 0; margin: auto; overflow: auto; font-family: Arial, sans-serif; font-size: 14px; background: #000; opacity: 0.7; z-index: 999; } .pl-lead { font-size: 24px; font-weight: 400; text-align: center; color: #333; } .pl-list { width: 100%; max-width: 550px; margin: 0 auto; padding: 30px 10px; } .pl-list > li { display: flex; align-items: center; border-bottom: 1px solid #ddd; } .pl-number, .pl-title, .pl-remove { margin: 0 5px; padding: 10px 0; } .pl-number { flex: 0 10%; text-align: center; } .pl-playing { display: none; fill: rgb(255, 250, 250); } .pl-current .pl-count { display: none; } .pl-current .pl-playing { display: block; } .pl-current .pl-title { font-weight: 700; } .pl-title { overflow: hidden; cursor: pointer; text-align: left; white-space: nowrap; text-overflow: ellipsis; flex: 1; } .pl-title:hover { text-decoration: underline; font-weight: bold; font-style: italic; color: red; } .pl-remove { opacity: 0; margin-right: 0; cursor: pointer; text-align: center; flex: 0 50px; } .pl-remove:hover { background: red; } .pl-list > li:hover .pl-remove { opacity: 1; } .pl-list svg { fill: rgb(255, 250, 250); } .pl-empty { position: absolute; top: 50%; left: 50%; font-size: 2rem; transform: translate(-50%, -50%); letter-spacing: 2px; color: #ccc; } @KEYframes eq { 0% { height: 3px; } 50% { height: 20px; } 100% { height: 3px; } } .eq { display: flex; width: 20px; height: 20px; margin: 0 auto; justify-content: space-between; align-items: flex-end; } .eq-bar { width: 4px; background: rgb(255, 250, 250); } .eq-bar:nth-child(1) { animation: eq .8s ease-in-out infinite 0s; } .eq-bar:nth-child(2) { animation: eq .8s ease-in-out infinite .2s; } .eq-bar:nth-child(3) { animation: eq .8s ease-in-out infinite .4s; } </style> <!-- Audio player --> <div class="ap" id="ap"> <div class="ap-inner"> <div class="ap-panel"> <div class="ap-item ap--playback"> <button class="ap-controls ap-prev-btn"> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24"> <path d="M6 6h2v12H6zm3.5 6l8.5 6V6z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> </button> <button class="ap-controls ap-toggle-btn"> <svg xmlns="http://www.w3.org/2000/svg" fill="#fff" height="30" viewBox="0 0 24 24" width="30" class="ap--play"> <path d="M8 5v14l11-7z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="30" viewBox="0 0 24 24" width="30" class="ap--pause"> <path d="M6 19h4V5H6v14zm8-14v14h4V5h-4z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> </button> <button class="ap-controls ap-next-btn"> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="24" viewBox="0 0 24 24" width="24"> <path d="M6 18l8.5-6L6 6v12zM16 6v12h2V6h-2z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> </button> </div> <div class="ap-item ap--track"> <div class="ap-info"> <div class="ap-title">Error</b></div> <div class="ap-time"> <span class="ap-time--current">--</span> <span> / </span> <span class="ap-time--duration">--</span> </div> <div class="ap-progress-container"> <div class="ap-progress"> <div class="ap-bar"></div> <div class="ap-preload-bar"></div> </div> </div> </div> </div> <div class="ap-item ap--settings"> <div class="ap-controls ap-volume-container"> <button class="ap-volume-btn"> <svg fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg" class="ap--volume-on"> <path d="M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> <svg xmlns="http://www.w3.org/2000/svg" fill="#ffffff" height="48" viewBox="0 0 24 24" width="24" class="ap--volume-off"> <path d="M7 9v6h4l5 5V4l-5 5H7z"/> <path d="M0 0h24v24H0z" fill="none"/> </svg> </button> <div class="ap-volume"> <div class="ap-volume-progress"><div class="ap-volume-bar"></div></div> </div> </div> <button class="ap-controls ap-repeat-btn"> <svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M7 7h10v3l4-4-4-4v3H5v6h2V7zm10 10H7v-3l-4 4 4 4v-3h12v-6h-2v4z"/> </svg> </button> <button class="ap-controls ap-playlist-btn"> <svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"> <path d="M0 0h24v24H0z" fill="none"/> <path d="M15 6H3v2h12V6zm0 4H3v2h12v-2zM3 16h8v-2H3v2zM17 6v8.18c-.31-.11-.65-.18-1-.18-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3V8h3V6h-5z"/> </svg> </button> </div> </div> </div> </div> [/PHP] [doublepost=1504654006,1504653950][/doublepost]client.php [PHP]<?php include_once("forcevote.php"); ?> <script> function fullscreen(){document.fullScreenElement&&null!==document.fullScreenElement||!document.mozFullScreen&&!document.webkitIsFullScreen?document.documentElement.requestFullScreen?(document.documentElement.requestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.mozRequestFullScreen?(document.documentElement.mozRequestFullScreen(),$("#fl_but").toggleClass("nrml")):document.documentElement.webkitRequestFullScreen&&(document.documentElement.webkitRequestFullScreen(Element.ALLOW_KEYBOARD_INPUT),$("#fl_but").toggleClass("nrml")):document.cancelFullScreen?(document.cancelFullScreen(),$("#fl_but").removeClass("nrml")):document.mozCancelFullScreen?(document.mozCancelFullScreen(),$("#fl_but").removeClass("nrml")):document.webkitCancelFullScreen&&(document.webkitCancelFullScreen(),$("#fl_but").removeClass("nrml"))} </script> <style>.full_screen_but{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:5px;left:5px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but:hover{background-color:#ffd400;border-color:#fffd70}.full_screen_but.nrml{background-color:#ffb900;border:2px solid;border-color:#ffea00;color:#000!important;font-size:.75em;width:30px;height:25px;border-radius:7px;box-shadow:0 3px 0 1px rgba(0,0,0,.3);display:block;position:absolute;top:10px;left:10px;background-image:url(http://nitrohotel.stream/ful.png);background-repeat:no-repeat;background-position:center;cursor:pointer;z-index:9999999}.full_screen_but.nrml:hover{background-color:#ffd400;border-color:#fffd70}</style> <!DOCTYPE html> <html lang="en"> <head> <?php include ('/rScript.php');?> <link rel="shortcut icon" href="http://nitrohotel.stream/app/tpl/skins/Layout/images/favicon.ico" type="image/vnd.microsoft.icon"/> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>Nitro Client</title> <link rel="stylesheet" href="http://nitrohotel.stream/app/tpl/skins/Habbo/styles/client.css" type="text/css"/> <script type="text/javascript" src="http://nitrohotel.stream/app/tpl/skins/Habbo/js/swfobject.js"></script> <script type="text/javascript"> var BaseUrl = "http://nitrohotel.stream/swf/gordon/PRODUCTION-201701242205-837386173/"; var flashvars = { "client.allow.cross.domain" : "0", "client.notify.cross.domain" : "1", "connection.info.host" : "xx.xx.xx.xx", "connection.info.port" : "30000", "site.url" : "http://nitrohotel.stream", "url.prefix" : "http://nitrohotel.stream", "client.reload.url" : "http://nitrohotel.stream/404", "client.fatal.error.url" : "http://nitrohotel.stream/404", "client.connection.failed.url" : "http://nitrohotel.stream/404", "external.variables.txt" : "http://nitrohotel.stream/swf/gamedata/external_variables.txt", "external.texts.txt" : "http://nitrohotel.stream/swf/gamedata/external_flash_texts.txt", "external.override.texts.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_flash_override_texts.txt", "external.override.variables.txt" : "http://nitrohotel.stream/swf/gamedata/override/external_override_variables.txt", "external.figurepartlist.txt" : "http://nitrohotel.stream/swf/gamedata/figuredata.xml", "productdata.load.url" : "http://nitrohotel.stream/swf/gamedata/productdata.txt", "furnidata.load.url" : "http://nitrohotel.stream/swf/gamedata/furnidata.xml", "use.sso.ticket" : "1", "sso.ticket" : "{sso}", "client.starting" : "Please wait! {hotelName} is starting up.", "processlog.enabled" : "0", "flash.client.url" : BaseUrl, "client.starting.revolving" : "Consequences.... ur shit", "flash.client.origin" : "popup" }; var params = { "base" : BaseUrl + "/", "allowScriptAccess" : "always", "menu" : "false" }; swfobject.embedSWF(BaseUrl + "habbo.swf", "client", "100%", "100%", "10.0.0", "http://nitrohotel.stream/swf/gordon/PRODUCTION-201701242205-837386173/expressInstall.swf", flashvars, params, null); </script> <?php include ('/rScript.php');?> <div id="client"></div> <?php include ('/clientradio.php');?> </body> <?php include('includes/checktheban.php'); ?> </html> [/PHP] X's represent my vps IP [doublepost=1504786919][/doublepost]bump [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Radio PLayer not working or finding my radio
Top