Recent content by WanknessHD

  1. WanknessHD

    Hotel Hideaway (previously named "Project X") by Sulake

    yeah looks exactly like what OP posted, good find man.
  2. WanknessHD

    Staff page badges are not showing up.

    Okay I understand, are you able to show me an example I could go off of? Im not very good at php. I was basically just trying to copy it from showing badges from my profile page. <?php $getBadges = mysql_query("SELECT * FROM `user_badges` WHERE `user_id` =...
  3. WanknessHD

    Applicant Seeking position !

    Oh okay, if I need some staff ill let you know!
  4. WanknessHD

    Staff page badges are not showing up.

    I am trying to display badges on my staff page, and I am able to see them but the badge id is not linking correctly. so this: <?php $GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id < 8 AND id > 2 ORDER BY id DESC"); while($Ranks...
  5. WanknessHD

    Trying to grab from two db tables to display them with php

    Broken page, it just doesn't load. Got it to work @Core did this. <?php $getstats = mysql_query("SELECT * FROM user_stats ORDER BY RoomVisits DESC LIMIT 5") or die(mysql_error())...
  6. WanknessHD

    Help me, ive got white client!

    Do you have teamviewer? Looks like your client is messed up. add my skype; apex.digital
  7. WanknessHD

    Applicant Seeking Position

    I'm looking for a developer, you can add my skype if you want some more info; apex.digital
  8. WanknessHD

    Applicant Seeking position !

    Im looking for a developer, you can add my skype if you want more info; apex.digital.
  9. WanknessHD

    Command RemoveBadge

    Thank you for this, great work.
  10. WanknessHD

    Need developers for a hotel I'm working on, hmu.

    Need developers for a hotel I'm working on, hmu.
  11. WanknessHD

    [PlusEMU] No Need for Extra Folder

    using System; using System.Linq; using System.Xml.Linq; using System.Collections.Generic; using System.Net; using System.IO; using System.Xml; using System.Windows.Forms; namespace Plus.HabboHotel.Global { public class AntiMutant { private Dictionary<string, Dictionary<string...
  12. WanknessHD

    [PlusEMU] No Need for Extra Folder

    Got this exception after doing this, is this anything worth paying attention too? or is it supposed to do that.. Never experienced anything like this so just asking.
  13. WanknessHD

    Trying to grab from two db tables to display them with php

    $getstats = mysql_query("SELECT user.username, user.look, stat.Respect FROM users user, user_stats Respect WHERE user.id = stat.id ORDER BY stat.Respect DESC LIMIT 6"); So I did this and it did not display anything, I may not be understanding correctly. What is the user.etc for? Im trying to...
  14. WanknessHD

    Kiss command not doing what its supposed too.

    Thank you that worked, much appreciated, can you tell my why that mattered?
  15. WanknessHD

    Kiss command not doing what its supposed too.

    I have a simple kiss command and it is supposed to output a message of you kissing the user, but in-game it is not showing the message. using System; using System.Linq; using System.Text; using System.Collections.Generic; using Plus.HabboHotel.Rooms; using Plus.HabboHotel.Pathfinding; using...
Top