Ok, Open add_site.php, edit_site.php, and
toplist_admin.php (2 instances), and find a line like this:
PHP Code:
if ($image_type == "image/gif" OR $image_type == "image/pjpeg" OR $image_type == "image/x-png")
Replace it with:
PHP Code:
if ($image_type == "image/gif" OR $image_type == "image/pjpeg" OR $image_type == "image/jpeg" OR $image_type == "image/x-png")
Let me know if you have anymore problems. I will be updating the zip file in the first post also for this.
Derek