Jump to content

Recommended Posts

Well, I'm making a list of all my movies, using php. I've got some problems when it comes to displaying the cover, I've located the "bug", but i don't know what the problem is.

 

This doesn't work.

<img border="0" alt="300" title="300" src="http://ia.media-imdb.com/images/M/MV5BMTM1NDU1MTIxMF5BMl5BanBnXkFtZTcwOTcwMjI2MQ@@._V1._SX100_SY127_.jpg" />

This doesn't work.

<img border="0" alt="300" title="300" src="http://ia.media-imdb.com/images/M/MV5BMTM1NDU1MTIxMF5BMl5BanBnXkFtZTcwOTcwMjI2MQ&#64;&#64;&#46;&#95;V1&#46;&#95;SX100&#95;SY127&#95;.jpg" />

This works:

<img border="0" alt="300" title="300" src="http://i28.tinypic.com/219qww5.jpg" />

 

What's wrong?

 

P.S. I'm all new to php/HTML, so all help appreciated.

Link to comment
https://forums.phpfreaks.com/topic/165102-images-wont-show-and-i-have-no-clue-why/
Share on other sites

Okay, thats too bad :/

Do you know of any image hosting service where i can upload multiple images at once, and accepts links? Then ill just make a list of all the image links and upload them there :)

 

Or, any way i can download all the images myself (using php) and then upload them to a desired site which allows uploading multiple files.

 

Also it's important that the images don't get deleted from the site ;)

 

Thanks in advance.

Or, any way i can download all the images myself (using php) and then upload them to a desired site which allows uploading multiple files.

 

Also it's important that the images don't get deleted from the site

 

Important or not, what you are proposing is most likely illegal, assuming the images aren't free for public use. You can use them off the owner's server, but to take them and put them on your server is theft.

Or, any way i can download all the images myself (using php) and then upload them to a desired site which allows uploading multiple files.

 

Also it's important that the images don't get deleted from the site

 

Important or not, what you are proposing is most likely illegal, assuming the images aren't free for public use. You can use them off the owner's server, but to take them and put them on your server is theft.

 

even if my server is not for public use?

and if it's not okay, even though it's not public, how can i find out if "imdb" is okay with this? just send them a mail?

If by not for public use, you mean that it would be password protected or something, I believe it's still illegal, it's just a lot less likely that you would be found out. But if you want to find out, yes, I would recommend contacting the site directly and asking them.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.