View Full Version : Reseting Karma??


DirtyDan
7th February 2004, 09:35 PM
I just have a question and Im not sure what forum this should go in and Im sorry Floris if I put this in the wrong section...

I had my user reputation turned on when I first started my site up a few months ago, and one of the admins thought it was funny to play around, and now that I have added the Karma hack that Floris made and the numbers are all screwed up and I just want to reset it, can anybody help me???

Thanks in advance for all of your help

Disjunto
7th February 2004, 10:17 PM
i believe you could run a query that sets all users karma to 10, but off the top of my head, i dont have a clue what it would be.... sorry :|

Rapid Gaming
7th February 2004, 10:24 PM
Run this query either from within PhpMyAdmin or your admin control panel:

UPDATE `user` SET `reputation` = '0'

DirtyDan
7th February 2004, 10:30 PM
Run this query either from within PhpMyAdmin or your admin control panel:

UPDATE `user` SET `reputation` = '0'

Thank you very much that worked great :)

Rapid Gaming
7th February 2004, 10:47 PM
Thank you very much that worked great :)
You're welcome.

Disjunto
8th February 2004, 12:50 AM
thought it was something simple :D

LunaticSVT
10th February 2004, 12:37 AM
worked well for my needs. :)