1. Hot-linking without the permission of the server's admin is a no-no. Plus, you don't have control over another server's content. It could always change or just plain go away, leaving you with possible obscene images or broken images.
2. This has been brought up before, but I don't believe it is an option at this point in time.
3. It pretty much is already in plain English. "Incorrect integer value: '' for column 'FILE_WIDTH' at row 1" It is actually saying that the integer value of nothing is incorrect. A value >0 for the file's width needs to be passed.
'Incorrect integer value' = Bad number
':' = ,which is
'' = nothing,
'for column 'FILE_WIDTH' at row 1' = for the FILE_WIDTH value
Easy peasy Japanesey to comprehend.
