firestormpt
09-24-2012, 08:16 PM
Hello
Is possible see if some staff member did cheat in one poll? if changed the number of votes ?
tks
You can look in the moderator log to see who edited a poll, but I guess it doesn't tell you what they did. But you can compare the information in the pollvote table to what the poll says and see if they match. For instance you can find out how many votes there should be for option 2 in the poll with pollid=1 by doing this query:
SELECT COUNT(*) FROM pollvote WHERE pollid=1 AND voteoption=2
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.