The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
|||
|
|||
![]() Quote:
Edit: well, this idea might work - I'd have to think about it a little more. Maybe a php script would be easier. Edit again: Actually it will work. I created a table called bounced with one column called email. To set the "no admin email" flags: Code:
UPDATE bounced LEFT JOIN user ON (bounced.email = user.email) SET options = options - 16 WHERE options & 16 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|