Log in

View Full Version : Import - IbProArcade - Played??


BeeWeeNL
07-18-2006, 07:47 PM
Hi there,

I imported users etc from an old board to Vbulletin 3.54.
During the import, I switched IbProArcade off.

When I switched it on after the import and went to Arcade, there were two users who played a lot. But that's impossible, because the board was all the time offline and the users were just imported.

When I try to delete all scores, they still exist.
When I look in MySQL, there are no scores.

How can I get rid of these 'played games' and the scores from this two 'ghost-users'?

Best regards,
Bas

PS. Those two users were also immediately my 'friends' ... strange... this could be deleted...

loonytune15
07-19-2006, 04:06 AM
UPDATE games_list SET bestscore=0
UPDATE games_list SET bestmid=0

That should fix your problem..

BeeWeeNL
07-19-2006, 05:02 PM
That was the solution!
Thank you very much!

Bas