A
Anonymous
Guest
Hi Guys
I moved couple of my php sites from a dedicated server to shared hosting on godaddy and bluehost. When I moved the sites the the thumb.php stopped working where as it was working fine on dedicated server. So I am not sure what I will have to enable on godaddy and blue host shared hosting accounts to make it work.
Here is the link: http://kustomoutfitterz.com/category-listing.php?category-id=74
If you inspect element the missing image boxes, you will find this url:
<img src="thumb.php?img=admin/images/3199357841image_18.jpg&mw=250&mh=180" border="0" width="250">
When you roll over the mouse at thumb.php the error message says "could not load the image"
Where as when you remove the thumb.php?img section from the code, image shows up... here is the link: http://kustomoutfitterz.com/admin/images/3199357841image_18.jpg
So it looks like the image shows up just fine its just that the server is not able to load thumb.php scripted images. Any one of you ever encountered this problem? Please any advice will be helpful.
I moved couple of my php sites from a dedicated server to shared hosting on godaddy and bluehost. When I moved the sites the the thumb.php stopped working where as it was working fine on dedicated server. So I am not sure what I will have to enable on godaddy and blue host shared hosting accounts to make it work.
Here is the link: http://kustomoutfitterz.com/category-listing.php?category-id=74
If you inspect element the missing image boxes, you will find this url:
<img src="thumb.php?img=admin/images/3199357841image_18.jpg&mw=250&mh=180" border="0" width="250">
When you roll over the mouse at thumb.php the error message says "could not load the image"
Where as when you remove the thumb.php?img section from the code, image shows up... here is the link: http://kustomoutfitterz.com/admin/images/3199357841image_18.jpg
So it looks like the image shows up just fine its just that the server is not able to load thumb.php scripted images. Any one of you ever encountered this problem? Please any advice will be helpful.