Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Images not showing (http://www.mysidiaadoptables.com/forum/showthread.php?t=465)

Tequila 02-27-2009 01:02 PM

Images not showing
 
I've noticed that the images for my adoptables aren't showing up anywhere other than on the main site, for example:

http://familiarelements.info/get.php?id=79

This happened after I switched the Name Server settings for my website so I could also implement Google Apps. If needed I can change back, but won't be able to use GMail with @familiarelements.info for site staff.

BMR777 02-27-2009 01:09 PM

RE: Images not showing
 
The problem is on your server, the get.php file seems to be forbidden when I try to show the image:

http://familiarelements.info/get.php?id=79 - 403 Forbidden

http://familiarelements.info/get.php - Loads page fine

This is a host issue. They either don't fully support the script's code or have something blocked that needs to be unblocked. See if they have the readfile() php function disabled or blocked.

Brandon

Tequila 02-27-2009 01:14 PM

RE: Images not showing
 
readfile is enabled: http://familiarelements.info/check.php
Strike that readfile() is not enabled.

I'm going to try placing it back on the nameservers that came with my hosting.

------
I've put it back on my hosting nameservers, and am contacting my host about this.

Tequila 03-01-2009 11:11 AM

RE: Images not showing
 
Ok Brandon, how about changing
PHP Code:

if($name != "" and $imageurl != ""){
    
//We've got a live one here
    
$imageInfo pathinfo($imageurl);
    
$contentType 'Content-type: '.$extList$imageInfo['extension'] ];
    
header ($contentType);
    
readfile($imageurl);



to
PHP Code:

if($name != "" and $imageurl != ""){
    
//We've got a live one here
    
$imageInfo pathinfo($imageurl);
    
$contentType 'Content-type: '.$extList$imageInfo['extension'] ];
    
header ($contentType);
    
file_get_contents($imageurl);



Would that work if I cannot get the readfile() function to work?

Blue Icebox 03-01-2009 01:28 PM

RE: Images not showing
 
Great... My webhost image isn't working either... http://ufoadopts.1free.ws/get.php doesn't work but I have the file in my FTP server

http://ufoadopts.1free.ws/get.php?id=1

doesn't work either b/c of http://ufoadopts.1free.ws/get.php doesn't work! :( I can't believe it! :O

BMR777 03-01-2009 02:46 PM

RE: Images not showing
 
enddayne, file_get_contents I believe will work as well. Give it a try and let me know if it works any better for you.

Tequila 03-01-2009 03:02 PM

RE: Images not showing
 
I tried it, still no answer. Haven't heard from my host yet either. I went and disabled the other DNS settings, so I'm not using google apps.

Edit is there a way to have the images load from the source not the code?

BMR777 03-01-2009 03:30 PM

RE: Images not showing
 
No, there's no way to load images directly.

Tequila 03-01-2009 03:51 PM

RE: Images not showing
 
Oh well. I'll see if this fix does anything by tomorrow.

gjac1 03-03-2009 04:31 AM

RE: Images not showing
 
A website called unicreatures is going around reporting alot of us that use this script for copyright infringement...

I just had my site closed down because i think the website got too popular for my free webhosts liking lol and it didnt help that they where mass reporting me, they dont seem to like how popular this is becoming, so they reported me for using official Bandai and Gamefreak images which are free to use on fan sites anyway.....

Oh and that started with 000webshosting forbidding the images from showing up when posted on forums...after that they closed the account, so free hosting might not be the way to go if you want you site to become popular


All times are GMT -5. The time now is 03:15 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.