Авторизуйтесь по паролю
jekan3000 04.06.2016 Все вопросы » Общие вопросы 1431
Serge - 2016-06-044 июня 2016 22:48 - #56255
function replace_links ( $source, $links )
if ( preg_match_all('#<a(.+?)>(.+?)</a>#i', $source, $temp_array) ) { $temp_array = array_unique($temp_array[0]); foreach($temp_array as $value) { $i++; $safe_tags_list[$i]=$value; $source=str_replace($value, '!#' . $i . '#!', $source); } }
mastodontoff - 2016-06-045 июня 2016 04:46 - #56263
header('Location: ' . $config['http_home_url'] );
header("Location: ".($config['allow_alt_url'] ? $config['http_home_url'] .'user/'.urlencode($member_id['name']).'/' : $PHP_SELF.'?subaction=userinfo&user='.urlencode($member_id['name'])));
CREATE TABLE `dle_views` ( `id` int(11) NOT NULL, `news_id` int(11) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;