Авторизуйтесь по паролю
ychelovek33 13.06.2014 Общие вопросы, Ламерские вопросы 2796
ScreN - 2015-05-1413 июня 2014 13:05 - #30055
<span class="progovec">Имя продовца <img class="kartinochka" src="адрес картиночки" /></span>
ychelovek33 - 2015-05-1413 июня 2014 13:19 - #30057
Sokolov - 2015-05-1414 июня 2014 00:15 - #30117
ychelovek33 - 2015-05-1414 июня 2014 10:38 - #30120
<form accept-charset="Cp1251" id="pay" name="pay" method="POST" action="https://merchant.webmoney.ru/lmi/payment.asp" target="_blank"> <input type="hidden" name="LMI_PAYMENT_AMOUNT" value="300.00"> <input type="hidden" name="LMI_PAYMENT_DESC" value="Оплата ПРОФИ: "> <input type="hidden" class="sitedonate" name="LMI_PAYMENT_DESC" value="{title}"><input type="hidden" name="news_id" class="news_id33" value="{news-id}"><input type="hidden" name="user_donate" value="300"> <input type="hidden" name="LMI_PAYEE_PURSE" value="R1111111111111"><input type="submit" class="wmbtn action_button" value="Заказать"></form>
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); }