Client blackscreen - RevCMS + Arcturus EMU

Results 1 to 1 of 1
  1. #1
    Novice Cemester is offline
    MemberRank
    Mar 2019 Join Date
    1Posts

    Client blackscreen - RevCMS + Arcturus EMU

    Hey Im using the RevCMS (http://forum.ragezone.com/f353/revcms-arcturus-1140145/) and Arcturus Emu.

    I edited all needed files, but when I start the client it just shows blackscreen.
    Emu is perfectly running.

    My client.php
    Spoiler:

    Code:
    <!DOCTYPE html><html lang="en"><head><link rel="shortcut icon" href="{url}/app/tpl/skins/{skin}/images/favicon.ico" type="image/vnd.microsoft.icon"/><meta http-equiv="content-type" content="text/html; charset=utf-8"><title>{hotelName} Hotel - Client</title>
    <link rel="stylesheet" href="{url}/app/tpl/skins/Habbo/styles/client.css" type="text/css">
    <script type="text/javascript" src="{url}/app/tpl/skins/Habbo/js/swfobject.js"></script><script type="text/javascript">var BaseUrl = "{swf_folder}";var flashvars ={"client.allow.cross.domain" : "1","client.notify.cross.domain" : "0","connection.info.host" : "127.0.0.1","connection.info.port" : "3000","site.url" : "{url}","url.prefix" : "{url}","client.reload.url" : "{url}/disconnected","client.fatal.error.url" : "{url}/disconnected","client.connection.failed.url" : "{url}/disconnected","external.variables.txt" : "{external_vars}?<?php echo time(); ?>","external.texts.txt" : "{external_texts}?<?php echo time(); ?>","external.override.texts.txt" : "http://localhost/swfs/gamedata/override/external_flash_override_texts.txt","external.override.variables.txt" : "http://localhost/swfs/gamedata/override/external_override_variables.txt","external.figurepartlist.txt" : "http://localhost/swfs/gamedata/figuredata.xml","productdata.load.url" : "{product_data}?<?php echo time(); ?>","furnidata.load.url" : "{furni_data}?<?php echo time(); ?>","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" : "For science, you monster/Loading funny message... please wait./Would you like fries with that?/Follow the yellow duck./Time is just an illusion./Are we there yet?!/I like your t-shirt./Look left. Look right. Blink twice. Ta da!/It\'s not you, it\'s me./Shhh! I\'m trying to think here./Loading pixel universe.","flash.client.origin" : "popup"
    };var params ={"base" : BaseUrl + "/","allowScriptAccess" : "always","menu" : "false"};
    swfobject.embedSWF(BaseUrl + "/Habbo.swf", "client", "100%", "100%", "10.0.0", "{swf_folder}/expressInstall.swf", flashvars, params, null);</script></head>
    <body><div id="client"></div></body></html>


    Arcturus Config
    Spoiler:

    Code:
    username=*****password=*****hotel.url=localhost#Database Configuration.db.hostname=localhostdb.port=3306db.database=habbodb.username=rootdb.password=db.params=#Better cyrillic supprot add ?characterEncoding=utf8 to db.params. This will be appended at the end of the JDBC url.db.pool.minsize=25db.pool.maxsize=100#Game Configuration.#Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.game.host=0.0.0.0game.port=3000#RCON Configuration.#RCON Host IP. Leave this at 127.0.0.1 if you're running your website on the same server as the emulator.rcon.host=127.0.0.1rcon.port=3001rcon.allowed=127.0.0.1;127.0.0.2


    RevCMS Config
    Spoiler:

    Code:
    /***    MySQL management**/$_CONFIG['mysql']['connection_type'] = 'connect'; //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'] = 'habbo'; //MySQL database$_CONFIG['mysql']['port'] = '3306'; //MySQL's port/***    Hotel management  - All URLs do not end with an "/"**/$_CONFIG['hotel']['server_ip'] = '127.0.0.1'; //IP of DDos protected server.$_CONFIG['hotel']['server_port'] = '3000'; //Port that EMU uses!$_CONFIG['hotel']['url'] = 'http://localhost'; //Does not end with a "/"$_CONFIG['hotel']['name'] = 'iHabbo'; // Hotel's name$_CONFIG['hotel']['desc'] = 'Cool'; //Hotel's description $_CONFIG['hotel']['online_text'] = 'User Online!'; // Its the text that is near 15 Bla's online.$_CONFIG['hotel']['email'] = 'support@localhost'; //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'] = 'I am new to ' . $_CONFIG['hotel']['name']; //Default motto users will register with.$_CONFIG['hotel']['credits'] = 8000; //Default number of credits users will register with.$_CONFIG['hotel']['pixels'] = 4000; //Default number of pixels users will register with.$_CONFIG['hotel']['figure'] = 'hr-3163-1348.ch-3203-110.ea-3168-97.hd-3103-8.lg-3078-95'; //Default figure users will register with.$_CONFIG['hotel']['web_build'] = '63_1dc60c6d6ea6e089c6893ab4e0541ee0/527'; //Web_Build$_CONFIG['hotel']['external_vars'] = 'http://localhost/swfs/gamedata/external_variables.txt'; //URL to your external vars$_CONFIG['hotel']['external_texts'] = 'http://localhost/swfs/gamedata/external_flash_texts.txt'; //URL to your external texts$_CONFIG['hotel']['product_data'] = 'http://localhost/swfs/gamedata/productdata.txt'; //URL to your productdata$_CONFIG['hotel']['furni_data'] = 'http://localhost/swfs/gamedata/furnidata.xml'; //URL to your furnidata$_CONFIG['hotel']['swf_folder'] = 'http://localhost/swfs/gordon/PRODUCTION-201611291003-338511768/'; //URL to your SWF folder/***    Templating management - Pick one of our default styles or make yours by following our examples!**/#This version of RevCMS only has 1 theme, and it's the Habbo Theme.$_CONFIG['template']['style'] = 'Habbo';


    Sorry Im to this all, so I wanna try to learn everything with your help.

    Im thankfull for every help!

    - - - Updated - - -

    Fixed can be closed




Advertisement