", $txt);
$plazaEmotes = array(
":)" => "
",
":D" => "
",
";)" => "
",
";(" => "
",
":con:" => "
",
":@" => "
",
":grr:" => "
",
"XD" => "
",
"xD" => "
",
":omg:" => "
",
":fp:" => "
",
":thinking:" => "
",
":eyes:" => "
",
"R(" => "
",
"RB:" => "
",
"R:" => "
",
":ponything:" => "
",
":waah:" => "
",
":nuu:" => "
",
":caps:" => "
",
":lenny:" => "( ͡° ͜ʖ ͡°)",
":shrug:" => "¯\_(ツ)_/¯",
":megusta:" => "
",
":lol:" => "
",
":troll:" => "
",
":no:" => "
",
":pface:" => "
",
":raeg:" => "
",
":ohplz:" => "
",
":ydsay:" => "
",
":falone:" => "
",
":doge:" => "
",
":trig:" => "
",
":wolfthing:" => "
",
":mccreeper:" => "
",
":mchappy:" => "
",
":sonic:" => "
",
":yoshi:" => "
",
":mario:" => "
",
":luigi:" => "
",
":weegee:" => "
",
":pokeball:" => "
",
":ds:" => "
",
":baby:" => "
",
":bheart:" => "
",
":taco:" => "
",
":burger:" => "
",
":icecream:" => "
",
":cake:" => "
",
":file:" => "
",
":rec:" => "
",
":stb:" => "
",
":uns:" => "
",
":pre:" => "
",
":0)" => "
",
":O)" => "
",
":o)" => "
",
":ht:" => "
"
);
$ef = array_keys($plazaEmotes);
$er = array_values($plazaEmotes);
$url = '~(?:(https?)://([^\s<]+)|(www\.[^\s<]+?\.[^\s<]+))(?$0', $txt);
$txt = str_replace($ef, $er, $txt);
return $txt;
}
?>