
03-31-2007, 04:43 PM
|
 |
|
|
Join Date: Jan 2006
Location: Leeds
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by PassLab.net
Well guys, I really loved this hack thanks Braithwaite! and thanks djbaxter for your help...
I ve installed this hack last week. I ve just noticed that it still sends e-mails to the banned users...
what should I do? Banned usergroup is 8 in my board and I didnt add them in the AdminCP where it says:
Code:
List the usergroups that you wish to send the emails to here. (Seperate by commas) eg. 2,3,4,7
the remindermail.php which I ve got from you is like this:
Code:
$result = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "user WHERE lastactivity < '$datetime[lastpost]' AND emailDate < '$datetime[lastemail]' AND options & 16 LIMIT $quantity");
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET emailDate = '$now' WHERE lastactivity < '$datetime[lastpost]' AND emailDate < '$datetime[lastemail]' AND options & 16 LIMIT $quantity");
how are we gonna fix this?
thanks a million
|
I don't understand why the code needs fixing?
|