I know it's a mysql database, so I was going by their defined data types (SMALLINT, INT, BIGINT, etc.). I used to host the forum, so I'm just going from memory here that there's a "reputation" field in the user table that's a signed int. So, yeah, changing to a bigint would probably solve it...