View Full Version : Images wont work.
exdiogene
10-04-2009, 02:34 PM
I have uploaded images for levels using the wizard. The file is the right type and below 150kb. However no I have set this image preset as the level images for pets it wont appear. It just appears blank. Now I can change the level image to a URL. The level images that are just URLs, not presets, work fine. :(
Site: http://gfx-core.com/pets
Tequila
10-04-2009, 07:52 PM
Well my little right click trick brought this up:
http://www.gfx-core/pets/picuploads/gif/5be68bab931cc8d8e96bf4bc8f3f4fbe.gif
http://www.gfx-core/pets/picuploads/gif/5be68bab931cc8d8e96bf4bc8f3f4fbe.gif
Doesn't look like the upload took...
Have you thought about hosting them outside of your own site? Even though I have a good deal on hosting almost all of my images are on TinyPic or Photobucket (set to private for all).
BMR777
10-05-2009, 03:09 PM
Well, the image paths seem to be correct. Do you have any sort of hotlinking protection enabled on your server / account?
exdiogene
10-05-2009, 04:17 PM
No the account is fine, the files are in the upload folder.
This is the image for the "egg" image that is default for the elephant:
http://i180.photobucket.com/albums/x292/tommykent1210/petsnowork.png
Hot link protection is disabled.
Tequila
10-05-2009, 05:11 PM
Try using this check code on a new page.
<?php
if(function_exists('readfile')) {
echo "readfile function is enabled";
}
else {
echo "readfile is not enabled";
}
?>
Unless it's been changed...
Brandon?
exdiogene
10-06-2009, 01:46 AM
In a new php file?
If so here is the file:
http://www.gfx-core.com/pets/readfile.php
Tequila
10-06-2009, 08:27 AM
Hm...
I don't know then (that was the problem on my old host).
BMR777
10-06-2009, 01:27 PM
Here's the issue:
http://www.gfx-core/pets/picuploads/gif/1f298def9c8c7428e40e2d5bae62ff8c.gif
It looks like your domain name is entered wrong into inc > config.php. You should have gfx-core.com for the domain, where by the source code for your images it appears to just be as gfx-core and is missing the .com part.
Please download your inc > config.php file using a FTP program, open it in wordpad and make sure all of the details are correct. :)
exdiogene
10-06-2009, 01:32 PM
ok thanks :) i started a whole new site now anyway, just for pets. The problem seems to be fixed now. Thanks
Arianna
10-07-2009, 01:58 PM
Okay. I was going to say to do it like me - upload your own files on your server, instead of using the picuploads. That worked way better for me. :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.