Zaloguj się by uzyskać pełen dostęp. Nie masz jeszcze konta? Założ je już teraz w kilka sekund.
GTAONLINE.PL
Tematy otagowane jako: 4.0.24
1. [DM] Valhalla MTA RolePlay 4.0.24
Witam mam taki problem z Valhall? , ?e nie wiem co wpisa? w UCP. S?ysza?em ,?e tam si? wpisuje dane strony no ale nie ogarniam troche tego za pomoc du?o piwek ;D

Kod:

<?php
$Config = array();

// Server Database
$Config['database'] = array();
$Config['database']['hostname'] = '127.0.0.1';
$Config['database']['username'] = '';
$Config['database']['password'] = '';
$Config['database']['database'] = '';

$Config['SMTP'] = array();
$Config['SMTP']['hostname'] = '127.0.0.1';
$Config['SMTP']['port'] = 25;
$Config['SMTP']['username'] = '';
$Config['SMTP']['password'] = '';
$Config['SMTP']['from'] = '';

$Config['server'] = array();
$Config['server']['hostname'] = '';
$Config['server']['username'] = '';
$Config['server']['password'] = '';
$Config['server']['hashkey'] = '';

?>