Search results

  1. 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...
  2. 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...
  3. WanknessHD

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

    I have a stats page that displays credits/duckets/diamonds/room visits/repects given/recieved/online time etc.. only problem I have is I'm not very educated with php and I dont know how to grab from two tables in my database. I have my credits and duckets and diamonds displayed perfectly, but...
  4. WanknessHD

    Recruiting Looking for a Developer

    Me and a friend are opening a hotel, we have a VPS and a domain and so forth.. We just need a committed dev that can help out. We are using PlusEMU with RevCMS. We have plans on when we wanna open and what not. If you want to join/find out more info, please add my skype: apex.digital Thank you...
  5. WanknessHD

    Small SQL Banned User Tab Help

    So I wanna make it so when a user is banned they can sign in but they see a "ban appeals" tab so they can submit a ban appeal and what not. <?php if(isset($_SESSION['user']['id'])) if(mysql_result(mysql_query("SELECT value FROM bans WHERE value = '" ...
  6. WanknessHD

    Need help with small SQL syntax

    ("SELECT id,name FROM ranks WHERE id < 7 ORDER BY id DESC") I would like to grab rows 3-7 only. How could I do that? @Elijah
  7. WanknessHD

    RevCMS - Habbo Theme - ASE not posting news?

    Hello, I have a little problem with my ASE not being able to post news? I have to manually add them in from the database. I am able to enter the news posting area, http://prntscr.com/dp2cgq but as soon as I press "Proceed (Use Image)" It directs to this http://prntscr.com/dp2cwm I have no clue...
  8. WanknessHD

    PlusEMU not connecting, Client stuck at 76%

    Alright as you've probably seen this asked for help many times, I still cannot fix it and I have no clue why. I am using PlusEMU and RevCMS/Habbo Edit I am making this server on localhost with xampp just to mess around. My variables are all set to "localhost" I will post them. the link to my...
Top