Авторизуйтесь по паролю
ilgizon87 13.02.2015 Все вопросы » Хаки 2284
vadims - 2015-02-1313 февраля 2015 09:16 - #41045
vadims - 2015-02-1313 февраля 2015 18:32 - #41062
ilgizon87 - 2015-02-1313 февраля 2015 11:54 - #41048
vitnet - 2015-02-1313 февраля 2015 13:04 - #41050
ilgizon87 - 2015-02-1313 февраля 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-1313 февраля 2015 21:52 - #41089
ilgizon87 - 2015-02-1313 февраля 2015 23:15 - #41094
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;