What CMS/Emu are you using?
A quick google search turned this up, not sure if itle work or not.
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET ip_lastforbans = '1';
I see a unhandled header error in your external variables - make sure that is set to the proper URL.
I also see a mySQL Query error - is your MySQL database set up right?
Because www/client is also his client url.
"flash.client.url" : "%www%/client",
May be wrong, just a educated guess, havn't actually worked on a retro in a while.
My guess is %www% isnt defined, so it's taking it as a folder on the host, and because % isnt recognized, it just ignores those, thus www/client, fixes listed above should work.
That would work, just being formal about it instead of changing URL's if the site moves.
Unless %site_url% and %www% aren't defined, then you have a bigger problem.
Try this
<div id="column1" class="column">
<?php
$GetRanks = mysql_query("SELECT id,name FROM ranks WHERE id > 4 AND id < 14 ORDER BY id DESC");
while($Ranks = mysql_fetch_assoc($GetRanks))...
Oh, don't know how to do that.
I imagine its a kill message IF domain doesen't = the one defined, but even then that should be easilly editable if you know what you are doing.
Original code posted by Vrop93 on a forum-that-i-shall-not-name, so don't give me credit for it.
Make a PHP file in your habbo.swf directory with this inside;
<?php
/* System created by Vrop93 ;)
*/
session_start();
$client["fdata"] = "furnidata.txt";
$client["pdata"] = "productdata.txt"...
The emu would identify a user is connecting I believe(don't quote me on that- havn't done this in a while)
My guess remains that you're client isnt connecting to the server, can you paste the code here?
Oh, your last post was rather confusing.
It should be some pretty easy C+P work from what it sounds, that said, I don't really do C# work for retros, more of SysOP and frontend here, so I can't speak as to how it actually works.