Авторизуйтесь по паролю
sokolov.mgn 11.05.2023 Стол заказов 749 3 комментария
deadluk - 2023-05-1111 мая 2023 20:36 - #82057
sokolov.mgn - 2023-05-1111 мая 2023 21:47 - #82058
deadluk - 2023-05-1112 мая 2023 09:54 - #82061
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;