Maniarr / ChatPHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#ChatPHP

ChatPHP est un système de chat simple en PHP + Ajax.

###A faire : [ ] Groupe de Chat

###Installation :

  • Activer mod_rewrite Apache2 :
	sudo a2enmod rewrite
	sudo service apache2 restart
  • Importer la BDD :
	Fichier 'chatdb.sql'
  • Paramétrer la BDD :
	Fichier 'Core/Database.php'
  	$host     = 'localhost';
  	$port     = 3306;
  	$dbname   = 'chatphp';
  	$username = 'root';
  	$password = '';

About


Languages

Language:PHP 60.4%Language:JavaScript 33.0%Language:CSS 5.2%Language:ApacheConf 1.4%