Primeiro, adicione isso no .htaccess da sua CMS
Assim: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Segundo, adicione isso no web.config da sua CMS
- Código:
RewriteRule ^habbo-imaging/badges/([^/]*)$ ./habbo-imaging/badge.php?badge={r:1}
RewriteRule ^habbo-imaging/badge/([^/]*)$ ./habbo-imaging/badge.php?badge={r:1}
RewriteRule ^habbo-imaging/badge-fill/([^/]*)$ ./habbo-imaging/badge.php?badge={r:1}
RewriteRule ^groups/([^/]*)/id$ ./groupsdata.php?web-group-id={r:1}&id
RewriteRule ^groups/([^/]*)/$ ./groupsdata.php?web-group-id={r:1}&id
Assim: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Segundo, adicione isso no web.config da sua CMS
- Código:
<rule name="Imported Rule B1x0" 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="Imported Rule B1xb40" stopProcessing="true">
<match url="^habbo-imaging/badges/([^/]*)$" ignoreCase="false" />
<action type="Rewrite" url="./habbo-imaging/badge.php?badge={r:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule Bxb40" stopProcessing="true">
<match url="^habbo-imaging/badge-fill/([^/]*)$" ignoreCase="false" />
<action type="Rewrite" url="./habbo-imaging/badge.php?badge={r:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule B140" stopProcessing="true">
<match url="^groups/([^/]*)/id$" ignoreCase="false" />
<action type="Rewrite"
url="./groupsdata.php?web-group-id={r:1}&id"
appendQueryString="false" />
</rule>
<rule name="Imported Rule B1b40" stopProcessing="true">
<match url="^groups/([^/]*)/$" ignoreCase="false" />
<action type="Rewrite"
url="./groupsdata.php?web-group-id={r:1}&id"
appendQueryString="false" />
</rule>[b]Assim:[/b] [url=http://prntscr.com/opjm7]http://prntscr.com/opjm7[/url]
Terceiro, baixe isso [url=http://www.mediafire.com/?3940ab11lb8o4lr,]http://www.mediafire.com/?3940ab11lb8o4lr,[/url] e extraia para sua CMS, Pronto os emblemas já estão fixados
Quarto, é só limpa cache do navegador
[b]Resultado:[/b] [url=http://prntscr.com/opk1l]http://prntscr.com/opk1l[/url]
[b]Créditos:[/b] -RemiX