Problema risolto Problema con Arcturus Morningstar Emulator

Stato
Discussione chiusa ad ulteriori risposte.

gerardo99

Nuovo utente
Autore del topic
11 Ottobre 2013
15
26
Miglior risposta
0
Salve a tutti,
ho un problema con gli swf dell' emulatore Arcturus Morningstar. Utilizzo Brain Cms e come swf Wulez r1. L'emulatore non da errori, ma il client continua ad essere bianco, non parte neanche il caricamento. Ecco il codice della pagina client.php (Credo di avr configurato tutto bene, almeno io non trovo l'errore):
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

Grazie a tutti per le risposte!
 
Ultima modifica da un moderatore:
Ciao! Avendo messo come ip "127.0.0.1" suppongo che tu voglia accedervi da locale. Hai controllato che al link
Perfavore, Entra oppure Registrati per vedere i Link!
vi sia effettivamente il file swf? E poi devi modificare la riga "$config['hotelEmu'] = 'plusemu'; " con "$config['hotelEmu'] = 'arcturus'; "
 
Ciao! Avendo messo come ip "127.0.0.1" suppongo che tu voglia accedervi da locale. Hai controllato che al link
Perfavore, Entra oppure Registrati per vedere i Link!
vi sia effettivamente il file swf? E poi devi modificare la riga "$config['hotelEmu'] = 'plusemu'; " con "$config['hotelEmu'] = 'arcturus'; "


Sisi, voglio accedervi da locale. Nella riga c'è plusemu perchè ho provato anche con quell'emulatore, ma nulla. Ho controllato il link e ci sta il file swf
 
Salve a tutti,
ho un problema con gli swf dell' emulatore Arcturus Morningstar. Utilizzo Brain Cms e come swf Wulez r1. L'emulatore non da errori, ma il client continua ad essere bianco, non parte neanche il caricamento. Ecco il codice della pagina client.php (Credo di avr configurato tutto bene, almeno io non trovo l'errore):

<?php
if(!defined('BRAIN_CMS'))
{
die('Sorry but you cannot access this file!');
}

/* Database Setting */
$db['host'] = 'localhost'; //Mysql's Host
$db['port'] = '3306'; //Mysql's port
$db['user'] = "root"; //Mysql's user
$db['pass'] = 'Gerardo99'; //Mysql's password
$db['db'] = "test"; //Mysql's database

/* Emu Settings */
$config['hotelEmu'] = 'plusemu'; // plusemu // arcturus


/* Client Setting */
$hotel['emuHost'] = "127.0.0.1"; //IP of VPS//IP of Proxy
$hotel['emuPort'] = "90"; //Port of VPS//Port of Proxy
$hotel['staffCheckClient'] = false; //Enable the staff pin in the client (true) or disable it (false)
$hotel['staffCheckClientMinimumRank'] = 3; //Minium staff rank to get the staff pin in the client
$hotel['homeRoom'] = '0'; //Set the start room when you get in the hotel
$hotel['external_Variables'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['external_Variables_Override'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['external_Texts'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['external_Texts_Override'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['productdata'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['furnidata'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['figuremap'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['figuredata'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['swfFolder'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['swfFolderSwf'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$hotel['onlineCounter'] = true; // Enable the user count in the client.
$hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.

/* Website Setting */
$config['hotelUrl'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";//Address of your hotel. Does not end with a "/"
$config['skin'] = "brain"; //Skin/template of your website
$config['lang'] = "en"; //Language of your website en/nl/es
$config['hotelName'] = "Brain"; //Name of your hotel
$config['favicon'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$config['staffCheckHk'] = false; //Enable the staff pin in the housekeeping (true) or disable it (false)
$config['staffCheckHkMinimumRank'] = 3; //Minium staff rank to get the staff pin in the housekeeping
$config['maintenance'] = false; //Enable the maintenance of your website (true) or disable it (false)
$config['maintenancekMinimumRankLogin'] = 3; //Minium staff rank to login when the website is in maintenance
$config['groupBadgeURL'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$config['badgeURL'] = "
Perfavore, Entra oppure Registrati per vedere i Link!
";
$config['userLikeEnable'] = true; // Enable user likes
$config['newsCommandEnable'] = true; //Enable news commands
$config['newsCommandFilter'] = true; //Enable wordfilter on news commands (the filter use the db tabels wordfilter and wordfilter_characters)
$config['alertReferrer'] = true;
$config['alert'] = 'Geek Hotel'; //Alert message. If you don't want a alert, you fill in 'nomessage' or you do leave it blank.
$config['brainversion'] = '1.8.0'; // Please do not change.

/* Facebook Login Settings
You need a Facebook app for this to work go to
Perfavore, Entra oppure Registrati per vedere i Link!
*/

$config['facebookLogin'] = false; //Enable the Facebook login (true) or disable it (false)
$config['facebookAPPID'] = '334162590sdaf292528';
$config['facebookAPPSecret'] = 'ce2504ff5adsfa3ff7a6a2fa6d984cd8836';

/* Email Settings */
$email['mailServerHost'] = 'smtp.gmail.com';
$email['mailServerPort'] = 587;
$email['SMTPSecure'] = 'TLS';
$email['mailUsername'] = 'gmail@gmail.com';
$email['mailPassword'] = '*****';
$email['mailLogo'] = '
Perfavore, Entra oppure Registrati per vedere i Link!

$email['mailTemplate'] = '/system/app/plugins/PHPmailer/temp/resetpassword.html';

/* Social settings */
$config['facebook'] = '
Perfavore, Entra oppure Registrati per vedere i Link!

$config['facebookEnable'] = false;
$config['twitter'] = '
Perfavore, Entra oppure Registrati per vedere i Link!

$config['twitterEnable'] = false;

/* Register Setting */
$config['startMotto'] = "Bem-vindo(a) ao Geek!"; //Regsiter start motto
$config['credits'] = "100";
$config['duckets'] = "200";
$config['diamonds'] = "10";
$config['diamondsRef'] = "10";
$config['registerEnable'] = true;

/* Google recaptcha Site Key
Go to this website to create a recaptcha Site Key:
Perfavore, Entra oppure Registrati per vedere i Link!
*/
$config['recaptchaSiteKey'] = "6LdzewwUAAAAABkJ3vsdfCDca9qmLGDaWAHqMRtFEs2";
$config['recaptchaSiteKeyEnable'] = false;

/* Buy VIP Settings */
$config['vipCost'] = "25";
$config['vipRankToGet'] = "3";
$config['vipBadge'] = "vip";


switch($config['hotelEmu'])
{
case "arcturus":
$emuUse['user_wardrobe'] = 'users_wardrobe ';
$emuUse['ip_last'] = 'ip_current';
$emuUse['respect'] = 'respects_received';
$emuUse['user_stats'] = 'users_settings';
$emuUse['user_stats_user_id'] = 'user_id';
$emuUse['OnlineTime'] = 'online_time';
break;
case "plusemu":
$emuUse['user_wardrobe'] = 'user_wardrobe ';
$emuUse['ip_last'] = 'ip_last';
$emuUse['respect'] = 'Respect';
$emuUse['user_stats'] = 'user_stats';
$emuUse['user_stats_user_id'] = 'id';
$emuUse['OnlineTime'] = 'OnlineTime';
break;
default:
//Nothing
break;
}

?>

Grazie a tutti per le risposte!
Quando posti del codice, utilizza i tag CODE, modifico e avverto.
 
Allora partiamo col dire che devi mettere "arcturus" al posto di "Plusemu". Poi, solitamente arcturus ha impostata la porta "3000". Vedo che tu hai inserito "90".
 
Il punto è questo... non riesco a capire se il file c'è effettivamente. Puoi farmi uno screenshot della posizione assoluta del file? (Secondo pulsante -> Dettagli -> Percorso)
 
Come sospettavo. Il config ha "PRODUCTION-201607262204-86871104"
Mentre i file si trovano in "PRODUCTION-2019BLABLA"
 
Stato
Discussione chiusa ad ulteriori risposte.