Re: [mccode V2] Attack updated
This will be a bit better for the name format function
c = array('green','orange','red',yellow');
$color = ($row->donatordays > 0)?'6ff':'fff';
$color = ($row->userid == 1)?$c[mt_rand(0,3)]:$color;
return '[url="viewuser.php?u='.$row->userid.'"]<span style="color:#'.$color.';">'.$row->username.'[/url]';