// 09 Announcement code to replace the Mass PM system / start
// http://xList.ro/
function status_change($id) {
mysql_query('UPDATE announcement_process SET status = 0 WHERE user_id = '.sqlesc($id).' AND status = 1');
}
function ha****($var,$addtext="")
{
return md5("This Text ".$addtext.$var.$addtext." is added to muddy the water...");
}
function safe($var)
{
return str_replace(array('&', '>', '<', '"', '\''), array('&', '>', '<', '"', '''), str_replace(array('>', '<', '"', ''', '&'), array('>', '<', '"', '\'', '&'), $var)); // line 36
}
// 09 Announcement code to replace the Mass PM system / end
the error is
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /var/www/clients/clienti/webi/web/include/bittorrent.php on line 36
what is wrong ?