Niu Niu  • 31.07.17 20:31

[AJUDA]Player Rádio Client  Empty [AJUDA]Player Rádio Client 31.07.17 20:31


Olá amigos do Power Pixel, estou com um problema. Me ajudem?
O meu problema é o seguinte:

Eu não consigo colocar esse player do demo, já tentei, mas não consigo plox, alguém me ajuda configurar, me explica o que tenho que colocar na client, explica tudo certinho aí, pelo amor de Jah, que ele toque o coraçãozinho de vocês e me de um Help, TY


Como sei que um tópico vale mais que mil palavras, olhe ele ai:
https://www.power-pixel.net/t81230-player-radio-client

Desde já obrigado. Aguardarei respostas!

Alan Walker Alan Walker  • 31.07.17 20:34

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 20:34

Olá você vai por esse play em um hotel, se for me mande sua cliente que eu boto pra você !

Niu Niu  • 31.07.17 20:39

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 20:39

Sim

Aqui está

Código:

<?php
   staffCheck();
   Game::sso('client');   
   Game::homeRoom();   
?>
<html>
</body>

<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
   <title><?= $config['hotelName'] ?> - Game</title>
   <script src="/templates/brain/client/js/jquery-latest.js" type="text/javascript"></script>
   <script src="/templates/brain/client/js/jquery-ui.js" type="text/javascript"></script>
   <script src="/templates/brain/client/js/flashclient.js"></script>
   <script src="/templates/brain/client/js/flash_detect_min.js"></script>
   <script src="/templates/brain/client/js/client.js" type="text/javascript"></script>
   <link rel="stylesheet" href="/templates/brain/client/css/client.css?v=5" type="text/css">
   </head>
<body>
   <?php
      if($hotel['onlineCounter'] == true)
      {
      ?>
      <script type="text/javascript">
         $(document).ready(function(e) {
            $.ajaxSetup({
               cache:true
            });
            setInterval(function() {
               $('#onlinecount').load('/onlinecountclient');
            }, 8000);
            $( "#onlinecount").click(function() {
               $('#onlinecount').load('/onlinecountclient');
            });
         });
      </script>
      <div class="clientOnlineBox">
         <div class="clientOnlineBoxTxt" id="onlinecount"><small><b><?= Game::usersOnline() ?></b> Lellarianos online</small></div>
         <img src="/templates/brain/client/images/onlineiconclient.png" style="width:29px;height:28px;ht; */position: absolute;margin-left: 130px;margin-top: -19px;">
      </div>
      <?php
      }
   ?>
   <center>
      <div id="client-ui">
         <div class="client" id="client"></div>
      </div>
      <script>
         var Client = new SWFObject("<?= $hotel['swfFolderSwf'] ?>", "client", "100%", "100%", "10.0.0");
         Client.addVariable("client.allow.cross.domain", "0");
         Client.addVariable("client.notify.cross.domain", "1");
         Client.addVariable("connection.info.host", "<?= $hotel['emuHost'] ?>");
         Client.addVariable("connection.info.port", "<?= $hotel['emuPort'] ?>");
         Client.addVariable("site.url", "<?= $config['hotelUrl'] ?>");
         Client.addVariable("url.prefix", "<?= $config['hotelUrl'] ?>");
         Client.addVariable("client.reload.url", "<?= $config['hotelUrl'] ?>/me");
         Client.addVariable("client.fatal.error.url", "<?= $config['hotelUrl'] ?>/me");
         Client.addVariable("client.connection.failed.url", "<?= $config['hotelUrl'] ?>/me");
         Client.addVariable("external.override.texts.txt", "<?= $hotel['external_Texts_Override'] ?>");
         Client.addVariable("external.override.variables.txt", "<?= $hotel['external_Variables_Override'] ?>");    
         Client.addVariable("external.variables.txt", "<?= $hotel['external_Variables'] ?>");
         Client.addVariable("external.texts.txt", "<?= $hotel['external_Texts'] ?>");
         Client.addVariable("external.figurepartlist.txt", "<?= $hotel['figuredata'] ?>");
         Client.addVariable("flash.dynamic.avatar.download.configuration", "<?= $hotel['figuremap'] ?>");
         Client.addVariable("productdata.load.url", "<?= $hotel['productdata'] ?>");
         Client.addVariable("furnidata.load.url", "<?= $hotel['furnidata'] ?>");
         Client.addVariable("use.sso.ticket", "1");
         Client.addVariable("sso.ticket", "<?= User::userData('auth_ticket') ?>");
         Client.addVariable("processlog.enabled", "0");
         Client.addVariable("client.starting", "E ai <?= User::userData('username') ?>, tudo bem? Esta carregando aguarde!");
         Client.addVariable("flash.client.url", "<?= $hotel['swfFolder'] ?>/");
         Client.addVariable("flash.client.origin", "popup");
         Client.addVariable("ads.domain", "");
         Client.addVariable("diamonds.enabled", '<?= $hotel['diamonds.enabled'] ?>');
         Client.addParam('base', '<?= $hotel['swfFolder'] ?>/');
         Client.addParam('allowScriptAccess', 'always');
         Client.addParam('wmode', "opaque");
         Client.write('client');
         FlashExternalInterface.signoutUrl = "<?= $config['hotelUrl'] ?>/logout";
      </script>
   </center>
