Did you read the error ? Erro de banco de dados - Out of range value for column 'timer' at row 1
I guess in your database, timer is INT, so that is why you got error. Change it to varchar and you will not get this error again.
perfect
thank you =D