Log in

View Full Version : clearing unlimited rep?


lordofgun
04-25-2006, 05:46 PM
I'd like to clear everyone who bought unlimited rep so they no longer have it. How would I go about doing this?

Thanks!

lordofgun
04-27-2006, 03:12 AM
BTW, the reason I'm asking is because I set unlimited rep to expire one day after purchase, but it's not expiring. And I just figured out it was happening. :(

CMX_CMGSCCC
04-30-2006, 07:42 PM
I found out why it wasnt expiring, and will have it fixed in the next release.

As far as resetting it globally for everyone, run this query.


UPDATE (TABLE_PREFIX)user SET vbp_otherflags = vbp_otherflags & -3;


-CMX

lordofgun
04-30-2006, 11:05 PM
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'user SET vbp_otherflags = vbp_otherflags & -3' at line 1

:(

NM...just forgot to clear out the prtefix. :D

CMX_CMGSCCC
05-01-2006, 12:08 AM
Kool.

-CMX