nazywam się Adrian i jest to mój pierwszy post na tym forum

Chcę przetestować pewien skrypy (phpYellow - skrypt ogłoszeń drobnych) ponieważ chcę założyć skromny portal ogłoszeniowy. Problemy pojawiły się przy instalacji a mianowicie:
Doszedłem do momentu w którym muszę skonfigurować plik instalacyjny (?):
Cytat
The Install Helper needs you to MANUALLY configure data. Do the following:
1. find util-dist.php in the /phpyellow folder
2. open util-dist.php in a non invasive html or text editor (one that doesn't change the code without you knowing) with wordwrap turned OFF
3. change the CONSTANT lowercase values to reflect your MySQL database & install directory:

4. check that the INSTALLPATH to your actual web URL has a trailing forward slash " / ":
* Example: define("INSTALLPATH", "http://www.yourdomain.com/phpyellow/");
5. save the modified file as util.php on your server in the /phpyellow folder
To continue, please click on the "Next" button.
1. find util-dist.php in the /phpyellow folder
2. open util-dist.php in a non invasive html or text editor (one that doesn't change the code without you knowing) with wordwrap turned OFF
3. change the CONSTANT lowercase values to reflect your MySQL database & install directory:

4. check that the INSTALLPATH to your actual web URL has a trailing forward slash " / ":
* Example: define("INSTALLPATH", "http://www.yourdomain.com/phpyellow/");
5. save the modified file as util.php on your server in the /phpyellow folder
To continue, please click on the "Next" button.
No więc zrobiłem:
Kod
<?php
$todaysTextDate = date("l F j, Y");
$todaysDate = date("Y-m-d");
// build the database connection CONSTANTS
define("DBNAME", "etiud_cba_pl" );
define("DBUSERNAME", "yellow22");
define("DBPASSWORD", "haslo;-)" );
define("DBSERVERHOST", "mysql.cba.pl" );
// end build db CONSTANTS
define("INSTALLPATH", "http://etiud.cba.pl/phpYellow/");
(...)
$todaysTextDate = date("l F j, Y");
$todaysDate = date("Y-m-d");
// build the database connection CONSTANTS
define("DBNAME", "etiud_cba_pl" );
define("DBUSERNAME", "yellow22");
define("DBPASSWORD", "haslo;-)" );
define("DBSERVERHOST", "mysql.cba.pl" );
// end build db CONSTANTS
define("INSTALLPATH", "http://etiud.cba.pl/phpYellow/");
(...)
Jak widać założyłem sobie tymczasowe konto hostingowe na cba.pl
Klikam Next i pokazuje mi się biała strona.
Pytanie gdzie popełniłem błąd? Ostatnio stronami zajmowałem się parę lat temu i był to w większości czystym html z elementami javy. Szczerze mówiąc trochę wypadłem z tematu.
Z góry bardzo dziękuje za wszelkie rady, odpowiedzi i podpowiedzi ;-)
Pozdrawiam
Adrian "etiud" M.