- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
return $img;<br />
if(!@strstr($img,$PowerBB->_SERVER['HTTP_HOST'])
and!@strstr($img,"look"))
{
$img = str_replace('alt=""', 'alt="http://'.$PowerBB->_SERVER['HTTP_HOST'].$PowerBB->_SERVER['REQUEST_URI'].'"', $img);
}