Mah... se voglio mettere locale ho gia il pack ho configurato external-variables con il mio sito.. adesso n so come devo configurare i link per il config perche questa cms ha solo il config ... ecco il config :
<?php
if(!defined('Start')) exit('403');
class Config {
## Nome del retro
static $name = 'F0v';
## Style in uso
static $style = 'habbo';//NON TOCCARE
## È in manutenzione? (true = Sì, false = No)
static $maintenance = false;
## Account Facebook
static $facebook = 'fovpack';
## MySQL Config
static $DB = Array(
'persistent' => true,
'hostname' => '127.0.0.1',
'loginname' => 'root',
'password' => '123',
'database' => 'data',
);
## Configurazione Client/SWF
static $clientValues = Array(
'host' => 'http://rabbes.free-h.net',
'swf' => 'http://rabbes.free-h.net/fov/',
'habbo' => 'http://rabbes.free-h.net/fov/hbb.swf',
'vars' => 'http://rabbes.free-h.net/fov/gamedata/external_variables.txt',
'texts' => 'http://rabbes.free-h.net/fov/gamedata/external_flash_texts.txt'
);
## Connessione all'emulatore
static $emuValues = Array(
'host' => '93.147.11.184',//IP Emulatore
'port' => '30000'//PORTA Emulatore
);
## Impostazioni del register
static $reg_values = Array(
'motto' => 'Benvenuto!',
'credits' => '80000',
'activity_points' => '1000',
'home_room' => '0',
'rank' => '1',
'vip' => '0'
);
static $reg_looks = Array(
'male' => 'ch-3185-92.lg-285-91.hr-828-61.hd-190-3.sh-290-62',
'female' => 'hd-600-3.lg-720-66.sh-735-68.ch-3014-70.hr-834-61',
);
## File di errore 404 (non toccare)
static $errorfile = 'error';
## Permessi nell'housekeeping
static $hk_rank = Array(
'inizio' => 3,
'chatlog' => 4,
'news' => 4,
'ban' => 5,
'utenti' => 6
);
## Se hai questo rank o maggiore non puoi essere bannato
static $minnostaffban = 3;
## Tempo di durata dei cookie (NON TOCCARE)
static $cookie_time = 216000;
## Hash per la password (se la cambi con gli utenti registrati, non potranno più entrare)
static $hash_function = 'sha1($input . "xCg532%@%gdvf^5DGaa6&*rFTfg^FD4\$OIFThrR_gh(ugf*/")';
## Blocco degli IP
static $blocked_ips = Array(
'nessuno'
);
}
?>
--------------------------------------------------------------------------------------------------------------------------------------------
@
404Error