'; $emoticon_text2=':-D'; $emoticon_img2= ''.get_lang('BigGrin').''; $emoticon_text3='=8-o'; $emoticon_img3= ''.get_lang('Clap').''; $emoticon_text4=':-?'; $emoticon_img4= ''.get_lang('Confused').''; $emoticon_text5='8-)'; $emoticon_img5= ''.get_lang('Cool').''; $emoticon_text6=':!:'; $emoticon_img6= ''.get_lang('Exclaim').''; $emoticon_text7='=;'; $emoticon_img7= ''.get_lang('Hand').''; $emoticon_text8=';-)'; $emoticon_img8= ''.get_lang('Wink').''; $emoticon_text9=':-|)'; $emoticon_img9= ''.get_lang('Neutral').''; $emoticon_text10=':?:'; $emoticon_img10= ''.get_lang('Question').''; $emoticon_text11=':-P'; $emoticon_img11= ''.get_lang('Razz').''; $emoticon_text12=':-8'; $emoticon_img12= ''.get_lang('Redface').''; $emoticon_text13=':-('; $emoticon_img13= ''.get_lang('Sad').''; $emoticon_text14=':-='; $emoticon_img14= ''.get_lang('Shhhh').''; $emoticon_text15=':-#)'; $emoticon_img15= ''.get_lang('Silenced').''; $emoticon_text16=':-)'; $emoticon_img16= ''.get_lang('Smile').''; $emoticon_text17=':-o)'; $emoticon_img17= ''.get_lang('Surprised').''; $emoticon_text18=':-k'; $emoticon_img18= ''.get_lang('Think').''; $emoticon_text19=':-(('; $emoticon_img19= ''.get_lang('Snooty').''; $emoticon_text20='0-'; $emoticon_img20= ''.get_lang('Idea').''; // $emoticon_text201='*'; $emoticon_img201= ''.get_lang('AskPermissionSpeak').''; $emoticon_text202=':speak:'; $emoticon_img202= ''.get_lang('GiveTheFloorTo').''; $emoticon_text203=':pause:'; $emoticon_img203= ''.get_lang('Pause').''; $emoticon_text204=':stop:'; $emoticon_img204= ''.get_lang('Stop').''; if($sent) { $message=trim(htmlspecialchars(stripslashes($_POST['message']),ENT_QUOTES,$charset)); $message=str_replace($emoticon_text1, $emoticon_img1, $message); $message=str_replace($emoticon_text2, $emoticon_img2, $message); $message=str_replace($emoticon_text3, $emoticon_img3, $message); $message=str_replace($emoticon_text4, $emoticon_img4, $message); $message=str_replace($emoticon_text5, $emoticon_img5, $message); $message=str_replace($emoticon_text6, $emoticon_img6, $message); $message=str_replace($emoticon_text7, $emoticon_img7, $message); $message=str_replace($emoticon_text8, $emoticon_img8, $message); $message=str_replace($emoticon_text9, $emoticon_img9, $message); $message=str_replace($emoticon_text10, $emoticon_img10, $message); $message=str_replace($emoticon_text11, $emoticon_img11, $message); $message=str_replace($emoticon_text12, $emoticon_img12, $message); $message=str_replace($emoticon_text13, $emoticon_img13, $message); $message=str_replace($emoticon_text14, $emoticon_img14, $message); $message=str_replace($emoticon_text15, $emoticon_img15, $message); $message=str_replace($emoticon_text16, $emoticon_img16, $message); $message=str_replace($emoticon_text17, $emoticon_img17, $message); $message=str_replace($emoticon_text18, $emoticon_img18, $message); $message=str_replace($emoticon_text19, $emoticon_img19, $message); $message=str_replace($emoticon_text20, $emoticon_img20, $message); // $message=str_replace($emoticon_text201, $emoticon_img201, $message); $message=str_replace($emoticon_text202, $emoticon_img202, $message); $message=str_replace($emoticon_text203, $emoticon_img203, $message); $message=str_replace($emoticon_text204, $emoticon_img204, $message); $timeNow=date('d/m/y H:i:s'); if(!empty($message)) { $message=make_clickable($message); if(!file_exists($chatPath.'messages-'.$dateNow.'.log.html')) { $doc_id=add_document($_course,'/chat_files/messages-'.$dateNow.'.log.html','file',0,'messages-'.$dateNow.'.log.html'); api_item_property_update($_course, TOOL_DOCUMENT, $doc_id, 'DocumentAdded', $_user['user_id']); item_property_update_on_folder($_course,'/chat_files', $_user['user_id']); } else { $doc_id = DocumentManager::get_document_id($_course,'/chat_files/messages-'.$dateNow.'.log.html'); } $fp=fopen($chatPath.'messages-'.$dateNow.'.log.html','a'); if($isMaster) { $photo= ''.$firstname.' '.$lastname.''; fputs($fp,'['.$timeNow.']'.$photo.' '.$firstname.' '.$lastname.' : '.$message.'
'."\n"); } else { $photo= ''.$firstname.' '.$lastname.''; fputs($fp,'['.$timeNow.']'.$photo.' '.$firstname.' '.$lastname.' : '.$message.'
'."\n"); } fclose($fp); $chat_size=filesize($chatPath.'messages-'.$dateNow.'.log.html'); update_existing_document($_course, $doc_id,$chat_size); item_property_update_on_folder($_course,'/chat_files', $_user['user_id']); } } ?>
" class="background_submit">
".$emoticon_img1.""; echo "".$emoticon_img2.""; echo "".$emoticon_img3.""; echo "".$emoticon_img4.""; echo "".$emoticon_img5.""; echo "".$emoticon_img6.""; echo "".$emoticon_img7.""; echo "".$emoticon_img8.""; echo "".$emoticon_img9.""; echo "".$emoticon_img10.""; echo "".$emoticon_img11.""; echo "".$emoticon_img12.""; echo "".$emoticon_img13.""; echo "".$emoticon_img14.""; echo "".$emoticon_img15.""; echo "".$emoticon_img16.""; echo "".$emoticon_img17.""; echo "".$emoticon_img18.""; echo "".$emoticon_img19.""; echo "".$emoticon_img20.""; ?> ".$emoticon_img201.""; echo "".$emoticon_img202.""; echo "".$emoticon_img203.""; echo "".$emoticon_img204.""; ?>