Наверное самая большая часть кода и самая важная тут.
function Parse($text){
$text=preg_replace($this->ReplaceTagsFrom,$this->ReplaceTagsTo,$text);
@preg_match_all('/([^<]*?)<(/?)([^s]+?)((?:(?:s+(?:[w]+?)=("|')(?:[^5]*?)(?/',$text.'
',$textdrop);
$tags=array();
if(count($textdrop[0])==0)
return htmlspecialchars($text);
foreach($textdrop[0] as $id
(
Read more... )