Search results

  1. Joshhh

    RevCMS News Picture

    On the page wherever you want the image to go, does that page have this included, the code may look like this; <div class="promo-container" style="background-image: url({url}/swf/c_images/web_promos/<?php echo $newsobject['image']; ?>)<?php if($i != '1'){ ?>; display: none<?php } ?>">...
  2. Joshhh

    RevCMS News Picture

    you only need to put the file name in there like 1.png.. Like this; Also look where it is getting your images from , e.g. swfs/c_images/web_promos or the one in your skin folder...
  3. Joshhh

    Cannot Buy Group Forum [Westyy's Emu]

    Have a look here; https://devbest.com/threads/plus-emulator-fixed-group-forums.83176/ Then once you've added all the missing things, it should be ok.
  4. Joshhh

    PlusEmu Wired?

    UPDATE `furniture` SET `behaviour_data` = `furniture`.`clothing_id` WHERE `furniture`.`clothing_id` > 0 AND `furniture`.`behaviour_data` = 0; UPDATE `furniture` SET `behaviour_data` = `furniture`.`wired_id` WHERE `furniture`.`wired_id` > 0 AND (`furniture`.`interaction_type` = 'wired_effect' OR...
  5. Joshhh

    HabboEmulator based off PlusEmulator.

    The only logs that come up is; Bug during user login: System.NullReferenceException: Object reference not set to an instance of an object. at Emulator.HabboHotel.GameClients.GameClient.TryAuthenticate(String AuthTicket) in...
  6. Joshhh

    Feedback Animated banner

    Try using a dinosaur / jurassic park background to make it fit better? I'm not that good myself. But it looks good.
  7. Joshhh

    Database error..

    Run this; SET @@global.sql_mode= ''; Then try to re-upload the db.
  8. Joshhh

    Plus EMU Welcome Command

    If the "SendMessage" is highlighting in red, try changing it to SendPacket and see if it changes anything?
  9. Joshhh

    Error BrainCMS

    Because setting up the external vars n shit “may” affect it as things are linked to it, but still add the swf folder
  10. Joshhh

    Error BrainCMS

    It seems like you dont have a SWF Folder? Maybe try downloading one.
  11. Joshhh

    Error BrainCMS

    Have you got a .htaccess or web.config file in your wwwroot / htdocs?
  12. Joshhh

    post your speed test

    :( :down:
  13. Joshhh

    [Plus Emu] Floor plan editor making users not be able to enter client again

    Run this ALTER TABLE `rooms` CHANGE `allow_pets` `allow_pets` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_pets_eat` `allow_pets_eat` INT(1) NOT NULL DEFAULT '0', CHANGE `room_blocking_disabled` `room_blocking_disabled` INT(1) NOT NULL DEFAULT '0', CHANGE `allow_hidewall` `allow_hidewall` INT(1)...
  14. Joshhh

    Adding badges to a Habbo Retro R63B

    You may want to clear your cache, as sometimes the badge doesn't load.
  15. Joshhh

    IIS RevCms help

    Have you actually set it up correctly? and do you have a web.config file?
  16. Joshhh

    Appreciate it x) ty

    Appreciate it x) ty
  17. Joshhh

    DELETED

    Look at your console e.g. Inspect element to see if any error popup, if not, check your external vars and client.php for any errors or mistakes.
  18. Joshhh

    [HELP] Where is this furni

    If you have the category Halloween 2015 in your catalogue then it should be there.
Top