404 Client Error

Status
Not open for further replies.

TeadleD

New Member
Apr 21, 2018
10
0
When trying to load into the client, the client redirects to a page not found 404 error. I recently portforward my ports and when i changed everything from localhost to the link i am using the client seems to not work. It did work before, however now these are the errors i am getting.

disconnected:4 Uncaught ReferenceError: userid is not defined
at disconnected:4
(anonymous) @ disconnected:4
disconnected:1 GET 404 (Not Found)
disconnected:1 GET 404 (Not Found)
visual.js:38 Uncaught TypeError: Cannot read property 'down' of null
at e.initialize (fullcontent.js:58)
at new e (visual.js:5)
at e.add (fullcontent.js:54)
at common.js:63
at visual.js:38
at Array.forEach (<anonymous>)
at Array.c [as each] (visual.js:38)
at common.js:63
at visual.js:277
at visual.js:38
initialize @ fullcontent.js:58
e @ visual.js:5
add @ fullcontent.js:54
(anonymous) @ common.js:63
(anonymous) @ visual.js:38
c @ visual.js:38
(anonymous) @ common.js:63
(anonymous) @ visual.js:277
(anonymous) @ visual.js:38
c @ visual.js:38
run @ visual.js:277
(anonymous) @ disconnected:3
fullcontent.js:36 Uncaught TypeError: Cannot read property 'observe' of null
at Object.init (fullcontent.js:36)
at HTMLDocument.<anonymous> (disconnected:5)
at HTMLDocument.F (visual.js:254)
at z (visual.js:260)
at HTMLDocument._methodized [as fire] (visual.js:17)
at HTMLDocument.a (visual.js:263)
init @ fullcontent.js:36
(anonymous) @ disconnected:5
F @ visual.js:254
z @ visual.js:260
_methodized @ visual.js:17
a @ visual.js:263


Please help, no idea what the issue is..
 

Queso

echo 'Web Developer';
Nov 29, 2016
233
72
@TeadleD Those just look like .js errors in your swfobject.js, I wouldn't worry too much about those, but can you give more detail? Like can you post a screenshot of your client.
 

TeadleD

New Member
Apr 21, 2018
10
0
@TeadleD Those just look like .js errors in your swfobject.js, I wouldn't worry too much about those, but can you give more detail? Like can you post a screenshot of your client.

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href=" {skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} Hotel</title>

<link rel="stylesheet" href=" " type="text/css">

<script type="text/javascript" src=" "></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "MYIP Removed for security reasons",
"connection.info.port" : "30000",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"external.override.texts.txt" : " ",
"external.override.variables.txt" : " ",
"external.figurepartlist.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"use.sso.ticket" : "1",
"sso.ticket" : "{sso}",
"client.starting" : "Please wait! {hotelName} is starting up.",
"processlog.enabled" : "0",
"flash.client.url" : BaseUrl + "/",
"client.starting.revolving" : "Whololo/Tijd is maar een illusie./Gotta go fast!/Your computer might blow up./Don't panic!/You might die./Get yourself a drink while waiting./Whats that noise?/",
"flash.client.origin" : "popup"
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", " ", flashvars, params, null);
</script>
</head>

<body>

<div id="client"></div>

</body>
</html>
 
i have not change anything and now my client is white screened... can someone help pls. I know the ports are opened someone registered on my hotel today.
 
Status
Not open for further replies.

Users who are viewing this thread

Top