I am having issues with step 2.. Moving the scores.. I know I have a lot of sessions to move due to a lot of games, but I was looking in the database and I see LOTS of sessions with the score of 0.. Would it help to remove these? I know there is an option to remove all 0 scores in the admincp for v3arcade, but I really dont think its doing anything other that keeping it from being seen in the highscores templates.. If I should remove these from the database, what would the query be?
DELETE FROM `arcade_sessions` WHERE `score` = 0
???????
Is that safe?
The error I get when performing step 2 is
Welcome to the ibProArcade-Converter v1.0
=========================================
Converting SCORES
Please wait...
Fatal error: Maximum execution time of 30 seconds exceeded in *websitepath*\includes\class_core.php on line 363
So I am guessing its just too much.. Is there somewhere I can increase that time out period??
Any suggestions.. I see the results of step 1, and I am very excited to finish this off.... PLEASE HELP!!!