The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
poll
Hello
Is possible see if some staff member did cheat in one poll? if changed the number of votes ? tks |
#2
|
|||
|
|||
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:
Code:
SELECT COUNT(*) FROM pollvote WHERE pollid=1 AND voteoption=2 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|