Problema Problema HaDDo dcr v4.3

:..pato:..

Utente Attivo
Autore del topic
16 Marzo 2009
398
56
Miglior risposta
0
Salve ragazzi.. ho un problema con i dcr di Haddo.. li ho hostati in locale, li ho messo nella cartella
Perfavore, Entra oppure Registrati per vedere i Link!
di iis ma non fungono.. ovvero quando accedo al client mi spunta tutto bianco.. mentre se metto i dcr su "ASSETS".. mi spunta un errore.. come posso risolvere???

@Cix10, @System32, @,Snake,
 
Salve ragazzi.. ho un problema con i dcr di Haddo.. li ho hostati in locale, li ho messo nella cartella
Perfavore, Entra oppure Registrati per vedere i Link!
di iis ma non fungono.. ovvero quando accedo al client mi spunta tutto bianco.. mentre se metto i dcr su "ASSETS".. mi spunta un errore.. come posso risolvere???

@Cix10, @System32, @,Snake,

Devi metterli per forza nella cartella assets del cms.
Comunque fai uno screen dell'errore di quando li metti nella cartella assets.
 
Devi metterli in assets/swf e configurare l'external_variables che si trova dentro gamedata. Dopodiché configura il gioca.php . :emoji_slight_smile:
 
Salve ragazzi.. ho un problema con i dcr di Haddo.. li ho hostati in locale, li ho messo nella cartella
Perfavore, Entra oppure Registrati per vedere i Link!
di iis ma non fungono.. ovvero quando accedo al client mi spunta tutto bianco.. mentre se metto i dcr su "ASSETS".. mi spunta un errore.. come posso risolvere???

@Cix10, @System32, @,Snake,

Allora, se stai usando haddocms v4.3, i dcr vanno in assets/swfs, dato che nel config.class.php la directory e quella, sennò puoi tenerli in wwwroot e cambiare la directory dalla configurazione. :emoji_slight_smile:

Devi metterli in assets/swf e configurare l'external_variables che si trova dentro gamedata. Dopodiché configura il gioca.php . :emoji_slight_smile:

Su haddo non c'è il gioca.php, si fa tutto dal config.class, non dare info sbagliate che potresti farlo sbagliare.
 
Ho messo i dcr sulla cartella ; ASSETS/SWF.. ma niente.. il problema persiste.. Spunta sempre il client bianco.

p.s i dcr che ho messo sulla cartella swf sono; Gamedata, dcr, gordon, c_images,

Aiutatemi D:
 
Ho messo i dcr sulla cartella ; ASSETS/SWF.. ma niente.. il problema persiste.. Spunta sempre il client bianco.

p.s i dcr che ho messo sulla cartella swf sono; Gamedata, dcr, gordon, c_images,

Aiutatemi D:

Fammi uno screen della cartella assets.
Hai configurato l'external_variables.php?
 
@Cix10 ecco lo screen della cartella:"
2cgznlf.png
"

p.s gli external_variables li ho modificati.. ho eliminato link haddo e messo il link del mio retro.
 
ehhk6w.png


- - - Aggiornato - - -

<?php
/*
###############################################################################################
# #
# _ _ _ _ _____ __ __ _____ #
# | | | | | | | | / ____| \/ |/ ____| #
# | |__| | __ _ __| | __| | ___ | | | \ / | (___ #
# | __ |/ _` |/ _` |/ _` |/ _ \| | | |\/| |\___ \ #
# | | | | (_| | (_| | (_| | (_) | |____| | | |____) | #
# |_| |_|\__,_|\__,_|\__,_|\___/ \_____|_| |_|_____/ #
# #
# #
# © HaddoCMS ~ Made by Impossibol and Raikas77 #
# This cms is made for habbo related retro hotels/sites. #
# Please, don't claim this Control Management System as your #
# own made cms. #
# #
###############################################################################################
*/
/** DATABASE */
$_WEBSITE["DB"]["host"] = "localhost"; // HOST

