Код: Выделить всё
[img]http://sait.ru/image.jpg[/img]указать
Код: Выделить всё
[img]//sait.ru/image.jpg[/img]Код: Выделить всё
[img]http://sait.ru/image.jpg[/img]Код: Выделить всё
[img]//sait.ru/image.jpg[/img]
Только вот не все сайты его поддерживают, и вы получите неработающие изображения с других сайтов.
в коде правили? или как то через автоцензор?


Код: Выделить всё
[phpBB Debug] PHP Warning: in file [ROOT]/umil/umil.php on line 157: include(./includes/db/db_tools.php): failed to open stream: No such file or directory
[phpBB Debug] PHP Warning: in file [ROOT]/umil/umil.php on line 157: include(): Failed opening './includes/db/db_tools.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')Код: Выделить всё
// Setup $this->db_tools
if (!class_exists('phpbb_db_tools'))
{
global $phpbb_root_path, $phpEx;
include($phpbb_root_path . 'includes/db/db_tools.' . $phpEx);
}
$this->db_tools = new phpbb_db_tools($this->db);
