Problema problema retro! Host non funzionante

pinolose

Utente Medio
Autore del topic
3 Settembre 2012
230
0
Miglior risposta
0
Ciao ho creato un retro cms e db Dnt v2 emu phoneix 3.7.1 Sono andato su no-ip e ho creato un host( bhh.zapto.org) e nella configurazione ho messo l'host ma se vado sul host non va, invece se vado su localhost si.
Questo e il config.php
<?php
/*===================================================+
|| # HoloCMS - Website and Content Management System
|+===================================================+
|| # Copyright © 2012 DnT [Tutti i diritti riservati]
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================+
|| # DnT HoloCMS v2 - Created By Donatello (DnT)
|| #
Perfavore, Entra oppure Registrati per vedere i Link!

|+===================================================*/

/*-------------------------------------------------------*\
| ****** NOTE REGARDING THE VARIABLES IN THIS FILE ****** |
+---------------------------------------------------------+
| If you get any errors while attempting to connect to |
| MySQL, you will need to email your webhost because we |
| cannot tell you the correct values for the variables |
| in this file. |
\*-------------------------------------------------------*/

// ****** MASTER DATABASE SETTINGS ******
// These are the settings required to connect to your MySQL Database.
$sqlhostname = "localhost";
$sqlusername = "root";
$sqlpassword = "parola";
$sqldb = "obin";

// ****** STATUS CHECKS SYSTEM ******
// This option will allow HoloCMS to perform full status checks. This,
// however, slows down your site A LOT. It is therefore disabled by
// default.
$enable_status_image = "0";

// ****** SITE PATH ******
// The full URL to your site; with an slash added on the end.
$path = "http://bhh.zapto.org/";

// ****** REFFERAL REWARD ******
// The amount of credits a user recieves upon referring a friend to the
// hotel. Set to '500' by default.
$reward = "50";

// ****** HOLOCMS SYSTEM ADMINISTRATOR ******
// User ID of the System Administrator. Will be granted access to sensitive
// features. Set to '1' by default. This setting will not change your
// ingame priveliges.
$sysadmin = "1";

// ****** HOLOCMS ENCRYPTION SYSTEM ******
// How HoloCMS stores passowrds.
// Do NOT manually change this unless you know what you are doing,
// doing so may corrupt your database.
$encryption = "new";
$hashtext = "";

// ****** BADGES ******
// Where badges are located.
$cimagesurl = "http://dnt.webnet32.com/DCR/c_images/";
$badgesurl = "album1584/";

// ****** EMAIL VERIFY ******
// Email verification settings
$email_verify = true;
$email_force_verify = false;
$email_verify_reward = "500";

// ****** FACEBOOK ******
// Impostazioni Facebook e Twitter.
$fbpage = "LINK PAGINA FACEBOOK";
$twpage = "LINK PAGINA TWITTER";
?>
e questo e il pezzo di flash.php che penso vada modificato:
if (top == self) {
FlashHabboClient.cacheCheck();
}
var flashvars = {
"client.allow.cross.domain" : "1",
"client.notify.cross.domain" : "0",
"connection.info.host" : "127.0.0.1",
"connection.info.port" : "30000",
"site.url" : "http://bhh.zapto.org",
"url.prefix" : "http://bhh.zapto.org",
"client.reload.url" : "http://bhh.zapto.org/client",
"client.fatal.error.url" : "http://bhh.zapto.org/disconnesso",
"client.connection.failed.url" : "http://127.0.0.1/disconnesso",
"external.variables.txt" : "http://dnt.webnet32.com/DCR/gamedata/external_variables.txt?username=<?php echo $mynickname[0]; ?>",
"external.texts.txt" : "http://dnt.webnet32.com/DCR/gamedata/external_flash_texts.txt",
"productdata.load.url" : "http://dnt.webnet32.com/DCR/gamedata/productdata.txt",
"furnidata.load.url" : "http://dnt.webnet32.com/DCR/gamedata/furnidata.txt",
"use.sso.ticket" : "1",
"sso.ticket" : "<?php echo $myticket; ?>",
<?php
if($forward)
{
echo '"forward.type" : "'.$forward_type.'",';
echo '"forward.id" : "'.$roomid.'",';

}

if(isset($_GET['friendId']))
{
echo '"friend.id" : "'.mysql_real_escape_string($_GET['friendId']).'",';
}
?>
"processlog.enabled" : "0",
"account_id" : "0",
"client.starting" : "Attendi perfavore! Haddo sta caricando.",
"flash.client.url" : "http://dnt.webnet32.com/DCR/gordon/",
"user.hash" : "",
"has.identity" : "1",
"flash.client.origin" : "popup"
};
var params = {
"base" : "http://dnt.webnet32.com/DCR/gordon/",
"allowScriptAccess" : "always",
"menu" : "false"
};

if (!(HabbletLoader.needsFlashKbWorkaround())) {
params["wmode"] = "opaque";
}

FlashExternalInterface.signoutUrl = "logout.php";

var clientUrl = "http://dnt.webnet32.com/DCR/gordon/Habbo.swf";
swfobject.embedSWF(clientUrl, "flash-container", "100%", "100%", "10.0.0", "http://dnt.webnet32.com/DCR/flashclient/expressInstall.swf", flashvars, params);

window.onbeforeunload = unloading;
function unloading() {
var clientObject;
if (navigator.appName.indexOf("Microsoft") != -1) {
clientObject = window["flash-container"];
} else {
clientObject = document["flash-container"];
}
try {
clientObject.unloading();
} catch (e) {}
}

Ho sbagliato qualcosa?
@Mirors @~Cards
 
Riferimento: problema retro! Host non funzionante

Ti devi loggare da localhost, è normale.
Solo gli user devono loggare dal sito.
 
Riferimento: problema retro! Host non funzionante

Evvero pure a me succede così lo so gia.... xD
Devi anadare su xampp e clicca "admin" su apache XD
 
Riferimento: problema retro! Host non funzionante

su
"connection.info.host" : "127.0.0.1", ,nel client ,
al posto di 127.0.0.1 metti il tuo ip/host
:fighetto:

sei sicuro di aver sbloccato le porte 80 ; 90 ;3306 ; 30000 ?
 
Riferimento: problema retro! Host non funzionante

Devi loggare da localhost.
La configurazione è Ok! Risolto?