Search results

  1. Synapse

    Habbo Dreams Mobile Game (Playable) + Other Found Files

    That's cool I find this part of that website particularly interesting: Players of Mini Friday can now play PUBG and can use of some of these cool and funny PUBG Names.
  2. Synapse

    Habbo X

    I think Habbo has learned quickly that their demographic has aged with the game. If you look at Habbo's marketing (at what little marketing does exist), I don't think they target a children's audience anymore. Really I think Habbo X is an attempt to put crypto into the parent company's portfolio...
  3. Synapse

    Register Trouble

    Look at your php error logs, that will tell you what's actually going on.
  4. Synapse

    Findretros API - Cosmic :)

    In login.php in the controllers folder protected function login(Player $user) { if ($user && Auth::login($user)) { response()->json(["status" => "error", "location" => "https://servers.gg/servers/%YOURSLUG%/vote&return=1"]); } else {...
  5. Synapse

    Classic Habbo - v31 - 2009 - Economy - Games - Groups - Guides & more features!

    The attention to detail on this retro is remarkable. Classic Habbo truly lives up to it's name. It's like a timemachine in your web browser that takes you back to 2010. Not only is the retro itself good, but the players are quite friendly. And people care about rare trading which makes it more...
  6. Synapse

    Request badges

    http://getpaint.net Don't be lazy that takes 30 seconds.
  7. Synapse

    [Showcase] Meteor CMS

    I kind of like the monotonous design though. It's like starting with bootstrap, as a result you'll actually see some unique styling among hotels which use it. Plus, it clears your head when you're thinking about designing it. When something is poorly designed, or has too much color its...
  8. Synapse

    Wulez r3 (Catalogue for Arcturus) 2019!

    ALTER TABLE `items_crackable`ADD COLUMN `subscription_duration` int(11) NOT NULL DEFAULT '';
  9. Synapse

    Graphics i made for your client

    good work!
  10. Synapse

    Wulez r3 (Catalogue for Arcturus) 2019!

    ALTER TABLE `items_base`ADD COLUMN `clothing_on_walk` varchar(255) NOT NULL DEFAULT '';
  11. Synapse

    [Release] Husky Rares

    Well done, glad to see contributions in this section still.
  12. Synapse

    Braincms 1.9.1 simple edit

    I like the concept of it, however there are a lot of improvements that could be made before someone would actually want to use this in production. One example would be making the navigation bar white with a little bit of transparency, and make text that is on dark backgrounds white so it can...
  13. Synapse

    Flash Habbo.LOL ~ Bringing the fun back to Habbo retros!

    Rip, they must have gotten offended from my feedback and blocked my ip on their cloudflare LOL!!!!
  14. Synapse

    Flash Habbo.LOL ~ Bringing the fun back to Habbo retros!

    A 522 connection error looks good to you? LOL On a side note hope this money hungry hotel actually closed.
  15. Synapse

    [Help] FindRetros force vote not working, using main API from site.

    Lol. My post literally had everything you needed to know about it. Dunno why you didn't just read it instead of going thru those lengths. LUL
  16. Synapse

    Plus emulator floorplan (tcp proxy) problem

    http://lmgtfy.com/?q=disable+mysql+strict+mode
  17. Synapse

    Client keeps redirecting to /me

    Change the crossdomain.xml to http:// or just :// so it uses which ever is available. According to the error it's saying the authority of your SSL cert is invalid, so just remove that not sure if localhost supports https, if it does it probably requires extra config. This is more than likely...
  18. Synapse

    [Help] FindRetros force vote not working, using main API from site.

    First of all, FindRetros api is slightly old. It hasn't been updated since the newest website has been live. Since now when you vote if you don't pass the return argument and set it equal to one, it may not redirect back to the destination you specified. To work around this modify the code to...
  19. Synapse

    Error when loading client

    I'm afraid that's exactly your error. You didn't enter your production folder right. It should be localhost/swf/gordon/Production-1o199191 Not localhost/swf/ swf/gordon. It says 404, meaning where youre telling your cms where it is its going there and saying "hey! Theres really nothing...
Top