I have a retro with my friends. Been having problems but I've more or less managed to fix them all. But not this time. All of a sudden, my client wont work. It loads fully, then it just disconnect and redirects to "404 object not found". I manage to see the "welcome" message when I enter the hotel, but thats it. Any idea why or how to fix it?
Screenshots:
Phoenix Emulator:
404 object not found:
config.conf:
config.php:
External.variables:
Client.php:
I know I havent put my IP in the client, but it still didnt work.
I have no idea what the problems is, and its driving me crazy. Can someone please help me?
Screenshots:
Phoenix Emulator:
You must be registered for see links
404 object not found:
You must be registered for see links
config.conf:
## Phoenix 3.0 System Configuration File
## Licence Information
Otaku-Studios.username=FudgeZ
Otaku-Studios.password=nope
## Licence Server Information
LicenceServer.URL=You must be registered for see links
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=123
db.name=retro
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=30
## Game TCP/IP Configuration
game.tcp.bindip=25.56.32.95
game.tcp.port=30000
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=25.56.32.95
mus.tcp.port=30001
mus.tcp.allowedaddr=25.56.32.95
## Console Configuration
emu.messages.connections=1
emu.messages.roommgr=1
config.php:
<?php
error_reporting(0);
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
$_CONFIG['mysql']['connection_type'] = 'connect';
$_CONFIG['mysql']['hostname'] = 'localhost';
$_CONFIG['mysql']['username'] = 'root';
$_CONFIG['mysql']['password'] = '123';
$_CONFIG['mysql']['database'] = 'retro';
$_CONFIG['mysql']['port'] = '3306';
$_CONFIG['hotel']['server_ip'] = '25.56.32.95';
$_CONFIG['hotel']['url'] = 'You must be registered for see links
$_CONFIG['hotel']['name'] = 'Habka Hotell';
$_CONFIG['hotel']['desc'] = 'Klokka den er russetid';
$_CONFIG['hotel']['email'] = '[email protected]';
$_CONFIG['hotel']['in_maint'] = false;
$_CONFIG['hotel']['motto'] = 'Velkommen til helvete' . $_CONFIG['hotel']['name'];
$_CONFIG['hotel']['credits'] = 500;
$_CONFIG['hotel']['pixels'] = 2500;
$_CONFIG['hotel']['figure'] = 'hd-180-8.ca-3175-1408.ch-3222-92.lg-281-92.sh-295-73.hr-3163-1395';
$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/2863';
$_CONFIG['hotel']['external_vars'] = 'You must be registered for see links
$_CONFIG['hotel']['external_texts'] = 'You must be registered for see links
$_CONFIG['hotel']['product_data'] = 'You must be registered for see links
$_CONFIG['hotel']['furni_data'] = 'You must be registered for see links
$_CONFIG['hotel']['swf_folder'] = 'http:/25.56.32.95/r63';
$_CONFIG['template']['style'] = 'Custom-Habbo3';
$_CONFIG['thehabbos']['username'] = 'Kryptos';
$_CONFIG['retro_top']['user'] = 'Kryptos';
$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';
?>
External.variables:
You must be registered for see links
Client.php:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - Client</title>
<link rel="shortcut icon" href="{url}/App/Tpl/Skins/Custom-habbo/Images/favicon.ico" type="image/vnd.microsoft.icon"/>
<link rel="stylesheet" href="{url}/app/tpl/skins/Custom-habbo/styles/client.css?53465834" type="text/css">
<script type="text/javascript" src="{url}/app/tpl/skins/Custom-habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = "{url}/r63";
var flashvars =
{
"client.starting" : "It is {online} players online! {hotelname} is starting.",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "{server_ip}",
"connection.info.port" : "30000",
"site.url" : "{url}",
"url.prefix" : "{url}",
"client.reload.url" : "{url}/client",
"client.fatal.error.url" : "{url}/me",
"client.connection.failed.url" : "{url}/me",
"external.variables.txt" : "{external_vars}",
"external.texts.txt" : "{external_texts}",
"productdata.load.url" : "{product_data}",
"furnidata.load.url" : "{furni_data}",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl,
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{url}/r63/expressInstall.swf", flashvars, params, null);
</script>
</head>
<body>
</div>
<div id="client"></div>
</body>
</html>
I know I havent put my IP in the client, but it still didnt work.
I have no idea what the problems is, and its driving me crazy. Can someone please help me?