Nelle istruzioni per configurare il pheed news al punto 3 c'è:

3) copy pheedini.php3, the DB layer file and the choosen .lang file to the newsadmin directory, copy the choosen .lang file to Pheed directory

- Nel file pheedini.php3, c'è scritto:

<?
// DB config
$username = "xxxxxxxx";
$password = "xxxxxxxx";
$dbname = "xxxxxxxx";
$dbtable="news";
// the DB layer to use
// available:
// mysql.php3 - MySQL
// odbcsql.php3 - ODBC - wasn't tested
include "mysql.php3";

// paths config
$photopath="home/site/WWW/news/foto/"; // don't forget the trailing slash, the script must have the correct permissions
$photourl="foto/"; // relative or absolute URL

// language config
include "italian.lang";

// colors config
$color["tablebg"]="#000000";
$color["titlesbg"]="#99CCFF";
$color["newsbg"]="#FFFFFF";
?>

Cos'è il "DB layer file"? Lo devo modificare?

denghiu