Yes, thanks. Of course.
As the dim check is done everywhere in vb code
PHP Code:
if ($imginfo=@getimagesize($filename)) {
if ($imginfo[0]>$avatarmaxdimension or $imginfo[1]>$avatarmaxdimension) {
... etc.... (using the first two array elements as X and Y dims)
I would know if I should make the rescale everywhere in code (I found about 14 templates and many phps) or - in a cleaner way - create a function for the whole "
< img src = .... width= height= >" string and put that variable into templates and admin php code (which doesn't use templates...) ?
Or, at least, resize by hand all my avatars with PhotoShop or similar, as the uploaded custom avatars have the dimension size limit at code level ???
:stupid:
P.S.: do you know why uploaded avatars aren't deleted in my server's temp dir ? (Linux, safe mode)
Thanks