
3) Install amfphp program
Unzip phpService.zip, go into the amfphp_1.2 folder after unzipping, use Notepad or other
text editor tools to open "services/flashchat/chatService.php", and modify the code.
Find the two lines of code as following:
// connect the data server
mysql_connect("localhost", "root","root");
// choose the database, if the name of your database is different, please change it
// to your database name.
mysql_select_db("flashchat");
Modify the database server address, database user's name and password, database
name in mysql as your configuration respectively.
PHP interface detail usages, please refer to "PHP interface description"
4) Configure Flashchat
After finishing install chat program, log in chat as administrator, and then go to the
administrator panel.
In the Setting panel, choose "remote database" in the red pane in the picture. In
"Remoting gateway URL" textfield, fill the absolute url of gateway.php in amfphp_1.2
directory. And then fill the class path of server object in "Remoting class path" textfield,
Comentários a estes Manuais