Logged In: NO

I had that problem on my install and found that I had to fix
the resistance stats being entered into the database by
changing variable from int(11) to varchar(255) then it
actually entered data into the database *shrugs* but now my
char.php is messed up and says

"Notice: Undefined offset: 3 in C:\Program
Files\KeyFocus\KFWS\htdocs\web\lib\char.php on line 28"

when trying to display the number or armor saved in the
database. I'm not a php guru and fixing this seems to be
beyond me.