Авторизуйтесь по паролю
Flerox 21.01.2016 Все вопросы » jQuery 1603
vitnet - 2015-02-1721 января 2016 10:24 - #51983
Flerox - 2015-02-1721 января 2016 12:29 - #51985
vitnet - 2015-02-1722 января 2016 01:04 - #51995
function iChatRefresh(place) { $('#iChat_form').css({'opacity': '0.3'}); $.post(dle_root + "engine/modules/iChat/ajax/refresh.php", {place: place}, function(data) { $('#iChat_form').css({'opacity': '1'}); if( $.trim(data) != 'no need refresh' ) { $('#iChat-messages').html(data); } }); return false;}
Flerox - 2015-02-1722 января 2016 02:31 - #52003
Flerox - 2015-02-1722 января 2016 02:50 - #52004
Flerox - 2015-02-1722 января 2016 03:27 - #52006
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;