Seems that there we some cases I didn't consider. I fixed it already and uploaded an updated txt. For the people that installed it please change:
(and there we go with this censor...)
PHP Code:
$+++++adids = array_keys($+++++adarray);
$+++++sult = $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."user AS user WHERE userid IN (".implode(",",$+++++adids).")");
while ($whodata = $DB_site->fetch_array($+++++sult))
{
$+++++adnames[] = fetch_musername($whodata);
}
$+++++ad = @implode(",", $+++++adnames);
to:
PHP Code:
if (!empty($+++++adarray))
{
$+++++adids = array_keys($+++++adarray);
$+++++sult = $DB_site->query("SELECT user.* FROM ".TABLE_PREFIX."user AS user WHERE userid IN (".implode(",",$+++++adids).")");
while ($whodata = $DB_site->fetch_array($+++++sult))
{
$+++++adnames[] = fetch_musername($whodata);
}
$+++++ad = @implode(",", $+++++adnames);
$total+++++ad = @count($+++++adarray);
}
it is already in the txt