WINTXCODERS

Programación => Retroservers => Mensaje iniciado por: Kvnamo en Agosto 11, 2015, 10:26:54 PM

Título: Cliente , En Blanco ( OneCMS V3)
Publicado por: Kvnamo en Agosto 11, 2015, 10:26:54 PM
Buenas A Todos , Que tal Compañeros de WC , En El dia de Hoy tengo Un Problema , El Principal Problema es que No se como configurar el Emulador ( Y No se si eso tal vez influya En que el cliente se quede en Blanco Me gustaria saber si me pueden ayudar. )

- Cliente En Blanco:

Spoiler
(http://i1105.photobucket.com/albums/h351/deibisb/second_zpsqsoa2taz.png)
[close]


- Emulador ( Agregue Una Informacion ) En La Ruta
  - Azure Emulator -> setting -> Main
Spoiler
(http://i1105.photobucket.com/albums/h351/deibisb/first_zpsr75r6gtf.png)
[close]

Es Mi Primera vez con esto de los Retroserver Habbos  Y Aun no entiendo mucho esto de configurar los emuladores etc.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: @η∂яєѕмσяєησ en Agosto 12, 2015, 03:42:09 PM
Buenas, eso son dos errores diferentes, el error del cliente en blanco es que la ruta del habbo.swf esta mal puesta, que lo que hace que aparezca lo de cargar el logo en el cliente es el habbo.swf, ves al cliente y mira esa ruta que este perfectamente enlazada con las swf, ejemplo: http://linkdelhotel.con/swf/gordon/RELASE-XXXXXXXXXXXXX/habbo.swf, ese es el error del cliente, luego en el emulador el error es que no has configurado el furnidata en el emulador, es mas o menos igual que el client, ves a settings/other.ini y en las últimas líneas configura las rutas. Si usas one cms v3 te recomiendo usas Ruby Software (el emulador que publique yo) ya que solucione varios bugs importantes de azure. ¡Cualquier cosa házmelo saber!
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: [D]eivisBaez en Agosto 13, 2015, 09:57:42 PM
Sigo con El Mismo problema , Sera que me podrias ayudar a configurarla.
Spoiler
<?php
/* #################################################################### \
░░░▒█ ▒█▀▀▀ ▀█▀ ▒█░▒█ ▒█▀▀▄ ▒█▀▀▀ ▒█▄░▒█   ▒█▀▀█ ▒█▀▄▀█ ▒█▀▀▀█
░▄░▒█ ▒█▀▀▀ ▒█░ ▒█▀▀█ ▒█░▒█ ▒█▀▀▀ ▒█▒█▒█   ▒█░░░ ▒█▒█▒█ ░▀▀▀▄▄
▒█▄▄█ ▒█▄▄▄ ▄█▄ ▒█░▒█ ▒█▄▄▀ ▒█▄▄▄ ▒█░░▀█   ▒█▄▄█ ▒█░░▒█ ▒█▄▄▄█
────────────────CMS de Uso Privado 2015  by Jeihden─────────────────────
\ ################################################################### */

    ob_start();

    require_once 'global.php';

    $Functions->Logged("true");

$myusername = $_SESSION['username'];
$ticket = $Functions->GenerateTicket();
$query = $db->query("UPDATE users SET  auth_ticket = '{$ticket}', ip_last = '" . USER_IP . "', last_used = '". time() ."' WHERE username = '" . $myusername . "'");
$users = $db->query("SELECT rank FROM users WHERE username = '" . $myusername . "'");
$user = $users->fetch_array();
if($user['rank'] == 0)//Cambiar a 1 para activar
    {
    require_once 'publi.php';
    exit;
    }
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title><?php echo SHORTNAME; ?> ~ Cliente</title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "<?php echo PATH; ?>";
var habboStaticFilePath = "<?php echo CDN; ?>/web-gallery";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo PATH; ?>/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="<?php echo CDN; ?>/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>

<meta name="description" content="HabboCash is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(https://www.habbo.nl/js/csshover.htc); }
</style>
<![endif]-->
<!DOCTYPE html>
<html lang="es_ES">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />


        <meta name="description" content="Diversión al limite!" />
       
        <script type="text/javascript" src="<?php echo PATH; ?>/libs2.js"></script>
       
        <style type="text/css">
            * { margin: 0; padding: 0; }
            html, #flash-container { height: 100%; text-align: left; background-color: black; }
            #flash-container { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; }
        </style>
      <?php global $db;
      $result = $db->query("SELECT * FROM cms_settings WHERE id = 1 LIMIT 1");
         if($result->num_rows > 0){
            while($data = $result->fetch_array()){ ?>

        <script type="text/javascript">
        var flashvars = {
            "client.allow.cross.domain" : "0",
            "client.notify.cross.domain" : "1",
            "connection.info.host" : "<?php echo $data['host']; ?>",
            "connection.info.port" : "<?php echo $data['port']; ?>",
            "site.url" : "<?php echo PATH; ?>",
            "url.prefix" : "<?php echo PATH; ?>",
            "client.reload.url" : "<?php echo PATH; ?>/client.php",
            "client.fatal.error.url" : "<?php echo PATH; ?>/client.php",
            "client.connection.failed.url" : "<?php echo PATH; ?>/client.php",
            "logout.url" : "<?php echo PATH; ?>/client.php",
            "logout.disconnect.url" : "<?php echo PATH; ?>/client",
            "external.variables.txt" : "<?php echo $data['external_variables']; ?>",
            "external.texts.txt" : "<?php echo $data['external_texts']; ?>",
            "productdata.load.url" : "<?php echo $data['productdata']; ?>",
            "furnidata.load.url" : "<?php echo $data['furnidata']; ?>", 
            "sso.ticket": "<?php echo $ticket; ?>",
            "processlog.enabled" : "1",
            "account_id" : "<?php echo $Functions->Get('username'); ?>",
            "client.starting" : "¡Por favor, espera <?php echo $Functions->Get('username'); ?>! <?php echo SHORTNAME; ?> se está cargando",
            "flash.client.url" : "<?php echo $data['flash_client_url']; ?>",
            "user.hash" : "5690170255dbf26e0275377f436614c91d1a810d",
            "has.identity" : "1",
            "flash.client.origin" : "popup",
            "nux.lobbies.enabled" : "false",
            "country_code" : "DO"
        };

         var params = {
            "base" : "<?php echo $data['flash_client_url']; ?>",
            "allowScriptAccess" : "always",
            "menu" : "true"
        };

        swfobject.embedSWF("<?php echo $data['habbo_swf']; ?>", "flash-container", "100%", "100%", "10.1.0", "http://localhost/swf/gordon/RELASE-XXXXXXXXXXXXX/habbo.swf", flashvars, params, null);
        </script>
<?php } } else{ echo '<i>No se encuentra la tabla cms_settings</i>'; }?>
    </head>
    <body>
   
        <div id="flash-container">
        </div>
    </body>
</html>
<?php ob_end_flush(); ?>
[close]
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: WHAMA en Agosto 13, 2015, 11:53:24 PM
Comprueba que las rutas del archivo other.ini de tu emulador están bien puestas.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: @η∂яєѕмσяєησ en Agosto 14, 2015, 12:11:14 AM
El cliente de one cms v3 se configura desde el archivo de configuración del host, pásame esos datos.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: [D]eivisBaez en Agosto 14, 2015, 01:03:21 AM
C:\xampp\htdocs\brain ---> Class.config
Spoiler
<?php
/* #################################################################### \
░░░▒█ ▒█▀▀▀ ▀█▀ ▒█░▒█ ▒█▀▀▄ ▒█▀▀▀ ▒█▄░▒█   ▒█▀▀█ ▒█▀▄▀█ ▒█▀▀▀█
░▄░▒█ ▒█▀▀▀ ▒█░ ▒█▀▀█ ▒█░▒█ ▒█▀▀▀ ▒█▒█▒█   ▒█░░░ ▒█▒█▒█ ░▀▀▀▄▄
▒█▄▄█ ▒█▄▄▄ ▄█▄ ▒█░▒█ ▒█▄▄▀ ▒█▄▄▄ ▒█░░▀█   ▒█▄▄█ ▒█░░▒█ ▒█▄▄▄█
────────────────CMS de Uso Privado 2015  by Jeihden─────────────────────
\ ################################################################### */

   $config = array(
               //SITE CONFIG
               'DB_HOST'            => '127.0.0.1',
               'DB_PORT'            => '3306',
               'DB_USER'            => 'root',
               'DB_PASSWORD'         => 'wintxcoders',
               'DB_DATABASE'         => 'diosesamor',
               //CONFIG PARA EL CREADOR
               'PATH'                => 'http://localhost',
               'CLUBNAME'             => 'Vip',
               'MONEDA'                 => 'Diamantes',
               'AVATARIMAGE'          => 'http://localhost/habbo-imaging/avatarimage?figure=',
               'BADGEURL'             => 'http://localhost/swf/c_images/album1584/',
               'HK'                   => 'http://localhost/ACP_V3_Jeihden',
               'CDN'                 => 'http://localhost/heart',
               'SHOPURL'              => 'http://localhost/heart/images/tienda/',
               'RAREURL'              => 'http://localhost/heart/images/tienda/rares/',
               'PATHCLIENT'           => 'http://localhost/client',
               'RANKMIN'              => '5',
               'ALPHARANK'            => '4',
               'PRORANK'                => '10',
               'EXPERTRANK'           => '2',
               'EXPERTBADGE'         => 'VIP',
               'PAYGOLDIAMONDS'      => '100',
               'SWF'                    => 'http://localhost/swf/',
               'FOOTER'            => '© 2015 OneCMS V3 (Private Version)',
               //HK DATOS
               'SHORTNAME'             => 'OneCMS V3',
               'FBPAGE'                => '/185094367962',      
               //API CONFIG (FACEBOOK)
               'FBID'               => '578771218820554',
               'FBSECRET'            => '4141b90b353b2429cca5f0f84f46e432',
            );
?>
[close]

Cliente
Spoiler
<?php
/* #################################################################### \
░░░▒█ ▒█▀▀▀ ▀█▀ ▒█░▒█ ▒█▀▀▄ ▒█▀▀▀ ▒█▄░▒█   ▒█▀▀█ ▒█▀▄▀█ ▒█▀▀▀█
░▄░▒█ ▒█▀▀▀ ▒█░ ▒█▀▀█ ▒█░▒█ ▒█▀▀▀ ▒█▒█▒█   ▒█░░░ ▒█▒█▒█ ░▀▀▀▄▄
▒█▄▄█ ▒█▄▄▄ ▄█▄ ▒█░▒█ ▒█▄▄▀ ▒█▄▄▄ ▒█░░▀█   ▒█▄▄█ ▒█░░▒█ ▒█▄▄▄█
────────────────CMS de Uso Privado 2015  by Jeihden─────────────────────
\ ################################################################### */

    ob_start();

    require_once 'global.php';

    $Functions->Logged("true");

$myusername = $_SESSION['username'];
$ticket = $Functions->GenerateTicket();
$query = $db->query("UPDATE users SET  auth_ticket = '{$ticket}', ip_last = '" . USER_IP . "', last_used = '". time() ."' WHERE username = '" . $myusername . "'");
$users = $db->query("SELECT rank FROM users WHERE username = '" . $myusername . "'");
$user = $users->fetch_array();
if($user['rank'] == 0)//Cambiar a 1 para activar
    {
    require_once 'publi.php';
    exit;
    }
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<title><?php echo SHORTNAME; ?> ~ Cliente</title>

<script type="text/javascript">
var andSoItBegins = (new Date()).getTime();
var ad_keywords = "";
document.habboLoggedIn = true;
var habboName = "<?php echo $myrow['username']; ?>";
var habboReqPath = "<?php echo PATH; ?>";
var habboStaticFilePath = "<?php echo CDN; ?>/web-gallery";
var habboImagerUrl = "https://www.habbo.nl/habbo-imaging/";
var habboPartner = "";
var habboDefaultClientPopupUrl = "<?php echo PATH; ?>/client";
window.name = "habboMain";
if (typeof HabboClient != "undefined") { HabboClient.windowName = "uberClientWnd"; }
</script>
<link rel="shortcut icon" href="<?php echo CDN; ?>/web-gallery/v2/favicon.ico" type="image/vnd.microsoft.icon" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs2.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/visual.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/libs.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/common.js" type="text/javascript"></script>
<script src="<?php echo CDN; ?>/web-gallery/static/js/fullcontent.js" type="text/javascript"></script>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/style.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/buttons.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/boxes.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/tooltips.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboclient.css" type="text/css" />
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/styles/habboflashclient.css" type="text/css" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/habboflashclient.js" type="text/javascript"></script>

<meta name="description" content="HabboCash is a virtual world where you can meet and make friends. Make friends, join the fun, get noticed!" />
<meta name="keywords" content="nillus, ragezone, retro, keep it real, private server, free, credits, habbo hotel , virtual, world, social network, free, community, avatar, chat, online, teen, roleplaying, join, social, groups, forums, safe, play, games, online, friends, teens, rares, rare furni, collecting, create, collect, connect, furni, furniture, pets , room design, sharing, expression, badges, hangout, music, celebrity, celebrity visits, celebrities, mmo, mmorpg, massively multiplayer" />

<!--[if IE 8]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie8.css" type="text/css" />
<![endif]-->
<!--[if lt IE 8]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie.css" type="text/css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" href="<?php echo CDN; ?>/web-gallery/v2/styles/ie6.css" type="text/css" />
<script src="<?php echo CDN; ?>/web-gallery/static/js/pngfix.js" type="text/javascript"></script>
<script type="text/javascript">
try { document.execCommand('BackgroundImageCache', false, true); } catch(e) {}
</script>

<style type="text/css">
body { behavior: url(https://www.habbo.nl/js/csshover.htc); }
</style>
<![endif]-->
<!DOCTYPE html>
<html lang="es_ES">
    <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />


        <meta name="description" content="Diversión al limite!" />
       
        <script type="text/javascript" src="<?php echo PATH; ?>/libs2.js"></script>
       
        <style type="text/css">
            * { margin: 0; padding: 0; }
            html, #flash-container { height: 100%; text-align: left; background-color: black; }
            #flash-container { position: absolute; overflow: hidden; left: 0; top: 0; right: 0; bottom: 0; }
        </style>
      <?php global $db;
      $result = $db->query("SELECT * FROM cms_settings WHERE id = 1 LIMIT 1");
         if($result->num_rows > 0){
            while($data = $result->fetch_array()){ ?>

        <script type="text/javascript">
        var flashvars = {
            "client.allow.cross.domain" : "0",
            "client.notify.cross.domain" : "1",
            "connection.info.host" : "<?php echo $data['host']; ?>",
            "connection.info.port" : "<?php echo $data['port']; ?>",
            "site.url" : "<?php echo PATH; ?>",
            "url.prefix" : "<?php echo PATH; ?>",
            "client.reload.url" : "<?php echo PATH; ?>/client.php",
            "client.fatal.error.url" : "<?php echo PATH; ?>/client.php",
            "client.connection.failed.url" : "<?php echo PATH; ?>/client.php",
            "logout.url" : "<?php echo PATH; ?>/client.php",
            "logout.disconnect.url" : "<?php echo PATH; ?>/client",
            "external.variables.txt" : "<?php echo $data['external_variables']; ?>",
            "external.texts.txt" : "<?php echo $data['external_texts']; ?>",
            "productdata.load.url" : "<?php echo $data['productdata']; ?>",
            "furnidata.load.url" : "<?php echo $data['furnidata']; ?>", 
            "sso.ticket": "<?php echo $ticket; ?>",
            "processlog.enabled" : "1",
            "account_id" : "<?php echo $Functions->Get('username'); ?>",
            "client.starting" : "¡Por favor, espera <?php echo $Functions->Get('username'); ?>! <?php echo SHORTNAME; ?> se está cargando",
            "flash.client.url" : "<?php echo $data['flash_client_url']; ?>",
            "user.hash" : "5690170255dbf26e0275377f436614c91d1a810d",
            "has.identity" : "1",
            "flash.client.origin" : "popup",
            "nux.lobbies.enabled" : "false",
            "country_code" : "DO"
        };

         var params = {
            "base" : "<?php echo $data['flash_client_url']; ?>",
            "allowScriptAccess" : "always",
            "menu" : "true"
        };

        swfobject.embedSWF("<?php echo $data['habbo_swf']; ?>", "flash-container", "100%", "100%", "10.1.0", "http://localhost/swf/gordon/RELASE-XXXXXXXXXXXXX/habbo.swf", flashvars, params, null);
        </script>
<?php } } else{ echo '<i>No se encuentra la tabla cms_settings</i>'; }?>
    </head>
    <body>
   
        <div id="flash-container">
        </div>
    </body>
</html>
<?php ob_end_flush(); ?>
[close]

Emulador Ruby:
Hotel.config

Spoiler
## Ruby Emulator by Andrés Moreno for holox.es

# Versión de la encriptación
rc4.client.side.enabled=false

# Entrega de creditos y pixeles
currency.loop.enabled=true
currency.loop.time.in.minutes=15
credits.to.give=3000
pixels.to.give=100

# Entrega de diamantes
diamonds.loop.enabled=true
diamonds.to.give=1
diamonds.vip.only=true

# Nuevo navegador
navigator.newstyle.enabled=true

# Cambio de nombre #
change.name.staff=false
change.name.vip=false
change.name.everyone=false

# Aplicaciones en desarrollo #
enable.beta.camera=true
newuser.gifts.enabled=false
newuser.gift.yttv2.id=

# Material interactivo #
everyone.use.floor=true
admin.can.useHTML=true
commands.new.page=true
figuredata.url=http://localhost/gamedata/figuredata.txt
furnidata.url=http://localhost/gamedata/furnidata_xml/3.xml
youtube.thumbnail.suburl=youtubethumbnail.php?Video
[close]

configuracion
Spoiler
## Ruby Emulator by Andrés Moreno for holox.es

## Configuración MySQL
db.hostname=localhost
db.port=
db.username=root
db.password=wintxcoders
db.name=diosesamor
db.type=MySQL

## Configuración de la agrupación de MySQL (controla la cantidad de conexiones)
db.pool.minsize=1
db.pool.maxsize=500

## Configuración de conexiones TCP/IP del servidor
game.tcp.bindip=localhost
game.tcp.port=Puerto de conexión del juego (generalmente 30000 o 90)
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=localhost
mus.tcp.port=Puerto de conexión MUS (generalmente 30001 o 25)
mus.tcp.allowedaddr=localhost

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

## Developer Settings
Debug=true

## Language System
system.lang=english

## Console Clear Timer
console.clear.enabled=false
console.clear.time=20000

## Bots Settings
game.roomswithbotscolor=0
game.botdefaultcolor=31
game.botbadge=BOT
[close]
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: @η∂яєѕмσяєησ en Agosto 14, 2015, 02:15:46 PM
Vale, esa parte la tienes bien configurada, en game.tcp.port= tienes que poner 30000 y en mus.tcp.port= 30001, ahora pasame las configuraciones de las swf, están en la hk, en administración general creo.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: [D]eivisBaez en Agosto 14, 2015, 08:14:11 PM
external variable
Spoiler
https://localhost/swf/gamedata/external_variables/4.txt
[close]
externaltext
Spoiler
https://localhost/swf/gamedata/external_flash_texts/f081931196dd1465e697e7ec29d4f7ad71abead6.txt
[close]
productdata
Spoiler
https://localhost/swf/gamedata/productdata/1.txt
[close]
furnidata
Spoiler
https://localhost/swf/gamedata/furnidata_xml/3.xml
[close]
flashclienturl
Spoiler
https://localhost/swf/gordon/RELEASE63-201504231229-352136561/
[close]
habboswf
Spoiler
https://localhost/swf/gordon/RELEASE63-201504231229-352136561/Holox.swf
[close]
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: WHAMA en Agosto 14, 2015, 08:25:46 PM
¿Comprobaste que las rutas del other.ini están bien?
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: [D]eivisBaez en Agosto 14, 2015, 08:38:33 PM
Whama en realidad , Soy Un Poco Nuevo lo cual , No se casi de esto de Holos , Sera que me podrias echar una ayuda via teamviewer
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: @η∂яєѕмσяєησ en Agosto 15, 2015, 01:55:31 AM
Te comento Deivis, lo del emulador solo es poner el productdata y el furnidata en Hotel.config (en caso que estés usando Ruby que es mas recomendable que azure), de ser azure lo tendrás que hacer en other.ini, y según las imágenes todo está correctamente, intenta a cambiar lo de Holox.swf por Habbo.swf, con eso se te arreglará ya lo del client el blanco, y una vez que te empieze a cargar tendrás que ver si hace conexión con el emulador, que simplemente es que el puerto de conexión del client lo pongas por ejemplo en el puerto 30000 (se hace también desde la hk es donde cogiste las swf) y en el archivo de configuracion.ini (para ruby) o el de azure que no me acuerdo de su nombre exacto en game.tcp.port= también tendrás que poner el 30000, y si haces esto ya te debe de funcionar.

PD: Si quieres que te haga buena conexión el cliente con el emulador deberás de usar Azure 0180 o Ruby Software actual de wintxcoders (http://wintxcoders.com/forum/index.php?topic=496.0), ya que esos dos emuladores usan esa relase.

¡Cualquier cosa consultame, un saludo!.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: [D]eivisBaez en Agosto 15, 2015, 02:02:04 AM
me sigue en blanco Esto lo del cliente.
Título: Re:Cliente , En Blanco ( OneCMS V3)
Publicado por: WHAMA en Agosto 15, 2015, 12:27:54 PM
A ver para aclararme bien, dime que CMS y que Emulador estás usando. Creo que estabas configurando con OneCMS v3, en esa CMS en la HK (ACP) hay un apartado para configurar los directorios y la conexión al cliente, dime si eso lo has configurado y comprueba si están bien. También dime si estás usando Azure u otro, si estás usando Azure pásame captura del archivo main.ini y other.ini. También dime que SWF estás usando, puede que no sean compatibles con la versión de Azure o el emulador que estés usando.