Thread: Uploading pets
View Single Post
  #3  
Old 05-06-2009, 04:43 PM
BMR777 BMR777 is offline
Member
 
Join Date: Jan 2011
Posts: 1,122
Gender: Male
Credits: 11,469
BMR777 is on a distinguished road
Default RE: Uploading pets

The script currently does not support uploading .png images, only .gif or .jpg. You can, however, upload the .png files via FTP and hotlink to them.

What do you mean by increase the upload size of pets? You mean filesize allowed? You can edit admuploadpic.php and find:

PHP Code:
if($filesize 153600){ 
Change that 153600 to the allowable upload size in bytes. :)

Brandon
Reply With Quote