function protect(&$str)
 {
     NNProtect::protectFields($str);
     NNProtect::protectScripts($str);
     NNProtect::protectSourcerer($str);
 }