i also made TITLE modification
PHP Code:
392(search_function.php): $title_message = phpdigMsg('s_results');
change to
PHP Code:
$title_message = "My Site TITLE : ".strip_tags($query_string);
also on search.php you should remove all HTML, JavaScript and etc TAGS from query_string
simple solution :
PHP Code:
phpdigSearch($id_connect, strip_tags($query_string), $option, $refine,
$refine_url, $lim_start, $limite, $browse,
$site, $path, $relative_script_path, $template);
for example
http://www.phpdig.net/demo/search.ph...0&option=start