Arcturus Group Badges

Status
Not open for further replies.

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Yo,

Whenever Arcturus makes group badges...they're blank.

6b82c2f.png
 

LeChris

github.com/habbo-hotel
Sep 30, 2013
2,744
1,326
Images now are filled; was a permission error on my Linux server. However, while they can show up via HTTP trying to show them via the client does not work. They will appear blank with no error returned in console
 
Close thread.

Problem was lacking a crossdomain.xml in the root folder of my external server. If you're using Arcturus, you need to run an instance of a HTTP server with your emulator and update the internal badge locations as well.

evUBB14.png


Your crossdomain.xml contains website links allowed to take files from the server. It looks like this
Code:
<?xml version="1.0"?>

<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>
<allow-access-from domain="*.payback.fun"/>
</cross-domain-policy>

Also, make sure you put your group imager location in override variables. It will look like this. Do not use an external imager, only link to the folder Arcturus uses!
Code:
group.badge.url=http://imager.payback.fun/Badgeparts/generated/%imagerdata%.png

Keep in mind I use Linux, so while my source directory may be /usr/share/nginx/html yours may not be. Link to your http servers web root and ensure that write access is granted.


Make sure to download this folder.
 
Status
Not open for further replies.

Users who are viewing this thread

Top