<head>
<meta property="og:image" content="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
<meta itemprop="image" content="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
<link rel="image_src" href="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
</head>
<body>
Данный php код трогать и менять нельзя
<?php
$text0 = file_get_contents("https://домен.ru/archivexml/{news-id}.xml");
$data = array();
preg_match_all('/<option value="(\d*)".*?>.*?<\/option>/m', $text0, $out1);
preg_match('/img src="(.*?)"/m', $text0, $out3);
preg_match('/img src="(.*?)"/m', $text0, $out4);
$out3 = preg_replace("#http://(www\.)?(.*?)/#is", '', $out3);
$out3 = preg_replace("#([^/]*)$#", '', $out3);
$out4 = preg_replace("/\?.*/", '', $out4);
$out4 = preg_replace("/.*?\./", '', $out4);
?>
Этот php код менять можно
<?php
function outimgformeta()
{
global $testphpcode;
$testphpcode = '<?php print_r ($out3[1]);?>1.<?php print_r ($out4[1]);?>';
return $testphpcode;
}
?>
</body>
<head>
<meta property="og:image" content="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
<meta itemprop="image" content="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
<link rel="image_src" href="http://read.домен.ru/public_html/<?php echo outimgformeta();?>">
</head>
<body>
Данный php код трогать и менять нельзя
<?php
$text0 = file_get_contents("https://домен.ru/archivexml/{news-id}.xml");
$data = array();
preg_match_all('/<option value="(\d*)".*?>.*?<\/option>/m', $text0, $out1);
preg_match('/img src="(.*?)"/m', $text0, $out3);
preg_match('/img src="(.*?)"/m', $text0, $out4);
$out3 = preg_replace("#http://(www\.)?(.*?)/#is", '', $out3);
$out3 = preg_replace("#([^/]*)$#", '', $out3);
$out4 = preg_replace("/\?.*/", '', $out4);
$out4 = preg_replace("/.*?\./", '', $out4);
?>
Этот php код менять можно
<?php
function outimgformeta()
{
global $testphpcode;
$testphpcode = '<?php print_r ($out3[1]);?>1.<?php print_r ($out4[1]);?>';
return $testphpcode;
}
?>
</body>
<?php print_r ($out4[1]);?>
<meta property="og:image" content="<?php print_r ($out4[1]);?>"/>
<img src="фейк-пустое.jpg" data-src="оригинал-картинка.jpg">
$('.comics img').each(function(){
if(this.src.indexOf('https://domain1.ru')!=-1){
this.src=this.src.replace('https://domain1.ru','https://anotherdomain1.ru/blabla/blabla/');
};
if(this.src.indexOf('https://domain2.ru')!=-1){
this.src=this.src.replace('https://domain2.ru','https://anotherdomain2.ru/blabla/blabla/');
};
if(this.src.indexOf('https://domain3.ru')!=-1){
this.src=this.src.replace('https://domain3.ru','https://anotherdomain3.ru/blabla/blabla/');
};
if(this.src.indexOf('https://domain4.ru')!=-1){
this.src=this.src.replace('https://domain4.ru','https://anotherdomain4.ru/blabla/blabla/');
};
if(this.src.indexOf('https://domain5.ru')!=-1){
this.src=this.src.replace('https://domain5.ru','https://anotherdomain5.ru/blabla/blabla/');
};
});
$('.comics img').each(function() {
const DOMAIN = 'https://domain1.ru';
let src = $(this).attr('data-src');
if (!src.startsWith(DOMAIN)) return;
$(this).attr('data-src', src.replace(DOMAIN, 'https://anotherdomain1.ru/blabla/blabla/'));
const DOMAIN = 'https://domain2.ru';
let src = $(this).attr('data-src');
if (!src.startsWith(DOMAIN)) return;
$(this).attr('data-src', src.replace(DOMAIN, 'https://anotherdomain2.ru/blabla/blabla/'));
const DOMAIN = 'https://domain3.ru';
let src = $(this).attr('data-src');
if (!src.startsWith(DOMAIN)) return;
$(this).attr('data-src', src.replace(DOMAIN, 'https://anotherdomain3.ru/blabla/blabla/'));
});
if(this.src.indexOf('https://domain.ru')!=-1){
<img class=" lazyloaded" data-src="https://domain.ru/1/captainmarvel2016vol9/010/1.png">
<img class=" lazyloaded" data-src="http://anotherdomain.ru/blabla/blabla/">