Авторизуйтесь по паролю
htttpkasper 22.12.2017 Общие вопросы, Модули, Ламерские вопросы 1322
kolumb - 2016-08-1322 декабря 2017 22:24 - #66874
htttpkasper - 2016-08-1323 декабря 2017 01:56 - #66875
$db->query("SELECT * FROM " . PREFIX . "_iChat ORDER BY date ASC LIMIT {$limit}");
$db->query("SELECT * FROM " . USERPREFIX . "_usergroups ORDER BY id ASC");
$db->query("SELECT * FROM " . USERPREFIX . "_usergroups ORDER BY id DESC");
htttpkasper - 2016-08-1330 декабря 2017 19:14 - #66932
<script> $( document ).ready(function() { $("div#iChat-style").scrollTop($('div.chat:last').offset().top); }); </script>
<script> document.getElementById("chat").addEventListener("keyup", myFunction); function myFunction() { setTimeout(function() { document.getElementById("iChat-style").scroll(99999,99999); }, 1500) } </script>
$_SESSION['hash_messages_' . $_POST['place']] = md5($Messages);
echo <<<HTML <script> $( document ).ready(function(){ $("div#iChat-style").scrollTop($('div.chat:last').offset().top); document.getElementById("iChat-style").scroll(999999,999999); return false; }); </script> HTML;
xakerek38 - 2016-08-1313 мая 2020 23:53 - #76040
htttpkasper - 2016-08-1330 декабря 2017 22:56 - #66934
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;