Matheeus

Amministratore
Autore del topic
Amministratore
Redattore
28 Dicembre 2006
3.844
157
Miglior risposta
0
Ho un problema:

Uso UberCMS (DI CUI SI PUO' PARLARE ESSENDO STATO RILASCIATO) però da oggi il loader crasha sempre subito dopo che si è caricato dando la pagina bianca con la faccina che piange (insomma la pagina di errore!) cosa posso fare? ho anche provato ad aggiornare i DCR ai v52 ma non cambia niente.
 
Prova a cambiare external e dovrebbe funzionare apri il file external che lo trovi nel cms in htdocs lo apri selezioni tutto cancelli e metti cosi

<?php
/*=======================================================================
| UberCMS - Advanced Website and Content Management System for uberEmu
| #######################################################################
| Copyright (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| #######################################################################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| #######################################################################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\======================================================================*/

require_once "global.php";

$id = '';

if (isset($_GET['id']))
{
$id = $_GET['id'];
}

switch ($id)
{
case "external_variables":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_variables");
$get = dbquery("SELECT * FROM external_variables");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;

case "external_flash_texts":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_flash_texts");
$get = dbquery("SELECT * FROM external_texts");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;
}

?>




ecco dovrebbe funzionare!

Cmq ti avviso che non si possono commentare post sul Uber Però Ho voluto aiutarti :emoji_smiley:

Spero di esserti stato d'aiuto
 
Ho un problema:

Uso UberCMS (DI CUI SI PUO' PARLARE ESSENDO STATO RILASCIATO) però da oggi il loader crasha sempre subito dopo che si è caricato dando la pagina bianca con la faccina che piange (insomma la pagina di errore!) cosa posso fare? ho anche provato ad aggiornare i DCR ai v52 ma non cambia niente.

Scimia ho il tuo stessissimo problema è da oggi e nn siamo sl noi 2 ma anche un altro mio amico identici problemi
 
Io ho lo stesso problema ma continua a fare la faccina triste e dico ke la mattina sono entrati alcuni miei amici quindi era funzionante come mai?
--------------- AGGIUNTA AL POST ---------------
ha no guarda o provato ora a fare una modifica e funziona ottimo aumento reputazione te lo meriti ! E anke un grazie
 
Ultima modifica:
Credo che habbo abbia cambiato qualche link :emoji_slight_frown:
 
Io ho lo stesso problema ma continua a fare la faccina triste e dico ke la mattina sono entrati alcuni miei amici quindi era funzionante come mai?
--------------- AGGIUNTA AL POST ---------------
ha no guarda o provato ora a fare una modifica e funziona ottimo aumento reputazione te lo meriti ! E anke un grazie

la modifica che ha dtt pietroADM?
 
Non ho capito dove devo mettere quelle scritte, in che file?
 
Nel file external che trovi in htdocs se non lo trovi clicca il tasto cerca del tuo pc e ti cerca la cartella in htdocs
 
Ti e entrato in Hotel? Cmq Penso di averti risposto perfettamente quindi Segnalo Per la chiusura
 
Si ma sti n00b della sulake hanno cambiato tutti i codici dei furni ed ora il catalogo non si capisce più NIENTE. Sono tutti i furni mischiati, bisogna rifare il catalogo con i nuovi codici oppure diventa impossibile farsi una room .-.
 
Si ma sti n00b della sulake hanno cambiato tutti i codici dei furni ed ora il catalogo non si capisce più NIENTE. Sono tutti i furni mischiati, bisogna rifare il catalogo con i nuovi codici oppure diventa impossibile farsi una room .-.

si inftt ai ragione cmq vb basta che hai risolto il problema del crash client

si può kiudere per problema risolto
 
Come avete risolto me lo spiegate per bene. Ho capito che bisogna cambiare il file externals, ma confrontando i codici con quello dell'UberCMS e quello di pietroAdm sono uguali. Per quelli che ci sono riuscito mi potete spiegare come avete fatto perpiacere?
 
allora cambia il file external con questo
<?php
/*================================================= ======================
| UberCMS - Advanced Website and Content Management System for uberEmu
| ################################################## #####################
| Copyright (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| ################################################## #####################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| ################################################## #####################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\================================================= =====================*/

require_once "global.php";

$id = '';

if (isset($_GET['id']))
{
$id = $_GET['id'];
}

switch ($id)
{
case "external_variables":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_variables");
$get = dbquery("SELECT * FROM external_variables");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;

case "external_flash_texts":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_flash_texts");
$get = dbquery("SELECT * FROM external_texts");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;
}

?>




POi DOPO QUESTO VAI IN PAGE-CLIENT E CAMBI I UK CON IT ;D
 
allora cambia il file external con questo
<?php
/*================================================= ======================
| UberCMS - Advanced Website and Content Management System for uberEmu
| ################################################## #####################
| Copyright (c) 2010, Roy 'Meth0d'
|
Perfavore, Entra oppure Registrati per vedere i Link!

| ################################################## #####################
| This program is free software: you can redistribute it and/or modify
| it under the terms of the GNU General Public License as published by
| the Free Software Foundation, either version 3 of the License, or
| (at your option) any later version.
| ################################################## #####################
| This program is distributed in the hope that it will be useful,
| but WITHOUT ANY WARRANTY; without even the implied warranty of
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
| GNU General Public License for more details.
\================================================= =====================*/

require_once "global.php";

$id = '';

if (isset($_GET['id']))
{
$id = $_GET['id'];
}

switch ($id)
{
case "external_variables":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_variables");
$get = dbquery("SELECT * FROM external_variables");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;

case "external_flash_texts":

echo @file_get_contents("http://hotel-it.habbo.com/gamedata/external?id=external_flash_texts");
$get = dbquery("SELECT * FROM external_texts");

while ($ext = mysql_fetch_assoc($get))
{
echo clean($ext['skey']) . '=' . clean($ext['sval'], true) . LB;
}

break;
}

?>




POi DOPO QUESTO VAI IN PAGE-CLIENT E CAMBI I UK CON IT ;D


Non deve cambiare nnt su page-client Deve solo inserire il client che Gli ho fornito nella Pagina external e basta e avviare l'emulatore cmq Secondo me ADA a configurato male L'emulatore perche un amico aveva lo stesso problema e gli ho risolto il Problema se ADA mi inserisce uno screen del config del emulatore e quella del inc-config che trova nella cartella del cms posso risolvergli il problema Quindi..