First - list the group number like this -3- with the dashes. That's how it can tell 3 apart from 30.
As per areas that are affected by the two hacks....
Basically the
SELECT U_LoginName,U_Password,U_Email.......
line as well as the
list($LoginName,$ChosenPassword,$Email....
line
If those lines have already been modified from another hack... be sure to add the fields to the end of each line... rather than replacing the whole line.
so at the end of the SELECT line, you'll add: U_Groups and at the end of the list line, you'll add: $Groups. That way the Birthday fields and variables for the other mod remain intact.
