Facebook Like Chat Script using PHP/SQL Server
Submitted by josiah_ke on Thursday, July 10, 2014 - 13:00.
Language
Choose user to chat with.
Sent them instant chat messages just like on Facebook.
Play notification sound on new chat message.
attach Chat database from the db folder to sql server via the SSMS
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
updated source code
updated source code
attach Chat database from the db folder to sql server via the SSMS
I've amended
I've amended
public $usr = "root";
public $database = "localhost";
public $uid = "sa";
public $pwd = "6666660";
public $dbnm = "example";
public $connectionInfo = null;
public $query = null;
public $serverName = ".\SQL";
public $params1 = array();
public $cursor1 = array("Scrollable" => SQLSRV_CURSOR_KEYSET);
Is there anything else I need to modify it?
INstallation
Why there isn't a well documented installation process, it is taking too much time to implement, will drop using it.
thank you
Add new comment
- Add new comment
- 2211 views