Busi
Member
- Apr 20, 2016
- 47
- 0
So been looking around and just can't find anything updated explaing how to use ***** / PlusEMU / Project-SWF and setup a CMS for it..
Been playing around a bit and got a CMS up i think. tried a few older guides and i just can't seems to link them together when i click join world i just get a blank page with a stupid radio player on.
If any could point me to an updated guide that would explain it or could help me set it up / guide me thru it via skype or such i would be glad
After having some help form SystemSequence yesterday we got cms and hotel linked with some ehh wtf bugs / problems
right now the client somehow only look in /swfs for swf files and not where its being told to at /swfs/gordon/PRODUCTION-201601012205-226667486/
The client now stops at 76% and i can't get it past that no matter what i do.
ports are open, and cleared in the firewall so that should be good. emulator starts fine with no errors
here are my client.php and my emu config.ini
Client.php
Config.ini
Busi
Been playing around a bit and got a CMS up i think. tried a few older guides and i just can't seems to link them together when i click join world i just get a blank page with a stupid radio player on.
If any could point me to an updated guide that would explain it or could help me set it up / guide me thru it via skype or such i would be glad
After having some help form SystemSequence yesterday we got cms and hotel linked with some ehh wtf bugs / problems
right now the client somehow only look in /swfs for swf files and not where its being told to at /swfs/gordon/PRODUCTION-201601012205-226667486/
The client now stops at 76% and i can't get it past that no matter what i do.
ports are open, and cleared in the firewall so that should be good. emulator starts fine with no errors
here are my client.php and my emu config.ini
Client.php
Code:
<?php include('includes/checktheban.php'); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<link href="/reload/favicon.ico" rel="icon" type="image/x-icon" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>{hotelname} - Client</title>
<link rel="stylesheet" type="text/css" href="http://2.104.126.106/static/client/reset.css">
<br>
<script type="text/javascript" src="http://2.104.126.106/app/tpl/skins/site/js/swfobject.js"></script>
<script type="text/javascript">
<!-- Configuration -->
var BaseUrl = "http://2.104.126.106/swfs";
var flashvars =
{
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "1",
"connection.info.host" : "2.104.126.106",
"connection.info.port" : "3030",
"site.url" : "http://2.104.126.106",
"url.prefix" : "http://2.104.126.106",
"client.reload.url" : "http://2.104.26.106/client",
"client.fatal.error.url" : "http://2.104.26.106/client",
"client.connection.failed.url" : "http://2.104.26.106/client",
"logout.url" : "http://2.104.26.106/client",
"logout.disconnect.url" : "http://2.104.26.106/error",
"external.variables.txt" : "http://2.104.126.106/swfs/gamedata/external_variables.txt",
"external.texts.txt" : "http://2.104.126.106/swfs/gamedata/external_flash_texts.txt",
"external.figurepartlist.txt" : "http://2.104.126.106/swfs/gamedata/figuredata.xml",
"external.override.texts.txt" : "http://2.104.126.106/swfs/gamedata/override/external_flash_override_texts.txt",
"external.override.variables.txt" : "http://2.104.126.106/swfs/gamedata/override/external_override_variables.txt",
"productdata.load.url" : "http://2.104.126.106/swfs/gamedata/productdata.txt",
"furnidata.load.url" : "http://2.104.126.106/swfs/gamedata/furnidata.xml",
"sso.ticket" : "{sso}",
"processlog.enabled" : "1",
"use.sso.ticket" : "1",
"client.starting" : "{hotelname} Loader...",
"flash.client.url" : "http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/",
"user.hash" : "57255796e259f7e7865a5c90e24acc986d295c4f",
};
var params =
{
"base" : BaseUrl + "/",
"allowScriptAccess" : "always",
"menu" : "false"
};
swfobject.embedSWF("http://2.104.126.106/swfs/gordon/PRODUCTION-201601012205-226667486/Habbo.swf", "client", "100%", "100%", "10.0.0", "http://2.104.126.106/swfs/expressInstall.swf", flashvars, params, null);
</script>
</head>
<div id="container">
<div id="client"></div>
</div>
<body>
<div id="client">
</div>
</body>
</html>
Config.ini
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=Password Redacted
db.name=habbo
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=2.104.126.106
game.tcp.port=3030
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=2.104.126.106
mus.tcp.port=3031
mus.tcp.allowedaddr=localhost;2.104.126.106
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300
Busi
Last edited: