Group badges are not showing?

Page 1 of 2 12 LastLast
Results 1 to 25 of 26
  1. #1
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Group badges are not showing?



    However, they work when you're designing them?



    And my habbo-imaging works great.
    http://habsin.com/habbo-imaging/badg...4014s18014.gif


  2. #2
    Member BeatScript is offline
    MemberRank
    Aug 2011 Join Date
    FranceLocation
    64Posts

    Re: Group badges are not showing?

    http://forum.ragezone.com/f335/fix-h...badges-914837/

    I presume you already saw this thread but have you followed all the steps ?

  3. #3
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Quote Originally Posted by BeatScript View Post
    http://forum.ragezone.com/f335/fix-h...badges-914837/

    I presume you already saw this thread but have you followed all the steps ?
    I have, I'll try downloading the habbo-imaging again.
    EDIT: Didn't fix it. :/
    Last edited by Matata; 25-06-13 at 11:33 AM.

  4. #4
    Member BeatScript is offline
    MemberRank
    Aug 2011 Join Date
    FranceLocation
    64Posts

    Re: Group badges are not showing?

    Add me on Skype (check my signature), i will help you.

  5. #5
    Lurking around Clawed is offline
    Grand MasterRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Group badges are not showing?

    Open your external_variables.txt and see if this is this:
    Code:
    group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif

  6. #6
    Elite Member vikingboy is offline
    Member +Rank
    Jul 2012 Join Date
    110Posts

    Re: Group badges are not showing?

    Indeed, check your external_Vars.

  7. #7
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    This is my external variables:
    group.badge.url=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif

  8. #8
    Lurking around Clawed is offline
    Grand MasterRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Group badges are not showing?

    Try the emu config.

  9. #9
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Clawed View Post
    Try the emu config.
    ## Hotel Link; To Stream Images
    guilds.link=http://habsin.com/habbo-imaging/badge/
    stream.link=http://habsin.com/habbo-imaging/head/

  10. #10
    Lurking around Clawed is offline
    Grand MasterRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Group badges are not showing?

    Try this:

    Open: http://habsin.com/external_flash_texts_25.txt
    Find: group.logo.url.template=http://%predefined%/habbo-imaging/badge-fill/%imagerdata%.gif
    ChangeTo: group.logo.url.template=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif

    Then clear cache!

  11. #11
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Clawed View Post
    Try this:

    Open: http://habsin.com/external_flash_texts_25.txt
    Find: group.logo.url.template=http://%predefined%/habbo-imaging/badge-fill/%imagerdata%.gif
    ChangeTo: group.logo.url.template=http://habsin.com/habbo-imaging/badge/%imagerdata%.gif

    Then clear cache!
    Didn't work. :(

  12. #12
    Lurking around Clawed is offline
    Grand MasterRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Matata View Post
    Didn't work. :(
    Yea i noticed, hold on i'll try and help you with it, my internet being a dick, i'll be back on the hotel in a min.

    Edit;
    Well this one is weird, everything badge wise is setup and working, just not showing badges in client.
    I'm real stumped on this one!
    Last edited by Clawed; 30-06-13 at 03:38 AM.

  13. #13
    Grand Master AWA is offline
    Grand MasterRank
    Feb 2008 Join Date
    1,320Posts

    Re: Group badges are not showing?

    Check that your Habbo.swf and badge imager is on the same domain. (Different subdomains don't work!)

  14. #14
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Quote Originally Posted by AWA View Post
    Check that your Habbo.swf and badge imager is on the same domain. (Different subdomains don't work!)
    I don't use subdomains.

  15. #15
    Member Stefan Jennings is offline
    MemberRank
    Feb 2013 Join Date
    Montego Bay, JaLocation
    37Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Matata View Post
    ## Hotel Link; To Stream Images
    guilds.link=http://habsin.com/habbo-imaging/badge/
    stream.link=http://habsin.com/habbo-imaging/head/
    Matata, you notice that in the c_images it says "badges"? change the /badge to /badges

    If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
    <rule name="Imported Rule 2-1">
    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-1">
    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
    </rule>

  16. #16
    Lurking around Clawed is offline
    Grand MasterRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts
    Quote Originally Posted by Stefan Jennings View Post
    Matata, you notice that in the c_images it says "badges"? change the /badge to /badges

    If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
    <rule name="Imported Rule 2-1">
    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-1">
    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
    </rule>
    Your an idiot!

  17. #17
    Banned AaidenX is offline
    BannedRank
    Jul 2012 Join Date
    London, UnitedLocation
    41Posts

    Re: Group badges are not showing?

    This is impossible to make work.

  18. #18
    Elite Member GotMilk is offline
    Member +Rank
    Jul 2013 Join Date
    150Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Stefan Jennings View Post
    Matata, you notice that in the c_images it says "badges"? change the /badge to /badges

    If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
    <rule name="Imported Rule 2-1">
    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-1">
    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
    </rule>
    Thanks for this, badges are now fixed. had everything ready, didnt know i had to do this!

  19. #19
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Quote Originally Posted by Stefan Jennings View Post
    Matata, you notice that in the c_images it says "badges"? change the /badge to /badges

    If your on a VPS, go to the wwwroot, search for "web" click either web or web.config, add this rule:
    <rule name="Imported Rule 2-1">
    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
    </rule>
    <rule name="Imported Rule 3-1">
    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
    <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
    </rule>
    1. The 'badge' folder in c_images has nothing to do with groups.
    2. I already got that in my Apache folder. (converted to RewriteUrl)

  20. #20
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Still looking for help.

  21. #21
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Still looking for some help with this.

  22. #22
    Elite Member Redirected is offline
    Member +Rank
    Feb 2013 Join Date
    192Posts

    Re: Group badges are not showing?

    i've come accross the same problem..

    Well in the badges-fill folder theres existing badges.. and if I use there name in
    [myhiddenip]/habbo-imaging/badge/b0101s18062s16058s19166s18060.gif it works.... and if my group badge is set to one of those names for example 'b0101s18062s16058s19166s18060' it will work.

    But if I attempt to make my own badge it makes them short as 'b1003s05015s05013s09114' and if I put that into the link to get the image it does not work.. Can someone help? Please :)

  23. #23
    Elite Member Redirected is offline
    Member +Rank
    Feb 2013 Join Date
    192Posts

    Re: Group badges are not showing?

    any 1?

  24. #24
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    I still need help with this.
    After installing SwiftEMU, there's some groups that works (those who came with the emulator).

    Working group image: b7216s05014s05064s02094s01160.gif
    Non-working group image: b0111s107064.gif

    Looks like it doesn't make the full code?

  25. #25
    Hakuna Matata Matata is offline
    Grand MasterRank
    Sep 2012 Join Date
    DenmarkLocation
    807Posts

    Re: Group badges are not showing?

    Still looking for help.



Page 1 of 2 12 LastLast

Advertisement