Group Badge Issue, PlusEMU and BrainCMS

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Hello dear users of DevBest.com!
I have a small problem after setting up the BrainCMS 1.8.0 and the current PlusEMU. (Everything downloaded from ***** - Idk if this is already advertising, please remove if so)
SWF Revision: PRODUCTION-201701242205-837386173

The group badges are invisible - CMS and Client, I'm using XAMPP and edited my .htaccess file (like the group badge fix on the forums told me)
Everything still runs on localhost / 127.0.0.1 and every config/variables file is directing to it

 
Hello, I still have this problem and I hope somebody can help me solving it.
I'm using:
- BrainCMS 1.8.0
- PlusEMU Habboon Edit

My .htacces:


Network Analyze with FireBug =
http://<my url>/swf/habbo-imaging/badge/b01134s59114s11117s94110s55117.gif, 404 Not Found
 
#still need some help with this guys :c

Make sure you edit the links in the Override Variables too. external_override_variables.txt
Thats one of the reasons you can't see the badges in-game.
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
Try what Lotus said(doubt it would work but try it) and check developer console to see if any error show. However one point I can agree with Lotus is that there is a link on override variable which has groups and you can edit that.

Search it in external_override_variables.txt and ctrl + f look for Groups and there should be 2 links.
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
Try what Lotus said(doubt it would work but try it) and check developer console to see if any error show. However one point I can agree with Lotus is that there is a link on override variable which has groups and you can edit that.

Search it in external_override_variables.txt and ctrl + f look for Groups and there should be 2 links.

It'll work ;)

Your external variables at the bottom link the overrides too.
 

Silenos

Obsessed.
Aug 7, 2017
104
65
I sorted out the lines that should be important in this case.

external_variables.txt
group.badge.url=$(url.prefix)/habbo-imaging/badge/%imagerdata%.gif
group_logo_url_template=$(url.prefix)/habbo-imaging/badge-fill/%imagerdata%.gif

external_override_variables.txt
group.badge.url=http://127.0.0.1/swf/habbo-imaging/badge/%imagerdata%.gif
*whole site still run on localhost, so don't wonder.

I don't see any mistakes or unconfigured lines in my variables :/
Should I try to replace $(url.prefix) with full path?
 

Pinkman

Posting Freak
Jul 27, 2016
814
193
I sorted out the lines that should be important in this case.

external_variables.txt
group.badge.url=$(url.prefix)/habbo-imaging/badge/%imagerdata%.gif
group_logo_url_template=$(url.prefix)/habbo-imaging/badge-fill/%imagerdata%.gif

external_override_variables.txt
group.badge.url=http://127.0.0.1/swf/habbo-imaging/badge/%imagerdata%.gif
*whole site still run on localhost, so don't wonder.

I don't see any mistakes or unconfigured lines in my variables :/
Should I try to replace $(url.prefix) with full path?
Purge your cache and see if it works. If not then I'll be on PC in like 3-4hours.
 

Joshhh

Member
Apr 13, 2016
323
172
I sorted out the lines that should be important in this case.

external_variables.txt
group.badge.url=$(url.prefix)/habbo-imaging/badge/%imagerdata%.gif
group_logo_url_template=$(url.prefix)/habbo-imaging/badge-fill/%imagerdata%.gif

external_override_variables.txt
group.badge.url=http://127.0.0.1/swf/habbo-imaging/badge/%imagerdata%.gif
*whole site still run on localhost, so don't wonder.

I don't see any mistakes or unconfigured lines in my variables :/
Should I try to replace $(url.prefix) with full path?
In your external variables you have the linking set to
Code:
{url}/habbo-imaging
and in your external override variables you might want to change it from; {url}/swf/habbo-imaging --- take out the /swf

Also make sure that the folders inside "habbo-imaging" are correct.
 

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
In your external variables you have the linking set to
Code:
{url}/habbo-imaging
and in your external override variables you might want to change it from; {url}/swf/habbo-imaging --- take out the /swf

Also make sure that the folders inside "habbo-imaging" are correct.

Don't take out the /swf

change /swf to what ever you named the folder.

if it's missing /swf after 127.0.0.1 add it.

Purge Cloudflare cache if you have that, and your browsers cache also.

$(url.prefix)

Doesn't need to be changed.
 

Silenos

Obsessed.
Aug 7, 2017
104
65
@TheUndertaker Doesn't work mate.
@Joshhh Taking out the /swf/ part would not work since my original path is 'htdocs/swf/habbo-imaging/badges' ?
@Lotus Hello Buddy, still nothing.

I would share the textfiles via pastebin but I am not able to post links because I need 3 posts. (so posts in this section doesn't count I think)

Edit: Important information! They are even invisible at the frontpage, so its not just the client.
 
Last edited:

Lotus

Legacy, it's all anyone leaves behind.
Jun 8, 2012
1,637
501
@TheUndertaker Doesn't work mate.
@Joshhh Taking out the /swf/ part would not work since my original path is 'htdocs/swf/habbo-imaging/badges' ?
@Lotus Hello Buddy, still nothing.

I would share the textfiles via pastebin but I am not able to post links because I need 3 posts. (so posts in this section doesn't count I think)

Edit: Important information! They are even invisible at the frontpage, so its not just the client.

It's definitley the way it's linked.

Plus the folders need to be listed off in your .htaccess
 

Silenos

Obsessed.
Aug 7, 2017
104
65
You can take a look at my .htaccess, it's the first post buddy.
I don't understand it myself, everything seems to be correct.
 
You can take a look at my .htaccess, it's the first post buddy.
I don't understand it myself, everything seems to be correct.

Edit: Aww!
I think I got it?
This my habbo-imaging folder:
tq0DssC.png

and this my 'badges' folder:
You must be registered for see images attach


and lets check vars again:

external_variables.txt
group.badge.url=$(url.prefix)/habbo-imaging/badge/%imagerdata%.gif
group_logo_url_template=$(url.prefix)/habbo-imaging/badge-fill/%imagerdata%.gif

external_override_variables.txt
group.badge.url=

How should it look like? The other 2 folders in 'badges' are just full with tons of images, no other folders.
 

Attachments

  • upload_2017-8-15_22-14-58.png
    upload_2017-8-15_22-14-58.png
    3.2 KB · Views: 31
  • upload_2017-8-15_22-15-16.png
    upload_2017-8-15_22-15-16.png
    3.2 KB · Views: 28

Users who are viewing this thread

Top