Search results

  1. CosmoPeak

    Client doesn't show working Https

    You need to change the links on your CMS and external variables to https
  2. CosmoPeak

    Client doesn't show working Https

    All requests must also be https. You're requesting resources with http. Just change the URLs to https.
  3. CosmoPeak

    Placing pets in rooms

    I've set it to base.WriteInteger(1) already (tried Boolean true as well). I also looked at the SWF and it does a check to see if it's 1 (something like _loc12_ = somevar.roomSession.somevar == 1). I'll look at room appender later though. Hmm, I think RoomAppender is only for the navigator. I...
  4. CosmoPeak

    Placing pets in rooms

    Just tried changing these, I don't think they have any effect unfortunately.
  5. CosmoPeak

    Placing pets in rooms

    Ok I can't figure this one out - Users who aren't the owner of the room can't place pets in the room, even if "Allow Pets" is ticked. Does anyone know what packets decide if users are allowed to place pets from their inventory into a room or not? vs
  6. CosmoPeak

    Show 'Use' button without rights

    Does anyone know how to get the Use button to show for users without rights? (Which packet does/should it belong to?) Habbo example: Nevermind, figured it out. :) Solution: The second to last integer in ObjectsComposer (and ItemsComposer and any other classes that serialise items) is 0...
  7. CosmoPeak

    Should Wess be a moderator?

    maybe so
  8. CosmoPeak

    What's your username?

    What's your username?
  9. CosmoPeak

    Problem of players entering random accounts

    15 should work fine, just copy that code exactly.
  10. CosmoPeak

    [Submissions] Extending the functionality of any Habbo Emulator

    Habbo pages is built into the SWF, you can create pages like what the navigator and chat '?' buttons bring up.
  11. CosmoPeak

    [Warning] To everyone who's using CloudFlare on their habbo retro.

    Yes it's shit because you can't use it for something it's not designed to do. Cool. Next?
  12. CosmoPeak

    Ajax to PHP form.

    *bows*
  13. CosmoPeak

    Ajax to PHP form.

    You replied with what I said 25 minutes ago. ok. XD XD
  14. CosmoPeak

    Ajax to PHP form.

    Can you read?
  15. CosmoPeak

    Ajax to PHP form.

    It won't, you need to omit the ID column and it should work.
  16. CosmoPeak

    Ajax to PHP form.

    Is the record not being inserted into the DB? It could be an SQL issue if `id` is a primary key - You should just emit the `id` and '' if so.
  17. CosmoPeak

    RevCMS BCRYPT

    The only issue with Jay's post is not using password_verify, as using password_hash again will use a different salt. Yes, salts are simply added on to the string you are hashing to prevent rainbow table attacks. The salted password will still have the exact same hash as the salted password in...
  18. CosmoPeak

    RevCMS BCRYPT

    1. Jay's example is designed to be backwards compatible with md5 passwords (which RevCMS uses) - If the password matches with an md5 hash, it's updated with a stronger hash using bcrypt. 2. That's EXACTLY how hashing works. If the strings are the same, the hashes will also be identical.
  19. CosmoPeak

    Plus Emu Help

Top