$_WEBSITE["DB"]["username"] = "root"; // NOME MYSQL

$_WEBSITE["DB"]["password"] = "vincenzino96"; // PASSWORD MYSQL

$_WEBSITE["DB"]["database"] = "db"; // DATABASE NOME

/** CMS */

$_WEBSITE["CMS"]["url"] = "http://slaexitalia.zapto.org"; // WEBSITE CON HTTP:// DAVANTI MA SENZA SLASH FINALE. ESEMPIO: http://google.it

$_WEBSITE["CMS"]["psswd_hash"] = "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\(ugf*/"; // PASSWORD HASH (NON CAMBIARE)

$_WEBSITE["CMS"]["maintenance"] = false; // ATTIVA MANUTENZIONE . MANUTENZIONE ATTIVA = TRUE | MANUTENZIONE NON ATTIVA = false

$_WEBSITE['codicestaff'] = "slaexitaliav96"; // CODICE STAFF PER CLIENT E HOUSEKEEPING

$_WEBSITE["CMS"]['facebook'] = "http://www.facebook.com"; // TUA PAGINA FACEBOOK


//////////////////////////////////////////

$url_sito = 'slaexitalia.zapto.org'; // URL DEL SITO SENZA HTTP:// E SLASH FINALE. EXEMPIO: www.google.it
$richiesta = $_SERVER['SERVER_NAME'];
if($url_sito != $richiesta){

Redirect('http://slaexitalia.zapto.org/'); // ATTENZIONE ---- URL DEL SITO MA QUESTA VOLTA CON HTTP:// E SLSH FINALE. ESEMPIO: http://www.google.it/ ----- ATTENZIONE //
}



$_WEBSITE["CMS"]["build"] = "HaddoCMS V4.3.1"; // // Lasciare così

$_WEBSITE["CMS"]["language"] = "it"; // Lasciare così


/** HOTEL */
$_WEBSITE["HTL"]["name"] = "Slaex"; // NOME DEL TUO HOTEL

$_WEBSITE["HTL"]["motto"] = "Slaex Italia "; // Motto appena si registrano

$_WEBSITE["HTL"]["credits"] = "10000"; // Crediti di partenza

$_WEBSITE["HTL"]["owner"] = "Vicio96"; // Nome del founder dell'hotel

$_WEBSITE["HTL"]["year_since"] = "2014"; // Anno

$_WEBSITE["HTL"]["email"] = "xvincyx_m@hotmail.it"; // E-mail del founder

/** CLIENT */
$_WEBSITE['CLIENT']['server_ip'] = "79.41.33.227"; // IP PER CONNETTERSI AL CLIENT

$_WEBSITE['CLIENT']['server_port'] = "2003"; // PORTA DELL'EMULTORE

