PlusEMU Help & Support

Status
Not open for further replies.

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
Hi,

Feel free to post your PlusEMU issues here, and myself or a member of the community may try to help you out.

Issues that are posted at this are given the most attention, by me at-least.

 
Last edited:

Sledmore

Chaturbate Livestreamer
Staff member
FindRetros Moderator
Jul 24, 2010
5,194
3,901
pad8ywJ.png


DGvK3Wg.png


Hey,

Please run these SQLs:

Fix wired items:
PHP:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');

Fix clothing items:

PHP:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
 
  • Like
Reactions: x3p

KingRuben

New Member
Oct 22, 2015
2
0
It does work, I use Brain CMS, so.
 

Weet je zeker dat de links in Override ook goed staan?
Dat weet ik zeker, het is echt alleen met meubels die ik koop... een huisdier of een bot kan ik wel kopen zonder dat mijn client in de ME page veranderd.
Ook staat er de hele tijd dit:
12:12:06 - [ERROR] Exception:
System.FormatException: De indeling van de invoertekenreeks is onjuist.
bij System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
bij System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
bij System.Convert.ToInt32(String value)
bij Plus.Core.FigureData.FigureDataManager.ProcessFigure(String figure, String gender, ICollection`1 clothingParts, Boolean hasHabboClub) in C:\Users\Sledmore\Desktop\PlusEMU\Core\FigureData\FigureDataManager.cs:regel 204
bij Plus.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in C:\Users\Sledmore\Desktop\PlusEMU\HabboHotel\GameClients\GameClient.cs:regel 198
 

Steve123

Member
Feb 25, 2017
75
9
I can buy a group from the catalog (the group badge customizer also works e.g. it shows the correct images). I can't enter rooms with a group / click on users who are a member of a group. I think that I did something wrong with the habbo-imaging folder (I got two of them, I don't know it that's normal). One of the folders is in my htdocs folder and the other one is in htdocs > SWFS (gamedata, dcr, c_images are in this folder). Which one do I have to replace with the one from the release. It could also be my external vars, I don't know. I upgraded from the release of June 2016 to release 2 (2017).

Please help, this is frustrating me :(
 

localhostxpxd

New Member
Jan 24, 2017
9
4
Hey,

Please run these SQLs:

Fix wired items:
PHP:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR `furniture`.`interaction_type` = 'wired_trigger' OR `furniture`.`interaction_type` = 'wired_condition');

Fix clothing items:

PHP:
UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0;
gracias <3
 

Steve123

Member
Feb 25, 2017
75
9
@Steve123 I don't think it is normal that you have one in your htdocs folder, try to remove that one.
@KingRuben I have the same log errors, but my hotel works fine, I will check it again.

I deleted that one, but it didn't fixed my problem. Anyone know how to set your external variables for group.badge.url= and group_logo_url_template=
I don't know what else it can be. Maybe web.config?
 

Steve123

Member
Feb 25, 2017
75
9
I can see group badges when I design it in catalog (as well as when I redesign it on the right top). But when I look to my profile or click on my self with a badge fav, nothing shows up and it says that IP/habbo-imaging/badge/b01244s194010s183011s184012s170017.gif cannot be found, but if I change it to IP/habbo-imaging/badge.php the file can be found.
Any solutions? @Sledmore
 

yoyok

Member
Apr 24, 2013
197
24
I can see group badges when I design it in catalog (as well as when I redesign it on the right top). But when I look to my profile or click on my self with a badge fav, nothing shows up and it says that IP/habbo-imaging/badge/b01244s194010s183011s184012s170017.gif cannot be found, but if I change it to IP/habbo-imaging/badge.php the file can be found.
Any solutions? @Sledmore
File not found mean that there is NO FILE with that name. Add it, it's simple.
 

yoyok

Member
Apr 24, 2013
197
24
Habbo-imaging only contains a badge.php and a badges folder (from release). That should be enough.
Go to external_variables.txt and make a little change.
group.badge.url=
group_logo_url_template=

Clean your cache and try it again!
 

Steve123

Member
Feb 25, 2017
75
9
Go to external_variables.txt and make a little change.
group.badge.url=
group_logo_url_template=

Clean your cache and try it again!
I tried it (instead of $url_prefix or something like that). No result (yeah, I cleaned my cache).
 

yoyok

Member
Apr 24, 2013
197
24
I tried it (instead of $url_prefix or something like that). No result (yeah, I cleaned my cache).
Make sure you have all badges in your folder, if you don't have this add them from a release somewhere here on devbest - A couple badges missing can give you a not found when it generates the code like b01244s194010s183011s184012s170017.gif not found. Provide us also with more information, screenshot etc, if this all do not work for you.
 

JynX

Posting Freak
Feb 6, 2016
710
438
I tried it (instead of $url_prefix or something like that). No result (yeah, I cleaned my cache).
Did you add the web.config rule for the habbo-imaging?

Edit:
This rule
Code:
        <rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatarimage 1">
          <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Image 2">
          <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Head">
          <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
        </rule>
 

Steve123

Member
Feb 25, 2017
75
9
Did you add the web.config rule for the habbo-imaging?

Edit:
This rule
Code:
        <rule name="Habbo Imaging Group Badges">
          <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatarimage 1">
          <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Image 2">
          <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
        </rule>
        <rule name="Habbo Imaging Avatar Head">
          <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
          <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
        </rule>
I did it now, no result :(
What about .htacces?
 
Status
Not open for further replies.

Users who are viewing this thread

Top