You are on the right track. However, I get this error now when trying to sign up for the league:
Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
UPDATE user SET uttpoints='-50' WHERE userid='1';
MySQL Error : Unknown column 'uttpoints' in 'field list'
Error Number : 1054
Date : Monday, October 10th 2005 @ 03:05:19 PM
Script : http://www.gamefurther.com/forums/league.php?do=signupconfirm
Referrer : http://www.gamefurther.com/forums/league.php?do=maketeam
IP Address : 66.27.117.124
Username : Attilitus
Classname : vb_database
I think that the overarching problem here is that the code writer has not really made any modifications to the database field names... that seems to be the cause of just about all of these errors. I would suggest going back and manually going through the code to make sure that you update all field names (including the field names for the new 3.5 versions of hacks).