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!

Group badges problem.. [Plus Emu]

Newbie Spellweaver
Joined
Feb 7, 2013
Messages
44
Reaction score
3
I get this in client.

I have habbo-imaging in my htdocs.

RewriteEngine On
RewriteRule ^habbo-imaging/badge/(.*).gif$ /habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/head/([^/]+) /habbo-imaging/head.php?figure=$1

what I got for .htaccess

external vars

group_logo_url_template=http://(hotel link)/habbo-imaging/badge-fill/%imagerdata%.gif
group.badge.url=http://(hotel link)/habbo-imaging/badge/%imagerdata%.gif

Idk what is wrong, everything seems linked.
 
Newbie Spellweaver
Joined
Feb 28, 2016
Messages
36
Reaction score
2
I get this in client.

I have habbo-imaging in my htdocs.

RewriteEngine On
RewriteRule ^habbo-imaging/badge/(.*).gif$ /habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/head/([^/]+) /habbo-imaging/head.php?figure=$1

what I got for .htaccess

external vars

group_logo_url_template=http://(hotel link)/habbo-imaging/badge-fill/%imagerdata%.gif
group.badge.url=http://(hotel link)/habbo-imaging/badge/%imagerdata%.gif

Idk what is wrong, everything seems linked.

You need check ur external_override_variables ^^
 
Upvote 0
Newbie Spellweaver
Joined
Sep 25, 2012
Messages
51
Reaction score
0
hi
in my htacess i have only this line

RewriteEngine On
RewriteRule ^habbo-imaging/badge/(.*).gif$ ./habbo-imaging/badge.php?badge=$1

and it work
 
Upvote 0
Back
Top