[PlusEMU] Group Badges and pets wont load

olliedean

ollie.cool
Jan 28, 2013
433
107
4c404c59d0f415ad8ee21263bb6a44d6.png

As you can see, the pets are not working, and either are the group badges. I do believe its due to a crappy habbo-imaging (which I just took out of PlusEMU swfs and renamed). Can anyone help me with this?
 
Bump.

PS, I'm using BrainCMS.
 

Zaka

Programmer
Feb 9, 2012
471
121
Then you need a .htaccess with the following in it.
Code:
Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
 

SupahCookie

Member
Feb 18, 2015
79
0
Uhm, what is wrong?
Code:
RewriteEngine On

RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1
RewriteRule ^swf/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbo-imaging/badge.php?badge=$1
RewriteRule ^register/([a-zA-Z0-9_-]+)(|/)$ index.php?url=register&userref=$1
RewriteRule ^newpassword/([a-zA-Z0-9_-]+)(|/)$ index.php?url=newpassword&key=$1

Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
 
And external
 

NeedForSpreed

Member
May 18, 2014
326
71
Uhm, what is wrong?
Code:
RewriteEngine On

RewriteRule ^([a-zA-Z0-9_-]+)(|/)$ index.php?url=$1
RewriteRule ^news/([a-zA-Z0-9_-]+)(|/)$ index.php?url=news&id=$1
RewriteRule ^home/([a-zA-Z0-9_-]+)(|/)$ index.php?url=home&user=$1
RewriteRule ^swf/habbo-imaging/badge/([a-zA-Z0-9_-]+)(|/)$ swf/habbo-imaging/badge.php?badge=$1
RewriteRule ^register/([a-zA-Z0-9_-]+)(|/)$ index.php?url=register&userref=$1
RewriteRule ^newpassword/([a-zA-Z0-9_-]+)(|/)$ index.php?url=newpassword&key=$1

Options +FollowSymLinks -MultiViews
RewriteEngine on
RewriteRule ^habbo-imaging/badge/([^/]*) /habbo-imaging/badge.php?badge=$1
 
And external
group.badge.url=${url.prefix}/habbo-imaging/badge/%imagerdata%.gif change ${url.prefix} to your hotel url. Also make sure you got the habbo-imaging folder with all the stuff needed.

Skickat från min FRD-L09 via Tapatalk
 

Users who are viewing this thread

Top