@Damiens It does not work, still same issue.
I've tested it with your code:
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.Rooms.Trading;
using Plus.HabboHotel.Items;
namespace Plus.Communication.Packets.Outgoing.Inventory.Trading
{...
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.Rooms.Trading;
using Plus.HabboHotel.Items;
namespace Plus.Communication.Packets.Outgoing.Inventory.Trading
{
class TradingUpdateComposer : ServerPacket
{
public...
using System.Collections.Generic;using Plus.HabboHotel.Catalog;
using Plus.HabboHotel.GameClients;
namespace Plus.Communication.Packets.Outgoing.Catalog
{
public class CatalogIndexComposer : ServerPacket
{
public CatalogIndexComposer(GameClient Session, ICollection<CatalogPage>...
As you already mentioned that some users (not all) have this problem, probably it's the .htaccess. It can be also Sucuri, because they have a redirect 'anti DDos check' .
Make sure there is no issue with your .htaccess and don't forget to delete your cookies when you test it again.
It redirect the user many times. If someone set the vote at /index, it will first re direct to index.php then re direct > vote page > back to index. That's way to much. I can't see your php code, so don't know where it exactly going wrong.
I've checked if the structure is changed for TradingUpdateComposer but it's not changed. What do you mean with sending the wrong image at first part?
I see in the javascript console, that the image is loading at console, but weird enough not showing for the first time in the trade.
bump...
Hi,
I've a bug when I'm trading with someone. The furni icon image is not loading at the first time when you trade with someone. If I close the trade, and open it again it loads the icon good... but at the first time it's not show the icon up.
I see in the console, that the icon is loading at...
As you can see, you've alot good comments on your release and tutorials threads. Don't let some 'hotels are now not unique' comments stop you from helping the community.
Btw, you'll be better in the time with writing tutorials. That's how it works, If you do something often, it will be more...
As I said, they are slowly ditching Flash player. I know Flash is still included for 99% of the users.
http://fortune.com/2016/12/15/microsoft-adobe-flash/
bump
I mean the table 'permissions'. Open table permissions and permission_rights there you can edit it.
I've looked in the source from Plusemu for the ban command.
if (Habbo.GetPermissions().HasRight("mod_soft_ban") && !Session.GetHabbo().GetPermissions().HasRight("mod_ban_any"))
So...