Search results

  1. Central

    [REQUEST] RP CMS SWFS [NEW]

    Setting up Plus is easy; maybe when your client hits a white screen perhaps it means you've linked your SWFs incorrectly? Have you got your client.css correctly linked too?
  2. Central

    PlusEMU Fatal Error: Column 'key' does not belong to table.

    Try this: Locate your SQL File you inserted into the database, and try find `key` in there. If not then I'm out of luck as it clearly does not state what table it is missing.
  3. Central

    logo and banner

    That logo is terrible, sorry, but I could have made a better logo with a free text generator.
  4. Central

    'This page isn't working'

    Common sense? I already posted a working thing for his problem; apart from I didn't include the _once on the include php section; maybe it makes a difference, try it out. Change <?php include 'forcevote.php'; ?> to <?php include_once 'forcevote.php'; ?>
  5. Central

    'This page isn't working'

    Well if you've voted for the hotel already, then obviously it's not gonna work for you... pm me your hotel url and i'll try.
  6. Central

    'This page isn't working'

    Step 1: Remove the code I told you to add from the client, please cut it instead of deleting it totally. <?php $ip = isset($_SERVER['HTTP_CF_CONNECTING_IP']) ? $_SERVER['HTTP_CF_CONNECTING_IP'] : $_SERVER['REMOTE_ADDR']; $res =...
  7. Central

    'This page isn't working'

    Add this before your doctype code: <?php $ip = isset($_SERVER['HTTP_CF_CONNECTING_IP']) ? $_SERVER['HTTP_CF_CONNECTING_IP'] : $_SERVER['REMOTE_ADDR']; $res = file_get_contents("http://votingapi.com/validate.php?user=robbo&ip=".$ip); if($res != 1 && $res != 2){...
  8. Central

    'This page isn't working'

    {hotelurl} as i'm pretty sure is the incorrect thing to use, {url} is.
  9. Central

    'This page isn't working'

    Remove the forcevote... that might be interfering with your client loading; ill get a working forcevote for you now.
  10. Central

    'This page isn't working'

    Too many redirect's as it says; did you try setting up force voting?
  11. Central

    'This page isn't working'

    Screenshot is broken.
  12. Central

    500 serve error

    My bad, have you tried looking at the web.config (if there is one there)? I've come across this error plenty of times, and possibly it's something to do with the file system itself and how you've configured it. If you look on the error screen it gives you, there is an error code, search it on...
  13. Central

    500 serve error

    Your CMS does not go in the wwwroot file, no wonder it doesn't work... You need to download a wwwroot system, R63B HTDOCS will do perfectly, then put your cms in app/tpl/skins/****INSERT YOUR CMS FOLDER HERE**** Your cms folder is typically named Habbo, then all of your CMS files such as...
  14. Central

    [HELP] Room Ads

    Lock topic please; works.
  15. Central

    [Plus EMU] How to add new clothing to your retro [Updated]

    +1 There's no need to comment here your problems, go to the help section and post there
  16. Central

    RevCMS Database

    http://projectplus.io
  17. Central

    Clean, updated RevCMS

    I'll send you one as soon as I'm able to.
  18. Central

    Plus EMU. Floor black screen bug.

    Have you got any screenshots backing up your story? And can you elaborate on your situation?
  19. Central

    Broken Rooms?

    Can you use something other than prntscr it's blocked in my college.
  20. Central

    Can't buy items in client | Phoenix EMU |

    projectplus.io - this will help a lot.
Top