Bongiorno Bianca! (my italian sucks

In point 1 of readme files says this:
1) Create a directory called Forum on your server.
IMPORTANT: path to Forum.php and category folders are in PathToPHP and PathToDir private variables of main.as class
So open com\flashdb\forum\main.as and change line 34
private var PathToPHP = "
http://localhost/Tutorials/forum/Forum.php";
You can use a relative path, like
private var PathToPHP = "forum/Forum.php";
Or an absolute path (if swf and PHP are in the same domain)
private var PathToPHP = "
http://www.casapontormo.com/forum/$Forum.php";
Jorge