Авторизуйтесь по паролю
ilgizon87 13.02.2015 Все вопросы » Хаки 2257
vadims - 2015-02-1513 февраля 2015 09:16 - #41045
vadims - 2015-02-1513 февраля 2015 18:32 - #41062
ilgizon87 - 2015-02-1513 февраля 2015 11:54 - #41048
vitnet - 2015-02-1513 февраля 2015 13:04 - #41050
ilgizon87 - 2015-02-1513 февраля 2015 14:49 - #41053
<?php $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/_ImDUHMpjrA?rel=0" frameborder="0" allowfullscreen></iframe>'; $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/iHo-mP9Ts74?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>'; $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/PaAYa6Pl-Nw?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>'; $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/kZX5pfo-APM?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>'; $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/hbTktkX3rNY?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>'; $quotes[] = '<iframe width="640" height="360" src="https://www.youtube.com/embed/k0gBlHK7mgI?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>'; srand ((double) microtime() * 1000000); $random_number = rand(0,count($quotes)-1); echo ($quotes[$random_number]); ?>
vitnet - 2015-02-1513 февраля 2015 21:52 - #41089
ilgizon87 - 2015-02-1513 февраля 2015 23:15 - #41094
.ui-dialog {
z-index: 9999;
$tpl->set( '{short-story}', $row['short_story'] );
$tpl->set( '{short-story}', $row['short_story'] ); $tpl->set_block("'\\[short_story\\](.*?)\\[/short_story\\]'si", $row['short_story'] ? '\\1' : '');
[short-story]Показать этот текст, если есть краткая новость[/short-story]
[not-short-story]Показать этот текст, если краткой новости нет[/not-short-story]