Авторизуйтесь по паролю
Westus 10.09.2015 Все вопросы » Хаки 1843
vitnet - 2015-08-0810 сентября 2015 10:25 - #48384
Serik - 2015-08-0810 сентября 2015 13:10 - #48395
} elseif( $config['files_count'] ) {
} elseif( $config['files_count'] == 'yes' AND ($member_id['user_group']==1 OR $member_id['user_group']==2 OR $member_id['user_group']==3) ) {
vitnet - 2015-08-0810 сентября 2015 16:59 - #48418
} elseif( $config['files_count'] AND in_array($member_id['user_group'], "1,2,3") ) {
iframe { width: 100%; height: 400px; /* Высота по умолчанию */ } /* Мобильные устройства */ @media (max-width: 768px) { iframe { height: 300px; } } /* Очень маленькие экраны */ @media (max-width: 480px) { iframe { height: 250px; } }
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {width: 100%; max-width:100% !important; height:400px; display:block;} @media screen and (max-width: 590px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:300px;} } @media screen and (max-width: 470px) { .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame, #trplayer {height:250px;} }
$this->from = $imageurl;
if ($url['host'] == "image.openmoviedb.com" && stripos($imageurl, "image.openmoviedb.com") !== false) { $type = 'jpg'; // < -- либо другой формат из $allowed_extensions $imageurl = time() + rand(1, 100); $imageurl = $imageurl . "." . $type; $imageurl = preg_replace('#[.]+#i', '.', $imageurl); }