<a rel="nofollow" target="_blank" href="/go/?url=<img src=" http:="" operz.net="" uploads="" posts="" 2013-04="" 1365678772_tumblr_mfiz3cylco1qjonawo1_500_1.gif"="">"><img src="http://operz.net/uploads/posts/2013-04/1365678772_tumblr_mfiz3cylco1qjonawo1_500_1.gif"></a>
так получается в исходном коде static function makeClickableLinks($text)
{
$text = preg_replace('/(((f|ht){1}tp:\/\/)[-a-zA-Z0-9@:%_\+.~#?&\/\/=]+)/i',
'<a rel="nofollow" target="_blank" href="/go/?url=\\1">\\1</a>', $text);
$text = preg_replace('/([[:space:]()[{}])(www.[-a-zA-Z0-9@:%_\+.~#?&\/\/=]+)/i',
'\\1<a rel="nofollow" target="_blank" href="/go?url=http://\\2">\\2</a>', $text);
return $text;
}
<a rel="nofollow" target="_blank" href="/go/?url=ссылка">ссылка</a>
static function makeClickableLinks($text)
{
$text = @eregi_replace('(((f|ht){1}tp://)[-a-zA-Z0-9@:%_\+.~#?&//=]+)',
'<a rel="nofollow" target="_blank" href="/go/?url=\\1">\\1</a>', $text);
$text = @eregi_replace('([[:space:]()[{}])(www.[-a-zA-Z0-9@:%_\+.~#?&//=]+)',
'\\1<a rel="nofollow" target="_blank" href="/go?url=http://\\2">\\2</a>', $text);
return $text;
}
}
<a rel="nofollow" target="_blank" href="/go/?url=ссылка">ссылка</a>
<img >сюда ссылка на изоброжение</img>
? $content="<p>тексттексттекст</p>
<p><img src=\"http://site.ru/images/1.jpg\" style=\"width:121pt;height:71pt;\" /><img src=\"http://site.ru/images/2.jpg\" style=\"width:110pt;height:34pt;\" /></p>
<p>тесттекст</p><p><img src=\"http://site.ru/images/3.jpg\" style=\"width:90pt;height:18pt;\" /></p><p>В проекциях на ось х это уравнение запишется в виде</p><p><img src=\"http://site.ru/images/4.jpg\" style=\"width:162pt;height:12pt;\" /><img src=\"http://site.ru/images/5.jpg\" style=\"width:269pt;height:38pt;\" /></p>";
а это где выводить нужно из ссылок картинки) var playSound = function(path){
var o = new Audio();
o.src = path;
o.play();
}
var notify = {
hTimer: 0,
time_ms: 3000,
"Init":function()
{
clearTimeout(this.hTimer);
this.hTimer = setTimeout(function()
{
notify.Close(this.hTimer);
},
this.time_ms);
к сожалению не работает или что то я делаю неправильно