Home
last modified time | relevance | path

Searched refs:newmsgline (Results 1 – 1 of 1) sorted by relevance

/plugin/simplechat/
H A Dajax.php20 $newmsgline = ""; variable
23 …$newmsgline = ".\t«".htmlspecialchars($_GET['user'])." ".htmlspecialchars( substr( $msg , 4)… variable
25 …$newmsgline = ".\t«Current server time is ".date('Y-m-d H:i:s')." [".date_default_timezone_g… variable
28 …$newmsgline = ".\t«".htmlspecialchars($_GET['user'])." flips a coin. It is ".$coin[rand(0,1)… variable
42 $newmsgline = htmlspecialchars($_GET['user'])."\t".htmlspecialchars($msg)."\n"; variable
44 if( $newmsgline != "" ) {
46 fwrite( $fh , $newmsgline );
74 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." entered the chat.\n"; variable
76 fwrite( $fh , $newmsgline );
80 $newmsgline = ".\t".htmlspecialchars($_GET['user'])." left the chat.\n"; variable
[all …]