Hey there,
Groups work great BUT the badges will not show,
I am using revCMS
I think I need something for the .htaccess?
So yeah i'm really not sure at all!
If anyone can help out please post below!
Hey there,
Groups work great BUT the badges will not show,
I am using revCMS
I think I need something for the .htaccess?
So yeah i'm really not sure at all!
If anyone can help out please post below!
You are right you need the right images and htacces (web.config if you use iis)
Add this to your htacces:
RewriteRule ^habbo-imaging/badge/([^/]+) /habbo-imaging/badge.php?badge=$1
RewriteRule ^habbo-imaging/head/([^/]+) /habbo-imaging/head.php?figure=$1
If you use iis add this:
<rule name="Imported Rule 1-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 2-1">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
Download this and put it in your htdocs/wwwroot. Then clean your cache reload your hotel and it should work
https://mega.co.nz/#!kgNTAQIC!UsxaXy...CZHSdwXRaLdH_4
I had the same problem and it actually fixed. Thank you but, When i click "Members" to see who is in the group it doesn't let me so, if you could help me with that please.
Screenie: Screenshot by Lightshot
+ When i click it i get a packet error which is:
Error in packet [2472] BODY: [0][0][0][0][0][0][0][0][0][0][0][0][0]:
TokenID: 0System.NullReferenceException: Object reference not set to an instance of an object.
at Messages.GameClientMessageHandler.LoadMembersPetitions(Int32 num, Int32 guildid, Int32 numb2, String st)
at Messages.StaticMessageHandlers.SharedPacketLib.LoadMembersPetitions(GameClientMessageHandler Handler)
at Messages.StaticMessageHandlers.StaticClientMessageHandler.HandlePacket(GameClientMessageHandler handler, ClientMessage message)
at Messages.GameClientMessageHandler.HandleRequest(ClientMessage request)
at HabboHotel.GameClients.GameClient.parser_onNewPacket(ClientMessage Message)
Last edited by Receiver; 14-11-13 at 07:23 PM.
Yeah that really aint working? lol
I think the handle in SharedPacketLib is missing.
The stuff I posted @ above worked 100% at my hotel.. Dont know why you are having trouble with it.
No the group members are fine.
Its the actual Guild badge its self!
I have tryed adding that method to the .htaccess and everything
and still nothing works!
Well first check if you have a web.config as well if you do then put it in there but, in the one you have make sure it matches the top rule as in "<rule name="Imported Rule 1-1">" If it's different then change it to how yours is.
You cannot use .htaccess with IIS. You need to import the rules into url rewrite ;)
Sorry to say dude i use IIS + ,htaccess.
http://i.imgur.com/rKZ0HQw.png
As you see there.
Now as i said I'm not a noob haha
but yeah thank you for the reply :)
If you disable your IIS error logging and the rewrite rules are right it will work.