Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Recent content by RetroPiggy

  1. RetroPiggy

    RevCMS URL

    If you want to use the .htacces, you could do something similar to what my hotel uses: RewriteRule ^(.*)$ index.php/$1 [L] My site uses Codeigniter so it will be different but by default, Codeigniter adds 'index.php' into URLs, this in the .htaccess directs traffic through the index.php...
  2. RetroPiggy

    [PlusEmu] Bug with Glass Door (Add-Ons of wireds).

    Double check the item in the furniture table of your database. If is_walkable is set to 1 you will be able to walk on it no matter what the state of the item is. Also double check your furnidata and see if the <canstandon> option is set correctly.
  3. RetroPiggy

    Arcturus Camera : Background don't appears

    I had the same issue at one point. I believe it was caused by how I had my links setup with the protocol (http/https). After I changed the links, it seemed to start showing the backgrounds. Currently, the backgrounds are showing fine on my hotel. I use Cloudflare and haven't whitelisted...
  4. RetroPiggy

    {hotelName} ?

    If you go to the 'app' folder and then open class.template.php, you can see all the available options. You will see at the top of the 'Initiate' function is $this->setParams('hotelName', $_CONFIG['hotel']['name']); the first paramter is what will be in the {}. In this case, it is 'hotelName'...
  5. RetroPiggy

    [COKESTUDIOS] [MyCoke] Complete Files - Download

    Im not sure if these are the exact files uploaded here but these are what I have in my archive. I have used them before and they work but lots of functionality is missing... You must be registered for see element.
  6. RetroPiggy

    Badge Texts Not Properly Showing

    Have you double checked to make sure the badge name and description are in your external_flash_texts? That's where all the badge definitions are stored and some SWF packs don't include a complete set of badge definitions
  7. RetroPiggy

    Habbo RevCMS - CSS Problems

    Not entirely sure what issue you are having as you haven't stated but, from what I can see, there is an extra # in your HEX background colour. This may not be the main cause of your issue but I also noticed that the 3 images that you have linked to apparently do not exist on your server.
  8. RetroPiggy

    I can't find download link SWFs Pack (Arcturus)

    You can just use an SWF pack for PlusEMU, you will just need to replace the Habbo.swf with the one specified on the Arcturus BitBucket page.
  9. RetroPiggy

    RevCMS save IP for every login

    This can be quite useful for people that don't have this on their site. On my site, when a login fails the instead of just logging the date/time and IP, it also logs the user agent so the user can see what browser was used (you may find this pointless), if the failed login was attempted using...
  10. RetroPiggy

    Change landing.view in client

    Oh, didn't know you were using an older revision. Probably why those variables won't really work as I am using a new revision. Try looking around for different R63B packs, There should be many to try
  11. RetroPiggy

    Change landing.view in client

    You can try You must be registered for see element. external_variables. They are what I have been using for my local server and they work fine :)
  12. RetroPiggy

    Change landing.view in client

    If that is the full external_variables, I suggest looking for a new pack... There is so much missing out of that no wonder you are having issues :/
  13. RetroPiggy

    Arcturus Group badges

    Have you tried using the Badgeparts provided by The General? I would give you a link to them but RageZone filters out Arcturus' website URL :/
  14. RetroPiggy

    Chocolatey CMS - The Habbo.com Clone

    Before this gets too out of hand, Chocolatey was updated quite a while ago to support IIS. I may be wrong but it has been tested and confirmed as working on IIS by the creator of the CMS. I do believe that the documentation is a little out of date... (again, correct me if I'm wrong)
  15. RetroPiggy

    Change landing.view in client

    Yeah, you can do that. Will make things easier
Back
Top