"nuovo" problema con hablog

isigolf

Utente Esperto
Autore del topic
29 Aprile 2008
1.105
0
Miglior risposta
0
salve ragazzi finalmente sono riuscito a far partire habblog.. quando vado a vedere la home page non mi vede l'immagini.. provo a entrare con l'account di prova,entro in hotel e a fine caricamento mi dà errore.. allora i cms ho messi quelli di valerio in italiano,la configurazione è OK ma non mi riesce propio a far vedere le immagini e a entrare in hotel... spero mi aiuterete! =D
 
salve ragazzi finalmente sono riuscito a far partire habblog.. quando vado a vedere la home page non mi vede l'immagini.. provo a entrare con l'account di prova,entro in hotel e a fine caricamento mi dà errore.. allora i cms ho messi quelli di valerio in italiano,la configurazione è OK ma non mi riesce propio a far vedere le immagini e a entrare in hotel... spero mi aiuterete! =D



Per il problema che non ti entra:
Il server è aperto?
Hai un router?
Usi Hamachi?

-----------------------

Per il problema delle immagini:

Posta il tuo config.php (il contenuto)
 
ho fastweb,server aperto e uso hamachi.. nel no-ip ho messo infatti l'ip di hamachi
 
scusa mi ero dimenticato del config.
<?
// CONFIG TO INSTALL
$database = "C:\Documents and Settings\User\Desktop\Hablog\SERVER\database";
$host = "knighthotel.no-ip.biz";
$web = "knighthotel.no-ip.biz";
// CONFIG TO INSTALL

$maintenance = "0";
$images = "http://$host/c_images";
$formate = "png";
$quests = "0";
$name = "KnightHotel";
$name_big = "KNIGHTHOTEL";
$port = "1232";


///////////////////
// HELPTOOL //
/////////////////
$a = "Hablog X";
$b = "Moderators";
$c = "Administrators";
$d = "About the Server";
$e = "Hablog Way";
$f = "Trading";
$g = "Bans";
$h = "Console";
$i = "Scripting";
$j = "Furnitures";
$k = "Catalogue";
$l = "Infobus";
$m = "Navigator";
$n = "Safety";
$o = "Technical Problems";
$p = "Disconnect Problems";
$q = "Guest Rooms";
$r = "Hablog Club";
$s = "Hablog Credits";
$t = "Access Problems";
$u = "Controlling your Hablog";
$v = "Privacy";
$w = "Commands";
$x = "eMail Problems";
$y = "Mission";
$z = "Style";

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// HabLog Resource Coperation
// // // // //
// // // // //
// ////////// //////////
// // // // //
// // // // //
// HabLog Resource Coperation
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>
 
Non so se può risolverti il problema ma dove dice
$host = "knighthotel.no-ip.biz";
$web = "knighthotel.no-ip.biz";
su $web devi mettere
$web = "http://knighthotel.no-ip.biz";

Ciauz :emoji_slight_smile:
 
Con questo codice, sistemerai il problema delle immagini.. per l'altro problema non sò.. Prova.

<?
// CONFIG TO INSTALL
$database = "C:/Documents and Settings/User/Desktop/Hablog/SERVER/database";
$host = "knighthotel.no-ip.biz";
$web = "knighthotel.no-ip.biz";
// CONFIG TO INSTALL

$maintenance = "0";
$images = "http://$host/c_images/Hablog";
$formate = "png";
$quests = "0";
$name = "KnightHotel";
$name_big = "KNIGHTHOTEL";
$port = "1232";


///////////////////
// HELPTOOL //
/////////////////
$a = "Hablog X";
$b = "Moderators";
$c = "Administrators";
$d = "About the Server";
$e = "Hablog Way";
$f = "Trading";
$g = "Bans";
$h = "Console";
$i = "Scripting";
$j = "Furnitures";
$k = "Catalogue";
$l = "Infobus";
$m = "Navigator";
$n = "Safety";
$o = "Technical Problems";
$p = "Disconnect Problems";
$q = "Guest Rooms";
$r = "Hablog Club";
$s = "Hablog Credits";
$t = "Access Problems";
$u = "Controlling your Hablog";
$v = "Privacy";
$w = "Commands";
$x = "eMail Problems";
$y = "Mission";
$z = "Style";

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// HabLog Resource Coperation
// // // // //
// // // // //
// ////////// //////////
// // // // //
// // // // //
// HabLog Resource Coperation
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
?>