The Arcive of vBulletin Modifications Site. |
|
Unlimited Reputation Purchase... Seriously Here.... Details »»
|
|||||||||||||||||||||||||||
|
Unlimited Reputation Purchase... Seriously Here....
Developer Last Online: Dec 2011
Ok, so three members purchased it... It shouldn't have been available in the first place but I forgot to disable it, but worst case I assumed it would be unlimited reputation giving for 24 hours... NOT FOR EVERY SINGLE DAY!
Reputation is a big deal on my site and now everybody is in the 400 000 because they can continue giving reputation as many times as they want, everyday... HOW CAN I STOP THIS? I don't see any option to disable that function.. they can't purchase it now but the people who did continously are giving out reputation... whether they're bringing somebody down to negatives or bringing friends up to the millions.. it's ridiculous... Please help me out with this CMX... Thanks Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Upped
|
|
#3
|
||||
|
||||
|
Quote:
I think that is the way it works. It is the way it works for Generic Permissions. |
|
#4
|
|||
|
|||
|
You can also run a query to fix this.. something like
Code:
UPDATE (TABLE_PREFIX)user SET vbp_otherflags = vbp_otherflags & (-1 ^ 2); |
![]() |
|
|