<?php
/*
* W@Pchat
* Current Version : 1.2
* Author : Harris Yusuf Arifin (earthweb.biz)
* License : free
* You you can redistribute it and/or modify this script but please always put author's name
*/
// Database configuration
$server="localhost"; //server name
$user="root"; //username of your database
$pass=""; //password of your database
$dbname="wapchat"; //database name
// Chat configuration
$refreshtime=80; //refresh message time
$messlimit=5; //limit of message display
?>