This isnt hard. Here is the code man.
1. Go on your news.php
2. Search for {newsAuthor}
3. Add in this code;
<?php
$getCom = mysql_query("SELECT * FROM cms_news WHERE id = '".htmlentities($_GET['id'])."' ");
?><?php
while($Com = mysql_fetch_array($getCom)){
$getuserlook =...
Try this one mate,
using System;
using Plus.HabboHotel.Rooms;
using Plus.HabboHotel.GameClients;
using Plus.Communication.Packets.Outgoing.Rooms.Chat;
namespace Plus.HabboHotel.Rooms.Chat.Commands.User.Fun
{
class Hug : IChatCommand
{
public string PermissionRequired
{...
Thanks @EngeldesTodes
If you dont want to download there is always another way to fix!
You just need to add this
FOR IIS
<rule name="Habbo Imaging Group Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}"...
You need a new badge_definitions
FIX: Add this to your web.config
<rule name="Habbo Imaging Group Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />...