Search results

  1. CosmoPeak

    [BOOTSTRAP] Hotel Store

    Nice release, looks tidy. Shame you're getting shamed for releasing something you've worked on and decided to contribute to the community, no matter how small. Ignore the vocal minority.
  2. CosmoPeak

    Sirius Emulator - From Scratch - C# 6.0

    This isn't better at all. MySQL has an int data type for a reason. This is bad practice and doesn't improve performance or functionality at all. What parts used the most memory and how did you reduce it? What packets, and what did you do? What does this do? What's the purpose of this...
  3. CosmoPeak

    Feedback wanted for FindRetros "3.0".

    Will the voting API still be the same for retros (redirect to FR, redirect to website)? I don't see any mention of it on the new site/in the listing settings.
  4. CosmoPeak

    Update Command Plus

    Is it a particular thing you're trying to update where it doesn't work, or do none of the options work?
  5. CosmoPeak

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    Again, this won't fix Sly's issue at all. The issue isn't the code, it's the web server being configured differently to that used for FindRetros.
  6. CosmoPeak

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    Ah, my bad. I often see people redirecting to ?voted. Your script is just a copy of the official FindRetros script. It doesn't "validate" or make any extra checks, the issue is the difference between IP addresses between the FindRetros website and the hotel's web server. The script still needs...
  7. CosmoPeak

    Client stuck at 76% / Voting API too many re-directs [HelpRequest]

    It really doesn't make a difference, this issue is unrelated to the script. Using $_GET['redirect'] is just a workaround to the problem. The actual issue is the IP for the user on the hotel's web server and FindRetro's web server do not match. One thing I've noticed is FindRetros supports IPv6...
  8. CosmoPeak

    Feedback wanted for FindRetros "3.0".

    I looked at it on mobile initially and didn't think it looked all that great. Looks far nicer on desktop however, really nice job! I like the 'Preferences' options, much better than the current FindRetros website. Otherwise, I agree with @Hender's remarks fully, couldn't find any other faults...
  9. CosmoPeak

    Habbo Camera API (Plus)

    What's the purpose of the external web API in this? Is it some sort of photo sharing system or are you wanting to keep the image processing closed source?
  10. CosmoPeak

    Need help with client redirection

    Where did you upload the SWFs?
  11. CosmoPeak

    Need help with client redirection

    Yup, you need to link to the correct location of your Haabo swf.
  12. CosmoPeak

    Need help with client redirection

    Go to the console tab
  13. CosmoPeak

    Need help with client redirection

    If you press F12 (open Chrome dev tools), go to the `Console` tab and turn on `persistent logs` (a check box at the top), you will be able to see what the client's trying to get that is missing (it will be in red).
  14. CosmoPeak

    Is this possible?

    Yup
  15. CosmoPeak

    Is this possible?

    Yes, just point the website/CMS and the SWF files to your web server and put the emu/server IP as your Windows web server on the client config.
  16. CosmoPeak

    Windows or Linux? (Webhost)

    You only need a small VPS for XenForo. 1-2gb from OVH or DigitalOcean will suffice. Personally I'd go Linux (Ubuntu) every time, but I'd go with what you're comfortable with unless you wish to learn more about Linux. It's a good skill to have nonetheless.
  17. CosmoPeak

    Adding new Emoji's as clothing to the catalogue [HELP]

    I don't think there is any figuredata for them yet (not that I've seen in the Habbo figuredata anyway). Maybe they'll be fully released for new years or something.
  18. CosmoPeak

    I've made your account beta

    I've made your account beta
  19. CosmoPeak

    Thanks! @Haidyn is doing the website - In-game content has been coming along very well (I post...

    Thanks! @Haidyn is doing the website - In-game content has been coming along very well (I post updates regularly on our forums). If you'd like to look around just let me know your username. :)
  20. CosmoPeak

    Redirect loop

    I've found an issue can occur if your website allows IPv6 addresses whereas FindRetros seems to only use IPv4. You could be having the same issue.
Top