Sample image from Tumblr:

https://69.media.tumblr.com/ec3874e541a767ab578495b762201a53/tumblr_ph9je0Akck1r89eh5o1_1280.jpg 

Script:

 <form method="get"> Введите URL:<br> <input type="text" name="url"/> <input type="submit" value=" загрузить "/> </form> <?php $name = md5(date('Ymd H:i:s').rand(0, 1000)); $folder = 'upload/'; //в какую папку сохранять $source = ($_GET['url']); $dest = $folder.$name.'.png'; copy($source, $dest); echo 'http://mysite.example/'.$folder.$name.'.png'; ?> 

With other resources loads fine.

Found here on the site:

It would be a little bit more than a program. In that case, modifying the browser identification string might fix your problem.

If you can’t go to your PC, you can’t do it.

It seems that the problem is that Tumblr shows the image to the browser, but does not give it to the script for copying. How to fix it? How to make a "modifying the browser identification string"?

On other resources, pictures from Tumblr are loaded normally, for imgur for example.

  • Only Roskomnadzor blocked - andreymal

0