Page 3 of 3

Re: [MODDB] Ban Hammer

Posted: 26 Feb 2010, 03:24
by RMcGirr83
and the fix

Code: Select all

                  $user_type_array = array(USER_NORMAL, USER_INACTIVE);
                  // Grab the user id
                  $sql = 'SELECT *
                  FROM ' . USERS_TABLE . '
                  WHERE ' . $db->sql_in_set('user_type', $user_type_array) . ' AND username_clean = "' . $username . '"';
                  $result = $db->sql_query($sql);

Re: [MODDB] Ban Hammer

Posted: 26 Feb 2010, 08:05
by bonelifer
Senoir Richard. You are the man. Sam-T get on getting the next version out the door. You can DO IT.

Re: [MODDB] Ban Hammer

Posted: 28 Feb 2010, 16:00
by Unknown Bliss
Very nice MOD you got here. Well done.

Re: [MODDB] Ban Hammer

Posted: 11 Mar 2010, 02:49
by bonelifer
Ok found the trash can mod. It's a quick tools mod, but the ACP part and the SQL stuff should be what you need.

Move to trash -->> http://phpbb3hacks.com/viewtopic.php?f=37&t=331