Aller au contenu

romuald34400

Membre
  • Compteur de contenus

    1
  • Inscription

  • Dernière visite

Visiteurs récents du profil

Le bloc de visiteurs récents est désactivé et il n’est pas visible pour les autres utilisateurs.

Le palmarès de romuald34400 !

Nouveau

Nouveau (1/8)

0

Réputation sur la communauté

  1. Bonjour, Je me permets d'ouvrir un sujet concernant un problème rencontré pour ma part, je précise avant toutes chose que cela fait 3 jours que j'épluche internet et les forums pour essayer toutes les possibilités mais aucunes réponses ne règle mon problème. J'ai essayé plusemu,habbmoon, rp emu, comet. Avec le cms systemCMS, puis toujours le même soucis. J'ai éssayé au moins 5 prods, et le problème persiste: Le client charger jusqu'à 59% puis 60%, puis redescend à 59% puis monte a 68% puis bloque a 76%. Je tourne actuellement avec comet, illumina recodé pour Comet et la PRODUCTION-201701242205-837386173. J'aimerai garder si possible ce serveur. J'ai vérifié de nombreuses reprises mes liens et mes swf : Mon lightcms avec la partie concernée. // Site Information (IMPORTANT) public $site_url = "https://disil.fr"; public $site_name = "Disil Hotel"; public $site_short = "Disil"; public $facebook_account = "ZapHotel"; public $twitter_account = "zaphotelnet"; public $maintenance = false; public $thehabbos_enabled = true; public $thehabbos_username = "jontyzap"; public $c_images = "https://disil.fr/c_images"; // Misc Settings public $pin_enabled = true; public $pin_code = "1234"; public $FORCE_SSL = true; public $flash_client_dump = true; public $mus_ip = 'xxx.xxx.xxx.xx'; public $mus_port = '30001'; // Registration Controls public $max_per_ip = 30; public $reg_enabled = true; public $default_credits = "15000"; public $default_pixels = "15000"; public $default_homeroom = "598898"; public $default_look = "hd-180-2.sh-290-92.lg-275-92.ch-3030-63.hr-831-61"; public $default_rank = "2"; public $default_motto = "I am new at Zap, hey!"; public $default_gender = "M"; // Server Settings public $server_type = "Butterfly"; // Phoenix or Butterfly // Caching Settings public $apc_enabled = false; // Client Settings public $connection_info_host = "xxx.xxx.xxx.xx"; public $connection_info_port = "30000"; public $variables = "https://disil.fr/GAME/gamedata/external_variables.txt"; public $texts = "https://disil.fr/GAME/gamedata/external_flash_texts.txt"; public $override_texts = "https://disil.fr/GAME/gamedata/external_flash_override_texts.txt"; public $productdata = "https://disil.fr/GAME/gamedata/productdata.txt"; public $furnidata = "https://disil.fr/GAME/gamedata/furnidata.xml"; public $baseurl = "https://disil.fr/GAME/gordon/PRODUCTION-201701242205-837386173/"; public $habbo_swf = "https://disil.fr/GAME/gordon/PRODUCTION-201701242205-837386173/Habbo.swf"; public $loadingtext = "Please wait! Disil is loading."; (le Habbo.swf est celui fourni avec Comet) Et mon variables : le début : activity.point.display.enabled=true ads.domain=disil.fr/GAME akamai.debugging.enabled=false app.review.triggers=purchase,respect app.review.url.android= app.review.url.ios=itms-apps://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=794866182 avatar.editor.character.update.url=${url.prefix}/profile/characterupdate avatar.editor.url=${url.prefix}/profile avatar.expressions_menu.enabled=true avatar.ignored.bubble.enabled=true la fin: zendesk.url=https://help.habbo.com/home zoom.enabled=1 productdata.load.url=https://disil.fr/GAME/gamedata/productdata.txt external.texts.txt=https://disil.fr/GAME/gamedata/external_flash_texts.txt external.override.variables.txt=https://disil.fr/GAME/gamedata/override/external_override_variables.txt flash.client.url=//disil.fr/GAME/gordon/PRODUCTION-201701242205-837386173/ furnidata.load.url=https://disil.fr/GAME/gamedata/furnidata.xml external.variables.txt=https://disil.fr/GAME/gamedata/external_variables.txt external.override.texts.txt=https://disil.fr/GAME/gamedata/override/external_flash_override_texts.txt external.figurepartlist.txt=https://disil.fr/GAME/gamedata/figuredata.xml mon client : <?php /* _____ _ _ _ |_ _| | | (_) | | | | |_ _ _ __ ___ _ _ __ __ _ | | | | | | | | '_ ` _ \| | '_ \ / _` | _| |_| | | |_| | | | | | | | | | | (_| | |_____|_|_|\__,_|_| |_| |_|_|_| |_|\__,_| Illumina CMS by Jonteh (http://zaphotel.net/) RaGEZONE Thread for updates & help: http://forum.ragezone.com/f353/rel-illumina-cms-php-oop-917506/ */ require_once "required.php"; if(!$users->isLogged()) { header ("Location: " . WWW . "/"); } else if(isset($_GET["e"])) { $e = $db->real_escape_string($_GET["e"]); if($e == "flash_client_error") { echo "<font face='verdana> <center> <b>" . $light->site_name . " - Client Error</b><hr>"; if($light->flash_client_dump) { foreach($_POST as $key => $val) { echo $key . "=" . $val . " . <br />"; } } } exit; } else if($light->pin_enabled == true && !isset($_SESSION["Pincode_Passed"]) && $users->userVar(USERNAME, 'rank') >= 6) { header ("Location: " . WWW . "/client_denied"); } /*$allowed = array('jonteh', 'gosan', 'corey', 'moogly', 'pyramids', 'kid'); if(!in_array(strtolower(USERNAME), $allowed)) exit;*/ $sso = $users->genSSO(); $db->real_query("UPDATE players SET last_ip = '" . $_SERVER["REMOTE_ADDR"] . "', auth_ticket = '" . $sso . "' WHERE id = '" . USER_ID . "'"); $tpl->assign('connection_info_host', $light->connection_info_host); $tpl->assign('connection_info_port', $light->connection_info_port); $tpl->assign('variables', $light->variables); $tpl->assign('texts', $light->texts); $tpl->assign('override_texts', $light->override_texts); $tpl->assign('productdata', $light->productdata); $tpl->assign('furnidata', $light->furnidata); $tpl->assign('baseurl', $light->baseurl); $tpl->assign('habbo_swf', $light->habbo_swf); $tpl->assign('loadingtext', $light->loadingtext); $tpl->assign('sso', $sso); $tpl->draw('client'); ?> Je poste l'erreur qui me parvient sur mon serveur avec chaque prod Ainsi que la console ( le pare feu vps est desactivé ) Merci de votre aide !
×
×
  • Créer...