Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to setup your R63: SWFS

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 28, 2011
Messages
5
Reaction score
0
I have 1 Q: I have RevCMS But if i the Client pop ups then i see; Download the newest version of Flash

Config file:




<?php
if(!defined('IN_INDEX')) { die('Sorry, you cannot access this file.'); }
#Please afill this all out.

#NOTE: To set up TheHabbos.ORG's API go to wwwroot/mysite/thehabbos_api for IIS, OR, htdocs/thehabbos_api for XAMPP and others.

/*
*
* 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'] = '12345'; //MySQL password

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

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

/*
*
* Hotel management - All URLs do not end with an "/"
*
*/

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

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

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

$_CONFIG['hotel']['desc'] = 'Het godelijkste hotel wat er bestaat - NL'; //Hotel's description

$_CONFIG['hotel']['email'] = 'help@myhotel.net'; //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'] = 'Ik ben ook godelijk! I <3 ' . $_CONFIG['hotel']['name']; //Default motto users will register with.

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

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

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

$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/903'; //Web_Build

$_CONFIG['hotel']['external_vars'] = '46.129.91.88/gamedata/external_variables.txt'; //URL to your external vars

$_CONFIG['hotel']['external_texts'] = '46.129.91.88/gamedata/external_flash_texts.txt'; //URL to your external texts

$_CONFIG['hotel']['product_data'] = '46.129.91.88/gamedata/productdata.txt'; //URL to your productdata

$_CONFIG['hotel']['furni_data'] = '46.129.91.88/gamedata/furnidata.txt'; //URL to your furnidata

$_CONFIG['hotel']['swf_folder'] = '46.129.91.88/gamedata/swfs'; //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!
*
*/

#RevCMS has 2 default styles, 'Mango' by dannyy94 and 'Priv' by joopie - Others styles are to come, such as RastaLulz's ProCMS style and Nominal's PhoenixCMS 4.0 style.

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

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

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