$_WEBSITE['CLIENT']['external_vars'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gamedata/external_variables.php'; //URL EXTARNAL VARIABLES

$_WEBSITE['CLIENT']['external_texts'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gamedata/external_flash_texts.txt'; //URL external texts

$_WEBSITE['CLIENT']['product_data'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gamedata/productdata.txt'; //URL productdata

$_WEBSITE['CLIENT']['furni_data'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gamedata/furnidata.txt'; //URL furnidata

$_WEBSITE['CLIENT']['figure_data'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gamedata/:emoji_relieved:.xml'; //URL furnidata

$_WEBSITE["CLIENT"]["base"] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gordon/r63'; //URL DELLA TUA CARTELLA DEGLI SWF, OVVERO DOVE C'E ANCHE L'HABBO.SWF (Non mettere lo '/' alla fine)

$_WEBSITE['CLIENT']['swf_folder'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gordon/r63'; //URL DELLA TUA CARTELLA DEGLI SWF, OVVERO DOVE C'E ANCHE L'HABBO.SWF (Non mettere lo '/' alla fine)

$_WEBSITE['CLIENT']['swf_hotelswf'] = $_WEBSITE["CMS"]["url"] . 'http://slaexitalia.zapto.org/assets/swf/gordon/r63/Haddo.swf'; // URL DEL TUO HABBO.SWF


$conn = new mysqli($_WEBSITE["DB"]["host"], $_WEBSITE["DB"]["username"], $_WEBSITE["DB"]["password"], $_WEBSITE["DB"]["database"]); // NON TOCCARE


$_WEBSITE["CMS"]["config.class"] = true; //NON TOCCARE
?>

ecco il config

- - - Aggiornato - - -

<?php
function topbg(){


$hours = intval(date("G"));
if($hours >= 7 && $hours < 17 )
return 1;
if(($hours >= 17 && $hours <= 23) || ($hours >= 0 && $hours < 7))
return 2;


}
?>
simple.memenu.enabled=1
feed.badge_decorations.album=Feed_Badges
image.library.questing.url=http://slaexitalia.zapto.org/assets/swf/c_images/Quests/
productdata.load.url=http://slaexitalia.zapto.org/assets/swf/gamedata/productdata.txt
logout.url=http://%predefined%/disconnected
viral.furni.post_type=appRequest
image.library.playlist.url=http://slaexitalia.zapto.org/assets/swf/c_images/playlist/
billboard.adwarning.left.url=AdWarningsUK/ad_warning_L.png
navigator.default.view=public
latencytest.interval=20000
furnidata.load.url=http://slaexitalia.zapto.org/assets/swf/gamedata/furnidata.txt
external.figurepartlist.txt=http://slaexitalia.zapto.org/assets/swf/gamedata/:emoji_relieved:.xml
image.library.url=http://slaexitalia.zapto.org/assets/swf/c_images/
external.texts.txt=http://slaexitalia.zapto.org/assets/swf/gamedata/external_flash_texts.txt
latencytest.report.delta=100
flash.dynamic.download.name.template=%typeid%.swf
<?php
if(topbg() == 1) { ?>
client.hotel_view.image=hotel_view_images_hq/hotelview_april11.png
<?php }else{ ?>
client.hotel_view.image=hotel_view_images_hq/hotelview_night.png
<?php } ?>
billboard.adwarning.right.url=AdWarningsUK/ad_warning_R.png
image.library.catalogue.url=http://slaexitalia.zapto.org/assets/swf/c_images/catalogue/
flash.dynamic.download.url=http://slaexitalia.zapto.org/assets/swf/dcr/hof_furni/
flash.dynamic.download.samples.template=mp3/sound_machine_sample_%typeid%.mp3
feed.badge_decorations.decoration_id=001
avatareditor.allowclubtryout=1
dynamic.download.name.template=hh_furni_xx_%typeid%.cct
link.friendbar.stream.settings.see.more=http://%predefined%/articles/2548-whats-new
private.image.library.url=http://slaexitalia.zapto.org/assets/swf/c_images/
logout.disconnect.url=http://%predefined%/disconnected
hotelview.banner.url=http://slaexitalia.zapto.org/assets/swf/gamedata/banner
latencytest.report.index=3
dynamic.download.samples.template=%typeid%.cct
dynamic.download.url=http://slaexitalia.zapto.org/assets/swf/dcr/hof_furni/
client.allow.facebook.like=1
infostand.use.button.enabled=true
friendbar.stream.enabled=true
catalog.drag_and_drop=true
link.format.friendlist.pref=http://%predefined%/profile/friendsmanagement?tab=6
club.membership.extend.vip.promotion.enabled=true
group.badge.url=http://slaexitalia.zapto.org/assets/swf/c_images/habbo-imaging/badge.php?badge=%imagerdata%.gif
room.dragging.always_center=0
roomenterad.habblet.enabled=true
questing.showDetailsForNextQuest=false
supersaverads.video.promo.development.mode=true
habboinfotool.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/scam_userinfo_new.action?searchParamName=username&database=Stats&searchParamValue=
link.format.credits=http://%predefined%/credits
friendbar.requests.enabled=true
lagWarningLog.enabled=1
hover.name.enabled=false
client.toolbar.static.enabled=true
questing.useWing=true
questing.startQuestDelayInSeconds=10
client.hotel_view.show_on_startup=1
cfh.usercategories.withnoharasser=101,102,103,104,105,106
catalog.furniture.animation=false
group.homepage.url=/groups/%groupid%/id
roominfo.widget.enabled=1
navigator.always_open_after_login=0
client.minimail.embed.enabled=true
interstitial.enabled=false
friend_bar.helper.friend_finding.enabled=true
pixels.enabled=true
supersaverads.video.promo.enabled=false
welcome.screen.enabled=0
link.format.club=http://%predefined%/credits/habboclub
club.subscription.disabled=1
toolbar.new_additions.notification.enabled=true
cfh.usercategories.withharasser=101,102,103,104,105,106
client.fatal.error.url=http://%predefined%/client_error
embed.showInRoomInfo=true
moderatoractionlog.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/moderator_activity.action?searchCriteria.habboName=
groupBadgeInfo.enabled=true
friendbar.stream.user.enabled=true
interstitial.interval=120000
purse.widget.currency.shells.enabled=1
interstitial.show.time=5000
roomadmin.url=https://theallseeingeye.sulake.com/ase/habbo/us/housekeeping/extra/hobba/roomadmin_search.action?searchParamType=3&searchParamValue=
client.allow.external.links=1
menu.avatar.enabled=true
client.credits.embed.enabled=true
link.format.mail.compose=http://%predefined%/me#mail/compose/%recipientid%/%random%/
room.rating.enable=1
navigator.colorlimit.yellow=50
interstitial.max.displays=8
questing.defaultCampaign=room_builder
trax.player.sample.memory.purge.enabled=1
friendbar.notifications.enabled=true
friendbar.stream.liking.enabled=true
menu.own_avatar.enabled=1
navigator.colorlimit.orange=80
link.format.collectibles=http://%predefined%/credits/collectibles
link.format.userpage=http://%predefined%//rd/%ID%
club.membership.extend.basic.promotion.enabled=true
avatar.widget.enabled=1
navigator.default_tab=official
client.logout.enabled=true
friendbar.stream.status.enabled=true
infostand.report.show=1
subscription.reminder.when.days.left=5
navigator.colorlimit.red=92
client.news.embed.enabled=true
purse.widget.enabled=1
ecco i variables
 
@:..pato:.. Anch'io avevo questo problema, ed ho risolto così: Sostituisci l'external_variables e il config.class con questi:

external_variables:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

config.class:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

Dopo aver fatto ciò fai assolutamente questa cosa!

Crea la cartella "r63" in htdocs, esportaci i DCR e prova ad entrare in hotel ;)
 
@Cix10, @,Snake, Provato tutti i modi che avete detto.. ma niente. anzi, quando eseguo i passaggi di cix10 mi carica perfettamente e poi si blocca nella schermata nera. :emoji_slight_frown:
 
@Cix10, @,Snake, Provato tutti i modi che avete detto.. ma niente. anzi, quando eseguo i passaggi di cix10 mi carica perfettamente e poi si blocca nella schermata nera. :emoji_slight_frown:

Allora prova così, funzionerà di sicuro ;)

external_variables:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

config.class:
PHP:
Perfavore, Entra oppure Registrati per vedere i codici!

P.S: RICORDATI DI CONFIGURARE IL config.class E DI CREARE LA CARTELLA r63 IN htdocs, ED ESTRAICI I DCR DENTRO.
 
@,Snake con questo config.class non và.. spunta il client bianco.. Potresti entrare Con Teamviewer e aiutarmi?? Magari poi posto qual'era il problema e chiedo il "PROBLEMA RISOLTO"