Object Not Found!

KhairulRifqi

New Member
Nov 13, 2015
6
1
I need help in this .
I think i've configured the client , config , external variable and emulator correctly .
The emulator works perfectly .
No error .
But , when i tried to access the web , it told me that Object not found .
 

LeChris

i drain to live
Sep 30, 2013
2,750
1,340
Yeah, htaccess or web.config. The CMS redirects to a /cleanurl which won't work if the config files are invalid (htaccess/webconfig once again) so install helicon ape if IIS or get the .htaccess (If Xampp) or web.config (If IIS)
 

KhairulRifqi

New Member
Nov 13, 2015
6
1
Wow . Thanks for that . It works . Never expect it . Thanks a lot . But got some errors . Maybe it is the code . Thanks anyway . Error : Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Maybe i just have to create a new thread or just simply google for them .

Edit : Hm . Thanks for suggestion . Gotta have a try . Got a link ? XAMPP . So , .htaccess .
 
I have error . Client shows blank white page . I have that issue before . And not successfully fixed . Just having load tol 59% and then reload .
 

LeChris

i drain to live
Sep 30, 2013
2,750
1,340
Wow . Thanks for that . It works . Never expect it . Thanks a lot . But got some errors . Maybe it is the code . Thanks anyway . Error : Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Maybe i just have to create a new thread or just simply google for them .

Edit : Hm . Thanks for suggestion . Gotta have a try . Got a link ? XAMPP . So , .htaccess .
 
I have error . Client shows blank white page . I have that issue before . And not successfully fixed . Just having load tol 59% and then reload .
You need to update your web build on your client.php
Current one is
63_1d5d8853040f30be0cc82355679bba7c/3545
You could also just down the client CSS and javascript files
 

KhairulRifqi

New Member
Nov 13, 2015
6
1
Yea i saw about the web build . But when i view the source i was unable to find for it . Gotta have a try . Feedback will be given later . Thanks in advance .
 
You must be registered for see images attach

 
As you can see it is still not worked . Edited the config . Because i think it is the only one having the web build .
 

KhairulRifqi

New Member
Nov 13, 2015
6
1
<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#This file was created by Kryptos with edits from RyanzRetros (Retro-Setups.com owner).

/*
*
* MySQL Management
*
*/

$_CONFIG['mysql']['connection_type'] = 'pconnect'; //Type of connection: It must be connect, or pconnect: if you want a persistent connection.

$_CONFIG['mysql']['hostname'] = 'localhost'; //MySQL host

$_CONFIG['mysql']['username'] = 'root'; //MySQL username

$_CONFIG['mysql']['password'] = ''; //MySQL password

$_CONFIG['mysql']['database'] = 'r63a'; //MySQL database

$_CONFIG['mysql']['port'] = '3306'; //MySQL's port

/*
*
* Hotel Management - All URLs do not end with a "/"
*
*/

$_CONFIG['hotel']['server_ip'] = '25.75.234.184'; //IP of VPS/DEDI/etc

$_CONFIG['hotel']['server_port'] = '30000'; //Port which the emulator runs on.

$_CONFIG['hotel']['url'] = 'http://25.75.234.184:8080'; //Does not end with a "/"

$_CONFIG['hotel']['name'] = 'RTY'; // Hotel's name

$_CONFIG['hotel']['desc'] = 'Make friends, join the fun, get noticed!'; //Hotel's description

$_CONFIG['hotel']['email'] = '[email protected]'; //Where the help queries from users are emailed to.@Priv skin

$_CONFIG['hotel']['in_maint'] = false; //False if hotel is NOT in maintenance. True if hotel IS in maintenance

$_CONFIG['hotel']['motto'] = 'Kacak'; //Default motto users will register with.

$_CONFIG['hotel']['credits'] = 50000; //Default number of credits users will register with.

$_CONFIG['hotel']['pixels'] = 50000; //Default number of pixels users will register with.

$_CONFIG['hotel']['figure'] = 'hd-180-1.ch-210-66.lg-270-82.sh-290-91.hr-100'; //Default figure users will register with.

$_CONFIG['hotel']['web_build'] = '63_1d5d8853040f30be0cc82355679bba7c/3545'; //Web_Build

$_CONFIG['hotel']['external_vars'] = ' //URL to your external vars

$_CONFIG['hotel']['external_texts'] = ' //URL to your external texts

$_CONFIG['hotel']['product_data'] = ' //URL to your productdata

$_CONFIG['hotel']['furni_data'] = ' //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = ' //URL to your SWF folder(does not end with a '/')

/*
*
* Templating Management - Pick one of our default styles or make yours by following our examples!
*
*/


$_CONFIG['template']['style'] = 'Habbo';

/*
*
* Other topsites.. thing
*
*/

$_CONFIG['thehabbos']['username'] = '';
$_CONFIG['retro_top']['user'] = '';

/*
*
* Recaptcha management - Fill the information below if you have one, else leave it like that and don't worry, be happy.
*
*/

$_CONFIG['recaptcha']['priv_key'] = '6LcZ58USAAAAABSV5px9XZlzvIPaBOGA6rQP2G43';
$_CONFIG['recaptcha']['pub_key'] = '6LcZ58USAAAAAAQ6kquItHl4JuTBWs-5cSKzh6DD';


/*
*
* Social Networking stuff
*
*/

$_CONFIG['social']['twitter'] = ''; //Hotel's Twitter account

$_CONFIG['social']['facebook'] = ''; //Hotel's Facebook account

?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelName} - Client</title>


<link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
<link rel="shortcut icon" href="{url}/favicon.ico" type="image/vnd.microsoft.icon" /><script

<script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script>
<script type="text/javascript">
var BaseUrl = " ";
var flashvars =
{
"client.starting" : "Please wait {username}, {hotelname} is starting up!",
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "25.75.234.184:8080",
"connection.info.port" : "8080",
"site.url" : " ",
"url.prefix" : " ",
"client.reload.url" : " ",
"client.fatal.error.url" : " ",
"client.connection.failed.url" : " ",
"external.variables.txt" : " ",
"external.texts.txt" : " ",
"productdata.load.url" : " ",
"furnidata.load.url" : " ",
"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", " ", flashvars, params, null);
</script>
</head>

<body>

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

</body>
</html>
 

Users who are viewing this thread

Top