Jump to content
  • 0

Не открывается картинка и флэшка


antonP
 Share

Question

Пытаюсь подгрузить часть html кода с чужого сайта (www.f1news.ru) с помащью PHP на свой сайт, но картинки почему то не грузятся. Вот странитца которая должно грузить код: ссылка


header('Cache-control: no-cache');
header('Content-Type: text/html; charset=utf-8');
$file = file_get_contents('http://f1news.ru/');
$file = iconv("cp1251", "utf-8", $file);
$file = preg_replace("/.*?countdownBlock.*?>/is", "<div id=\"countdownBlock\">", $file);
$file = preg_replace("/<\/div>.*/is", "</div></div>", $file);
$file = preg_replace("/src='/is", "src='http://www.f1news.ru", $file);
$file = preg_replace("/name=\"movie\" value=\"/is", "name=\"movie\" value=\"http://www.f1news.ru", $file);
$file = preg_replace("/data=\"/is", "data=\"http://www.f1news.ru", $file);

echo $file;

В чём может быть проблема?

Edited by antonP
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

А покажите что у вас на выходе получается?

А, вижу. У вас 403 возвращает картинка. Видимо, из-за реферера.

Это что значит?

Ааа понял.

Что посоветуете сделать

Edited by antonP
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

 Share

×
×
  • 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. See more about our Guidelines and Privacy Policy