1- zamien na swoje miasto id$player->setTownId(1);
$config['site']['worlds'] = array(0 => 'Nerwy');
$config['site']['newchar_towns'][1] = array(1);
$config['site']['newchar_towns'][0] = array(1);
3) Wchodzimy w /xampp/htdocs/config/config.php. Nast?pnie szukamy linijki/ek
Kod PHP:
$config['site']['newchar_towns']
to nie mam configu tylko plik XAMPP, index.html i index.php w kt?rym mam/xampp/htdosc
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/xampp/');
exit;
?>
Something is wrong with the XAMPP installation :-(