Search results

  1. CosmoPeak

    PHP News Help

    If you've used this code, you need to be careful. $_GET['id'] hasn't been sanitised (someone could write SQL in the id parameter and it would be ran directly on your database - look up SQL injection). @Nicholas is partially correct, but simply using MySQLi or PDO doesn't make you immune to SQL...
  2. CosmoPeak

    DevBest's 2016 Community Awards (Voting)

    Most Popular: @bigdawg Funniest User: @Khalil Most Inspirational: @Sojobo Cockiest User: @Markshall Most Professional: @Sledmore Staff Member of the Year: @Sledmore Friendliest: @JMG Best Newbie: @Haidyn Biggest Troll: @Hashh Want to meet IRL: @JMG Most Helpful: @Haidyn Biggest Spammer...
  3. CosmoPeak

    Show DevBest Simple File Downloader [Source]

    I don't understand. You know you can save from your web browser directly?
  4. CosmoPeak

    Service FindRetros Animated Banners

    Oo, I love the style of these! I'll be sending you a message later.
  5. CosmoPeak

    Christmas Sub Giveaway

    @Haidyn has been helpful around the Habbo section of the forums
  6. CosmoPeak

    Christmas Sub Giveaway

    @Quackster, always kind and has been a great help!
  7. CosmoPeak

    PlusEMU Support thread.

    (Edited) Right click `NeedsAutoKick` and press `Find References`. It's probably only called in one place. You should be able to move them to a new room inside the if statement `NeedsAutoKick` is called in.
  8. CosmoPeak

    Scripter in my Hotel [PLUS EMU]

    There is an exploit which allows tanji users to purchase multiple items from the exchange, giving them the multi-buy discount (eg. Buy suitcases worth 100k with a 33% discount, costing only 77k and then redeem for 100k back). There's a fix on the RZ thread somewhere, but I'm on mobile right now...
  9. CosmoPeak

    I'm afraid our chief rank is currently taken, sorry!

    I'm afraid our chief rank is currently taken, sorry!
  10. CosmoPeak

    Hire More FR Moderators

    No hotels on the first 2 pages have index voting? Non-issue
  11. CosmoPeak

    [Java] What is the smallest number from 1-20 that is divisible without a remainder%

    Oh right, I see. Your logic seems good. Are you having any issue in particular? edit: for (int i = 1; i<=20; i++){ if(x%i > 0){ return false; }else i++; } Here you are incrementing i twice, once in the for loop header and once in the body at the end. Remove the one...
  12. CosmoPeak

    [Java] What is the smallest number from 1-20 that is divisible without a remainder%

    What are you trying to achieve? Won't it always return 1, as 1 is divisible by 1 without a remainder?
  13. CosmoPeak

    Habboon PlusEMU - PRODUCTION-201602082203-712976078

    Check the furniture you've added recently. One of the values in height_adjustable is incorrect. Without editing the emulator, it may be difficult to track down. @JayCustom - It seems like the query you're providing is not helping, it may be likely that the cell containing the error contains a...
  14. CosmoPeak

    Furnidata parser for Plus-style DB

    Thanks! I've updated the download/source to reflect this change. I also removed the database name from the queries (whoops). I'm not quite sure I understand what the offer ID does though - How does the catalogue searching utilise it?
  15. CosmoPeak

    Furnidata parser for Plus-style DB

    After tirelessly entering furniture SQLs into the database by hand, I decided to create a quick program to generate basic SQLs for me. Features Generates furniture and catalog_items SQL queries for PlusEMU's database structure Generates the following: Item name Public name Width Length Can...
  16. CosmoPeak

    Updating Packet Structures

    Great guide, will definitely be putting this to use. Thanks for all your contributions!
  17. CosmoPeak

    PlusEMU MySQL Error

    Is another process/application opening/using the MySQLerrors.txt file?
  18. CosmoPeak

    sup

    sup
  19. CosmoPeak

    Habbo Retro Index Design, brutal honest opinions.

    I think the idea and layout is nice, and it's unique. For an honest opinion - I do think it's a bit plain, and the login box has a lot of excess space. I would make the border around it a darker blue, and space out the elements more or reduce the size of the box. Also as mentioned, not sure...
Top