Make sure you've uploaded the img directory and check the permissions.
"In order for avatar uploads to work, the user account under which the webserver runs must have write permissions to the avatar directory. In UNIX (or UNIX-like) operating systems, this is usually done via the command "chmod". Most FTP clients have support for this and it is usually done by right-clicking the directory and selecting something along the lines of "Attributes" or "Permissions". If you don't know what values to enter, try 0777 (or just 777 if you can only enter three digits)." -- From the PunBB FAQ.
Try using chmod to set the directory permissions for img as follows:
img - 0644
img/smilies - 0644
img/avatars - 0666
Reply to let us know if it worked...