</body>
</html>
<script>
   //no flash?!
   if(!FlashDetect.installed){
      window.location.href = "<?= $config['hotelUrl'] ?>/noflash";    
   }
</script>
</center>
</div>
</head>

Ty

thekapslock thekapslock  • 31.07.17 20:53

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 20:53

Já eu não consigo configurar ele, alguém poderia me dizer como configura ele ?

Alan Walker Alan Walker  • 31.07.17 21:08

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 21:08

Tutorial basta por a pasta { RADIO } na sua cms e subistituir essa client pela sua Niu - http://www.mediafire.com/file/5eyscclvyd8d1sp/client.php

thekapslock thekapslock  • 31.07.17 21:13

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 21:13

Amoebafenix escreveu:Tutorial basta por a pasta { RADIO } na sua cms e subistituir essa client pela sua Niu - http://www.mediafire.com/file/5eyscclvyd8d1sp/client.php
Não preciso por os dados da rádio, nem mesmo o link ? Só por a pasta na cms ?

Alan Walker Alan Walker  • 31.07.17 21:33

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 21:33

thekapslock escreveu:
Amoebafenix escreveu:Tutorial basta por a pasta { RADIO } na sua cms e subistituir essa client pela sua Niu - http://www.mediafire.com/file/5eyscclvyd8d1sp/client.php
Não preciso por os dados da rádio, nem mesmo o link ? Só por a pasta na cms ?
Coloque a pasta radio na sua cms, depois pegue a index da radio e bote na sua client.php, logo apois basta trocar o ip e portar pelos dados da sua radio e pronto.

thekapslock thekapslock  • 31.07.17 21:57

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 21:57

Amoebafenix escreveu:
thekapslock escreveu:
Amoebafenix escreveu:Tutorial basta por a pasta { RADIO } na sua cms e subistituir essa client pela sua Niu - http://www.mediafire.com/file/5eyscclvyd8d1sp/client.php
Não preciso por os dados da rádio, nem mesmo o link ? Só por a pasta na cms ?
Coloque a pasta radio na sua cms, depois pegue a index da radio e bote na sua client.php, logo apois basta trocar o ip e portar pelos dados da sua radio e pronto.
Você podia por ela na client por favor ? Aqui o link dela -> http://www.mediafire.com/file/wm4tpm5si0gmld1/client.php

Niu Niu  • 31.07.17 22:18

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 22:18

Amoebafenix escreveu:Tutorial basta por a pasta { RADIO } na sua cms e subistituir essa client pela sua Niu - http://www.mediafire.com/file/5eyscclvyd8d1sp/client.php
Fiz isso, ela ta tocando mas não aparece o player, se liga http://prntscr.com/g2rwj2 se poder me passar a pasta { RADIO } que você está utilizando ajudaria

Niu Niu  • 31.07.17 23:31

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 31.07.17 23:31

Tópico resolvido!
Com uma grande ajuda do Amoebafenix, obrigado de coração <3

Turbo Turbo  • 01.08.17 13:49

Super ModeradorMembro da Equipa

[AJUDA]Player Rádio Client  Empty Re: [AJUDA]Player Rádio Client 01.08.17 13:49

MODERAÇÃO
Usuário: Niu
Quantidade: +1
Motivo: Dual Post


[alerta=Moderação]Tópico fechado e movido para Questões Resolvidas[/alerta]
Permissões neste sub-fórum
Não podes responder a tópicos

BH Servers

Recomendamos a BH Servers com proteção DDOS gratuita em Cloud Server de alta performance. Entrega imediata.