/*
*
* 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'] = 'IG0DLY'; //iG0DLY

$_CONFIG['social']['facebook'] = 'Bestaatnogniet-'; //Bestaatnogniet-

?>



















Client.php:




<script type="text/javascript">
var habboName = "{username}";
var habboReqPath = "{url}";
var habboStaticFilePath = "http://images.habbo.com/habboweb/{web_build}/web-gallery";
var habboImagerUrl = "http://www.habbo.com/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "{url}/client";
window.name = "ClientWndw";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "ClientWndw"; }
</script>

<link rel="alternate" type="application/rss+xml" title="Habbo Hotel - RSS" href="http://www.habbo.com/articles/rss.xml" />
<script src="app/tpl/skins/{skin}/client/libs2.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/visual.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/libs.js" type="text/javascript"></script>
<script src="app/tpl/skins/{skin}/client/common.js" type="text/javascript"></script>

<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/common.css" type="text/css" />

<link rel="stylesheet" href="http://images.habbo.com/habboweb/{web_build}/web-gallery/static/styles/habboflashclient.css" type="text/css" />


<noscript>
<meta http-equiv="refresh" content="0;url=/client/nojs" />
</noscript>

<link rel="stylesheet" href="app/tpl/skins/{skin}/client/client.css" type="text/css" />
<script src="app/tpl/skins/{skin}/client/habboflashclient.js" type="text/javascript"></script>

<script type="text/javascript">
FlashExternalInterface.loginLogEnabled = false;
FlashExternalInterface.logLoginStep("web.view.start");

if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "0",
"client.notify.cross.domain" : "1",
"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}/disconnected",
"client.connection.failed.url" : "{url}/disconnected",
"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",
"account_id" : "1",
"client.starting" : "{hotelName} is aan het laden <3",
"flash.client.url" : "{swf_folder}/",
"user.hash" : "31385693ae558a03d28fc720be6b41cb1ccfec02",
"has.identity" : "0",
"flash.client.origin" : "popup",
"token" : "{sso}"
};
var params = {
"base" : BaseUrl + "{swffolder}",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

var clientUrl = "{swf_folder}/Habbo.swf";

swfobject.embedSWF(BaseUrl + "gamedata/swfs/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://images.habbo.com/habboweb/63_1dc60c6d6ea6e089c6893ab4e0541ee0/902/web-gallery/flash/expressInstall.swf", flashvars, params, null);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}
</script>

<body id="client" class="flashclient">
<div id="overlay"></div>
<img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/page_loader.gif" style="position:absolute; margin: -1500px;" />

<div id="overlay"></div>
<div id="client-ui" >
<div id="flash-wrapper">
<div id="flash-container">
<div id="content" style="width: 400px; margin: 20px auto 0 auto; display: none">

<div class="cbb clearfix">
<h2 class="title">Update Flash player naar de laatste versie.</h2>
<div class="box-content">
<p>Je kan hier Adobe Flashplayer downloaden: <a href="http://get.adobe.com/flashplayer/">Installeer flash player</a>. Meer instructies voor het downloaden en installeren kan hier worden gevonden: <a href="http://www.adobe.com/products/flashplayer/productinfo/instructions/">More information</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://images.habbo.com/habboweb/{web_build}/web-gallery/v2/images/client/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
</div>

</div>
<script type="text/javascript">
$('content').show();
</script>
<noscript>
<div style="width: 400px; margin: 20px auto 0 auto; text-align: center">
<p>Als je niet automatisch wordt door gestuurt <a href="/client/nojs">Klik hier</a></p>
</div>
</noscript>
</div>
</div>

</div>
<div style="display: none">

<div id="habboCountUpdateTarget">
{status}
</div>
<script language="JavaScript" type="text/javascript">
setTimeout(function() {
HabboCounter.init(600);
}, 20000);
</script>
</div>
<script type="text/javascript">
RightClick.init("flash-wrapper", "flash-container");
if (window.opener && window.opener != window && typeof window.opener.location.href != "undefined") {
window.opener.location.replace(window.opener.location.href);
}
$(document.body).addClassName("js");
HabboClient.startPingListener();
</script>

<script type="text/javascript">
HabboView.run();
</script>

<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15697942-2']);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>




Plzz Help me

Iam Using Free Phoenix 3.7.1 By Predator And Gianni95 and Daff


Thankz
 
Last edited:
Newbie Spellweaver
Joined
Jan 5, 2011
Messages
27
Reaction score
1
Do you need to replace all the files in R63 or do you need to clean out the R63 folder before putting those files in?
 
Newbie Spellweaver
Joined
Mar 16, 2012
Messages
56
Reaction score
2
My client is stuck and the loading bar doesnt load....
 
Experienced Elementalist
Joined
Aug 2, 2012
Messages
262
Reaction score
62
Nice tut but when i open Varible or what ever its called, its empty?...
 
Junior Spellweaver
Joined
Jun 8, 2013
Messages
126
Reaction score
22
Is it possible to change the external_variables.txt into a external_variables ".php", because if so, it would make editing the variables easy, e.g:
PHP:
<?php
include("swfconfig.php");
?>
widget.avatar.decorate=Decorate Room
widget.avatar.stop_decorating=Stop Decorating
friendbar.stream.enabled=true
friendbar.notifications.enabled=true
friendbar.requests.enabled=true
friends.stream=enabled
friendbar.notifications.enabled=true
client.hotel_view.show_on_startup=1
menu.own_avatar.enabled=1
menu.avatar.enabled=true
purse.widget.currency.shells.enabled=1
catalog.drag_and_drop=true
questing.enabled=true
catalog.furniture.animation=true
char.conversion.mac=[128:219,130:226,131:196,132:227,133:201,134:160,135:224,136:246,137:228,139:220,140:206,145:212,146:213,147:210,148:211,149:165,150:208,151:209,152:247,153:170,155:221,156:207,159:217,161:193,165:180,167:164,168:172,170:187,171:199,172:194,173:208,174:168,176:161,180:171,182:166,183:225,184:252,186:188,187:200,191:192,192:203,193:231,194:229,195:204,196:128,197:129,198:174,199:130,200:233,201:131,202:230,203:232,204:237,205:234,206:235,207:236,209:132,210:241,211:238,212:239,213:205,214:133,216:175,217:244,218:242,219:243,220:134,223:167,224:136,225:135,226:137,227:139,228:138,229:140,230:190,231:141,232:143,233:142,234:144,235:145,236:147,237:146,238:148,239:149,241:150,242:152,243:151,244:153,246:154,247:214,248:191,249:157,250:156,251:158,252:159,255:216]
stats.tracking.javascript=google
productdata.load.url=http://%predefined%/r63/productdata
image.library.questing.url=http://<?php echo $IP; ?>/r63/c_images/Quests/
figure.partsets.xml=http://<?php echo $IP; ?>/r63/figurepartconfig/partsets
struct.font.grey=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#666666"),#ilk:#struct,#fontStyle:[#italic]]
viral.furni.post_type=appRequest
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
security.cast.load.url=http://<?php echo $IP; ?>/r63/sec.cct?t=%token%
navigator.default.view=public
latencytest.interval=20000
external.figurepartlist.txt=http://<?php echo $IP; ?>/r63/figuredata
image.library.url=http://<?php echo $IP; ?>/r63/c_images/
navigator.visible.public.root=3
permitted.name.chars=1234567890qwertyuiopasdfghjklzxcvbnm-=?!@:.,
external.texts.txt=http://%predefined%/r63/external_flash_texts
latencytest.report.delta=100
struct.font.bold=[#font:"vb",#fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
figure.draworder.xml=http://<?php echo $IP; ?>/r63/figurepartconfig/draworder
client.hotel_view.image=hotel_view_images_hq/hotelview_dec09.png
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://<?php echo $IP; ?>/r63/c_images/catalogue/
flash.dynamic.download.url=http://<?php echo $IP; ?>/r63/hof_furni/
room.default.wall=201
feed.badge_decorations.decoration_id=001
purse.transactions.active=1
client.use.invites=1
struct.font.plain=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
hotelview.banner.url=http://<?php echo $IP; ?>/r63/banner
client.textdata.utf8=1
logout.concurrent.url=http://%predefined%/account/disconnected?reason=concurrentlogin&origin=%origin%
figure.animation.xml=http://<?php echo $IP; ?>/r63/figurepartconfig/animation
dynamic.download.url=http://<?php echo $IP; ?>/r63/hof_furni/
language=de
client.allow.facebook.like=1
struct.font.italic=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#italic]]
feed.badge_decorations.album=Feed_Badges
external.figurepartlist.txt.secure=https://<?php echo $IP; ?>/r63/figuredata
logout.url=http://%predefined%/account/disconnected?reason=%reason%&origin=%origin%
room.default.floor=111
navigator.public.default=3
tutorial.name.new_user_flow=NUF_mini
furnidata.load.url=http://%predefined%/r63/furnidata
flash.dynamic.download.name.template=%typeid%.swf
struct.font.tooltip=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#plain]]
struct.font.link=[#font:"v", #fontSize:9,#lineHeight:10,#color:rgb("#000000"),#ilk:#struct,#fontStyle:[#underline]]
figure.draworder.xml.secure=https://<?php echo $IP; ?>/r63/figurepartconfig/draworder
fuse.project.id=habbo_de
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
navigator.private.default=4
client.window.title=Habbo Hotel
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
avatareditor.allowclubtryout=1
private.image.library.url=http://<?php echo $IP; ?>/r63/c_images/
logout.disconnect.url=http://%predefined%/account/disconnected?reason=logout&origin=%origin%
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
navigator.visible.private.root=4
stats.tracking.javascript.template=\TCODE
link.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
cast.entry.10=hh_human_hats
cast.entry.11=hh_human_hair
group.badge.url=http://%predefined%/habbo-imaging/badge/%imagerdata%.gif
cast.entry.12=hh_human_shirt
interface.cmds.user.friend=["friend","trade","ignore","unignore","userpage"]
cast.entry.13=hh_human_leg
cast.entry.14=hh_human_shoe
cast.entry.15=hh_kiosk_room
cast.entry.17=hh_room_utils
cast.entry.16=hh_pets_common
cast.entry.19=hh_furni_classes
cast.entry.18=hh_room_ui
link.format.credits=http://%predefined%/credits
cfh.usercategories.withnoharasser=101,102,103,104,105,106
room.cast.12=hh_human_50_fx
interface.cmds.active.ctrl=["move","rotate"]
room.cast.11=hh_human_fx
avatar.editor.url=http://%predefined%/profile
room.cast.10=hh_roomdimmer
client.minimail.embed.enabled=true
link.format.pets=http://%predefined%/hotel/pets
room.cast.1=hh_soundmachine
room.cast.2=hh_human_acc_chest
room.cast.3=hh_human_acc_waist
link.format.club=http://%predefined%/credits/habboclub
club.subscription.disabled=1
cfh.usercategories.withharasser=101,102,103,104,105,106
room.cast.8=hh_human_50_acc_chest
link.format.user.search=http://%predefined%/me#habbo-search
room.cast.9=hh_human_50_acc_waist
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/de/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
link.format.habboclub=http://%predefined%/credits/habboclub
room.cast.4=hh_human_50_shirt
interstitial.interval=120000
room.cast.5=hh_human_50_leg
avatar.editor.character.update.url=http://%predefined%/profile/characterupdate
room.cast.6=hh_human_50_shoe
room.cast.7=hh_human_50_item
navigator.tagcolorlimit.yellow=500
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/de/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
avatar.editor.club.promo.image=http://images.habbohotel.com/c_images/catalogue/club_promo_uk.gif
link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
standaloneAchievementList.enabled=false

interface.cmds.user.personal=["badge","dance","wave","hcdance","userpage"]
paalu.key.list=[#bal1:"Q", #bal2:"E", #push1:"A", #push2:"D", #move1:"N", #move2:"M", #stabilise:"SPACE"]
navigator.cache.duration=30
navigator.colorlimit.orange=80
room.cast.private=["hh_room_private", "hh_room_landscapes"]
link.format.userpage=http://%predefined%//rd/%ID%
displayer.tag.expiration.time=600000
navigator.default_tab=Me
client.news.embed.enabled=true
client.logout.enabled=true
avatar.widget.enabled=1
new.chat.widget.enabled=1
navigator.tagcolorlimit.orange=1000
client.full.refresh.period=5000
interface.cmds.user.owner=["take_rights","give_rights","kick","friend","trade","ignore","unignore","userpage"]
wordfilter.url=https://theallseeingeye.sulake.com/ase/habbo/de/housekeeping/extra/localization/wordfilter_select.action
text.crap.fixing=1
castload.retry.delay=20000
roomenterad.habblet.enabled=false
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/de/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
rosetta.warning.page.url=http://%predefined%/client_popup/rosetta_info
link.format.tag.search=http://%predefined%//tag/search?tag=%tag%
navigator.always_open_after_login=0
interstitial.enabled=true
pixels.enabled=true
interface.cmds.item.owner=["pick"]
cast.entry.42=hh_friend_list
interface.cmds.photo.owner=["pick","delete"]
cast.entry.41=hh_human_50_body
room.cast.small.1=hh_pets_50
cast.entry.44=hh_pets
interface.cmds.active.owner=["move","rotate","pick"]
cast.entry.43=hh_instant_messenger
cast.entry.45=hh_guide
embed.showInRoomInfo=true
client.fatal.error.url=http://%predefined%/client_error
cast.entry.40=hh_human_50_acc_head
swimjump.key.list=[#run1:"A", #run2:"D", #dive1:"W", #dive2:"E", #dive3:"A", #dive4:"S", #dive5:"D", #dive6:"Y", #dive7:"X", #jump:"SPACE"]
cast.entry.9=hh_human_item
cast.entry.8=hh_human_face
cast.entry.7=hh_human_body
cast.entry.6=hh_human
cast.entry.5=hh_patch_de
cast.entry.4=hh_interface
cast.entry.3=hh_shared
cast.entry.2=hh_entry_base
cast.entry.1=hh_entry_de
client.credits.embed.enabled=true
avatar.editor.trial.promo=0
text.render.compatibility.mode=2
moderator.cmds=[":alert x",":ban x",":kick x",":superban x",":shutup x",":unmute x",":transfer x",":softkick x"]
cast.entry.38=hh_human_50_acc_eye
cast.entry.39=hh_human_50_acc_face
cast.entry.37=hh_human_50_hair
cast.entry.36=hh_human_50_hats
cast.entry.35=hh_human_50_face
avatar.editor.club.promo=0
cast.entry.34=hh_human_acc_head
cast.entry.33=hh_human_acc_face
cast.entry.32=hh_human_acc_eye
cast.entry.31=hh_entry_init
cast.entry.30=hh_badges
navigator.colorlimit.yellow=50
interstitial.max.displays=5
client.flood.timeout=100000
client.version.id=401
navigator.tagcolorlimit.red=2000
link.format.collectibles=http://%predefined%/credits/collectibles
cast.entry.27=hh_dynamic_downloader
cast.entry.28=hh_recycler
cast.entry.29=hh_poll
cast.entry.24=hh_cat_new
cast.entry.23=hh_navigator
cast.entry.26=hh_buffer
cast.entry.25=hh_cat_gfx_all
cast.entry.20=hh_room
cast.entry.22=hh_photo
infostand.report.show=1
cast.entry.21=hh_club
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
interface.cmds.user.ctrl=["kick","friend","trade","ignore","unignore","userpage"]
interface.cmds.photo.ctrl=[]
link.format.mail.inbox=http://%predefined%/me#mail
interface.cmds.item.ctrl=[]
purse.widget.enabled=1

And the config would be:
PHP:
<?php
$ip = "127.0.0.1"; // Your IP here.
?>

If it's possible, could someone get back to me :thumbup1: If it's not, then that sux, haha.

It will work, but make sure that it's always $ip, and not $IP and the second one $ip. $IP != $ip
 
Status
Not open for further replies.
Back
Top