Авторизуйтесь по паролю
DomiTori 30.04.2016 Общие вопросы по PHP, Ламерские вопросы 1970
nowheremany - 2016-04-2830 апреля 2016 14:21 - #55196
mastodontoff - 2016-04-2830 апреля 2016 18:44 - #55203
DomiTori - 2016-04-281 мая 2016 09:35 - #55218
vitnet - 2016-04-281 мая 2016 10:30 - #55219
if( document.location.href ) { console.log(document.location.href.match(/jsbin\.com/i));}
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;