la funzione principale è questa
Codice PHP:
function addtochat($uid$rid)

{
  
$bago mysql_fetch_array(mysql_query("SELECT COUNT(*) FROM ibwf_chonline WHERE uid='".$uid."' AND rid='".$rid."'"));
if(
$bago[0]==0){
$msg "*mat Enter the Room";
mysql_query("INSERT INTO ibwf_chat SET timesent='".time()."', chatter='".$uid."', text='".$msg."'");
}

  
$timeto 86400;

  
$timenw time();

  
$timeout $timenw $timeto;

  
//$exec = mysql_query("DELETE FROM ibwf_chonline WHERE lton<'".$timeout."'");

  
$res mysql_query("INSERT INTO ibwf_chonline SET lton='".time()."', uid='".$uid."', rid='".$rid."'");

  if(!
$res)
  if(
$counter<15)

  {
    
    
mysql_query("UPDATE ibwf_chonline SET lton='".time()."', rid='".$rid."' WHERE uid='".$uid."'");

  }


se devi aggiungere opzioni nella chat