one little mistake, you should find this for the first section
PHP Code:
print_cells_row(array(
$vbphrase['username'],
$vbphrase['email'],
$vbphrase['ip_address'],
"<input type=\"button\" class=\"button\" value=\"" . $vbphrase['accept_all'] . "\" onclick=\"js_check_radio(1)\" />
<input type=\"button\" class=\"button\" value=\"" . $vbphrase['delete_all'] . "\" onclick=\"js_check_radio(-1)\" />
<input type=\"button\" class=\"button\" value=\"" . $vbphrase['ignore_all'] . "\" onclick=\"js_check_radio(0)\" />"
), 0, 'thead', -3);
while ($user = $DB_site->fetch_array($users))
{
note the curly bracket at the end, if u don't replace that too, u will get an error. but other than that, awesome idea. i need this. cut down my admin crap. i don't notice too much of a lag after adding this either.