functiondomainReplace($text,$url){ $pattern=//; $text=stripSlashes($text); returnpreg_replace_callback($pattern,function($matches)use($url){ if('/'!==substr($matches[1],0,1)&&'http'!==substr($matches[1],0,4)){ returnstr_replace($matches[1],$url.$match...