That's strange. I had the exact same problem, and all I had to do was edit register.php again. Something else I did was take those two queries:
Quote:
INSERT INTO items_user (userid) VALUES ($userid)
INSERT INTO battle_stats (userid) VALUES ($userid)
|
I replaced $userid with the ID of each user that had this problem. I can't think of what the problem could be if that doesn't work.