Not sure if anybody has noticed this bug but sometimes your look gets changed. This is because the users table can only store 100 characters for the look.
Here a little MYSQL query to change that to 200.
PHP Code:alter table users modify look CHAR(200) NOT NULL ;




