PHP imager compatible with Arcturus Morningstar.
https://stuxcraft.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
cache | 6 months ago | |
habbo-imaging | 6 months ago | |
README.md | 6 months ago |
README.md
Morningstar Badge Generator
Requirements
- PHP 7.0 or later
- Make sure that the folder /habbo-imaging/badgeparts/cache is writeble
IIS - Url Rewrite 2
<rule name="group-badge">
<match url="^habbo-imaging/badge/([^/]+)$" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
Apache - .htaccess
RewriteRule ^habbo-imaging/badge/(.*) habbo-imaging/badge.php?badge=$1
Nginx - .conf
location /habbo-imaging {
rewrite ^/habbo-imaging/badge/([^/]+)$ /habbo-imaging/badge.php?badge=$1;
}
External Variables
group.badge.url=http://your-site.com/habbo-imaging/badge/%imagerdata%.gif