Edit some of your links in your override variables. I see that flash.client.url=https://playprevs.com/swfs/gordon/PRODUCTION-201512170847-152005991/ isn't linked up to the right folder?
Also add this to the bottom of your external_variables, and see if it changes anything...
Open up your console e.g. Inspect element console, then look up any errors that are coming from that.
Also change some of your links from https to http or whatever you're using. Idk if that matters, but still try it?
In your external variables you have the linking set to
{url}/habbo-imaging
and in your external override variables you might want to change it from; {url}/swf/habbo-imaging --- take out the /swf
Also make sure that the folders inside "habbo-imaging" are correct.
Try running this;
DROP TABLE IF EXISTS `groups`;
CREATE TABLE `groups` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(50) NOT NULL,
`desc` varchar(255) NOT NULL,
`badge` varchar(50) NOT NULL,
`owner_id` int(11) unsigned NOT NULL,
`created` int(50) NOT NULL...