Авторизуйтесь по паролю
Dusty 27.08.2016 Все вопросы » Ламерские вопросы 2062
Ойбек - 2014-06-1627 августа 2016 06:52 - #58210
Dusty - 2014-06-1627 августа 2016 18:51 - #58228
vitnet - 2014-06-1630 августа 2016 00:43 - #58284
function ShowOrHide(a){ var b=$('#'+a); var c=b.height()/200*1E3; 3E3<c&&(c=3E3); 250>c&&(c=250); 'none'==b.css('display')?(b.show('blind',{},c)):(2E3<c&&(c=2E3),b.hide('blind',{},c))}
if( !$title ) { return "<!--dle_spoiler--><div class=\"title_spoiler\"><a href=\"javascript:ShowOrHide('" . $id_spoiler . "')\"><!--spoiler_title-->" . $lang['spoiler_title'] . "<!--spoiler_title_end--></a></div><div id=\"" . $id_spoiler . "\" class=\"text_spoiler\" style=\"display:none;\"><!--spoiler_text-->{$matches[1]}<!--spoiler_text_end--></div><!--/dle_spoiler-->";} else { return "<!--dle_spoiler $title --><div class=\"title_spoiler\"><a href=\"javascript:ShowOrHide('" . $id_spoiler . "')\"><!--spoiler_title-->" . $title . "<!--spoiler_title_end--></a></div><div id=\"" . $id_spoiler . "\" class=\"text_spoiler\" style=\"display:none;\"><!--spoiler_text-->{$matches[2]}<!--spoiler_text_end--></div><!--/dle_spoiler-->";}
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;