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?
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.
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'; ?>
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 =...
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...
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...