Math Math  • 29.06.17 12:04

[AJUDA]NOVO BUG DOS EMBLEMAS Empty [AJUDA]NOVO BUG DOS EMBLEMAS 29.06.17 12:04


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

As imagens aparece, porém qualquer imagem ou emblema, a
fica preto o desenho, o problema não é na DB que ja conferi, e nem no emulador, qual arquivo da swf será que é?

Será que é fácil resolver este erro?
Veja minhas configurações, poderá ajudar!
Meu emulador é o
Plus
Minha CMS é a

Meu hotel está no
IIS
Como sei que uma imagem vale mais que mil palavras, olhe o print:
http://prntscr.com/fpmnzk

Desde já obrigado. Aguardarei respostas!

tutuko tutuko  • 29.06.17 14:30

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 29.06.17 14:30

Algum link das imagens está bugado na swf, abra os arquivos que configurou na swf e reveja para ver se estão corretos.

Blackv Blackv  • 29.06.17 18:15

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 29.06.17 18:15

Bom, como você disse que está usando IIS... Verifique o seu web.config se tem as "rules" para o seu habbo-imaging, pode ser isso que está causando esse problema de não aparecer os ícones dos grupos

Saigon Saigon  • 30.06.17 10:39

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 30.06.17 10:39

Como o usuário acima disse, pode está faltando os link na web.config

Math Math  • 30.06.17 11:44

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 30.06.17 11:44

Código:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
    <system.webServer>   
        <rewrite>
         <rules>
             <rule name="Imported Rule 1-1">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
                </rule>
                <rule name="Imported Rule 2-1">
                    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
                </rule>
             <rule name="Imported Rule 111" stopProcessing="true">
                    <match url="^habbo-imaging/badge/([^/]*)$" ignoreCase="false" />
                    <action type="Rewrite" url="./habbo-imaging/badge.php?badge={r:1}" appendQueryString="false" />
                </rule>
                <rule name="rule 1u">
                    <match url="^notifications/fig/(.*).png(|/)$" />
                    <action type="Rewrite" url="/notifications/user.php?fig={R:1}" />
                </rule>
            <rule name="Habbo Imaging Group Badges">
                    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
            </rule>
       
                <rule name="Habbo Imaging Avatarimage 1">
                    <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
            </rule>
                <rule name="Habbo Imaging Avatar Image 2">
                    <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
            </rule>
                <rule name="Habbo Imaging Avatar Head">
                    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
                    <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
            </rule>

                <rule name="Imported Rule Brain">
                    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
            </rule>
             <rule name="Imported Rule HK">
                    <match url="adminpan/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="adminpan/index.php?url={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Rule 112">
               <match url="^swf/habbo-imaging/badge/([^/]+)" ignoreCase="false" />
               <action type="Rewrite" url="/swf/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
            </rule>
                <rule name="Imported Rule 1" stopProcessing="true">
                    <match url="news/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/index.php?url=news&amp;id={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule 131234" stopProcessing="true">
                    <match url="home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/index.php?url=home&amp;user={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK Users" stopProcessing="true">
                    <match url="adminpan/gebruiker/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=gebruiker&amp;user={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK Sollielook" stopProcessing="true">
                    <match url="adminpan/sollielook/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=sollielook&amp;look={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK DeleteNews" stopProcessing="true">
                    <match url="adminpan/news/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=news&amp;delete={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK DeleteSollie" stopProcessing="true">
                    <match url="adminpan/sollielook/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=sollielook&amp;delete={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK EditNews" stopProcessing="true">
                    <match url="adminpan/news/edit/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=editnews&amp;news={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK DeleteBan" stopProcessing="true">
                    <match url="adminpan/bans/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=bans&amp;delete={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule HK GiveUODW" stopProcessing="true">
                    <match url="adminpan/giveuseroftheweek/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/adminpan/index.php?url=giveuseroftheweek&amp;user={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule User Ref" stopProcessing="true">
                    <match url="register/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/index.php?url=register&amp;userref={R:1}" appendQueryString="false" />
            </rule>
            <rule name="Imported Rule User Pas" stopProcessing="true">
                    <match url="newpassword/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
                    <action type="Rewrite" url="/index.php?url=newpassword&amp;key={R:1}" appendQueryString="false" />
               
            </rule>
         </rules>
      </rewrite>
   </system.webServer>
</configuration>

tem como olhar se os links estão corretos pra mim?

Saigon Saigon  • 30.06.17 12:42

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 30.06.17 12:42

Aparentemente estão sim, mas é preciso ver se na sua habbo-imaging é o mesmo link do web.config

Math Math  • 01.07.17 0:00

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 01.07.17 0:00

Ainda não resolvi, conferi os links, está correto

Saigon Saigon  • 01.07.17 22:12

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 01.07.17 22:12

Tente utilizar uma outra habbo-imagin

Math Math  • 02.07.17 23:23

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 02.07.17 23:23

tem uma funcional pra download ? plus,

iMotorola iMotorola  • 02.07.17 23:56

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 02.07.17 23:56

deixe seu php na versão 5.6

Math Math  • 03.07.17 0:39

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 03.07.17 0:39

Ja ta instalado essa versao

Saigon Saigon  • 04.07.17 9:08

Math Math  • 04.07.17 20:08

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 04.07.17 20:08

está versão ja está instalada, =|

Saigon Saigon  • 08.07.17 19:03

[AJUDA]NOVO BUG DOS EMBLEMAS Empty Re: [AJUDA]NOVO BUG DOS EMBLEMAS 08.07.17 19:03

Tópico fechado por inatividade.
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.