Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[PlusEmu] Issues with Group Badges

Newbie Spellweaver
Joined
Aug 11, 2017
Messages
10
Reaction score
0
Hello People! :)
I'm new into this habbo retro stuff but I think I am doing well and some things actually work!
I just can't fix the Group Badges. I found out that this issue comes from a bad configured .htaccess file.

I'm using the BrainCMS (version=1.8.0).
+ latest SWFs from RetroRipper
+ PlusEMU Habboon Edit from RetroRipper

My .htaccess file in my htdocs directory contains following lines:
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

The FireBug Network Analyzer says 404 Not found. (404 Not Found: localhost/swf/habbo-imaging/badge/b01134s59114s11117s94110s55117.gif)


I appreciate every help I can get, thanks in advance! :)
 
Last edited:
Newbie Spellweaver
Joined
Aug 11, 2017
Messages
10
Reaction score
0
Re: [PlusEmu] Issues with Group Badges and other!

Don't ask 2 questions in 1 thread, just make 1 help thread for each issue.

I just wanted to avoid spamming but thanks for the information.
Removed the other questions.
 
Upvote 0
Newbie Spellweaver
Joined
Aug 11, 2017
Messages
10
Reaction score
0
Bump after 24 hours.
Seriously no one here that had the same issue?
 
Upvote 0
Back
Top