Search results

  1. Logic

    [Help] RevCMS Staff Page Flags

    To add onto this, you need to also modify the query the staff page uses to call your user table (add "country" at the end of the SELECT syntax: $GetUsers = mysql_query("SELECT username,motto,rank,last_online,online,look,country FROM users WHERE rank = {$Ranks['id']}");
  2. Logic

    xHabbo V

    Do you have a to do and/or progress list on this? I am really interested in it and would like to follow your progress.
  3. Logic

    xHabbo V

    Have you decided on if it'll be for Plus , Arcturus , or both?
  4. Logic

    [Alaska] Help & Support Thread

    So there's an error on your part if there are tables missing. Either manually add them or delete your database and execute a new one. Also, that wasn't a fix for the issue with the diamonds table missing, it was one for a common error you will receive in your emulator when placing furniture down...
  5. Logic

    [Alaska] Help & Support Thread

    If you did then no tables should have been missing.
  6. Logic

    Habbo Staff

    This is what I'm using to select ranks from the database: <?php $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 1 ORDER BY id DESC"); while($Ranks = mysql_fetch_assoc($GetRanks))...
  7. Logic

    xHabbo V

    I second this.
  8. Logic

    [Alaska] Help & Support Thread

    1. Download the correct database: https://mega.nz/#!k8YzGKiD!gCy1rPVqcbnAzhHgA6pHRf8qxgsKpFFU-G6BeT7qJjM 2. Open your database manager (Navicat or phpMyAdmin) and run this query: SET @@global.sql_mode= ''; 3. Import the database you downloaded from Step 1. 4. Modify the `catalog_items` table by...
  9. Logic

    [Alaska] Help & Support Thread

    The error simply states it could not read the configuration file (config.ini) of your emulator. It should look like this: ## PlusEMU System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=127.0.0.1 db.port=3306 db.username=root db.password=123...
  10. Logic

    [Alaska] Help & Support Thread

    This fixes the issue with the FigureData emulator error but the 1014 custom clothes don't load properly or at all.
  11. Logic

    Custom Clothing. [Release]

    Do you have this new link @evacroft
  12. Logic

    [Alaska] Help & Support Thread

    I was experiencing an issue with an emulator error which was the room editor causing accounts to corrupt when you login and log out. Also, it caused the emulator to stick at 76%. 201 ERROR - Exception >> Exception: System.FormatException: Input string was not in a correct format. at...
  13. Logic

    [Alaska] Help & Support Thread

    This is what I have: if (!User.IsBot && !User.IsAsleep && User.IdleTime >= (UserIdleTime*60)) I'm guessing it's taking the default UserIdleTime and multiplying it by 60?
  14. Logic

    [Alaska] Help & Support Thread

    What exactly do I edit for handling what amount of credits and diamonds are given by the Frank bot? Also, how do I get rid of the "Poop Point" thing from him as well? Is there a way to increase the timer that kicks you from the room when you're AFK?
  15. Logic

    Can you send me a PM brother?

    Can you send me a PM brother?
  16. Logic

    [Alaska] Help & Support Thread

    Anyone fix the issue with 76% loading? I got the latest production from SWFHub, using Habbo_cracked.swf, enabled flash in the client and I have a loading screen up to 76% but just constantly keeps loading at 76%. I have disabled the firewall, put the raw server IP & 30000 in the client, still no...
  17. Logic

    Post your desktop!

  18. Logic

    FindRetros 3.0 Feedback

    Here's my feedback. The panel headers should be on top, not the bottom. It confused me when I first visited the new updated site. The footer is a bit obnoxious and doesn't really go with the rest of the template. Add a "Scroll to Top" button once you reach the bottom of the website. Other than...
  19. Logic

    [Urgent] New Ransomware Windows Exploit

    Hello, As most of you have heard, there is a new ransomware windows exploit that has been abused and used infecting 70,000+ computers worldwide and also taking down the UK NHS and Telefonica. During this infection, its been noticed that it abuses Windows 7, Windows Server 2008, Windows Server...
  20. Logic

    Post your desktop!

Top