Admin.MyBB.Online

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Admin.MyBB.Online » Техногенный форум » Код


Код

Сообщений 1 страница 2 из 2

1

Обычный код

Код:
<!-- Закрытие от гостей -->
<script type="text/javascript">
if ((GroupID == 3) ){
if ((document.URL.indexOf("login.php") == -1) && (document.URL.indexOf("register.php") == -1)){
$('html').addClass('noWis');
document.getElementById('pun').innerHTML="<div id='pun-main' style=\"margin: 30% auto auto auto; width: 300px; height: 300px;\">Для доступа к форуму Вы должны <a href=\"http://alfedr.mybb.ru//login.php\">войти</a> под своим аккаунтом или <a href=\"http://alfedr.mybb.ru//register.php\">зарегистрироваться.</a><style>.noWis{background:url(https://forumstatic.ru/files/001b/d8/65/97591.jpg?v=1) fixed!important; background-size: 300% 300%;}.noWis *{ background: transparent none!important;border: 0 none transparent!important;box-shadow:none!important;}</style>"
}}
</script>
<!-- Окончание -->

0

2

Код на основе pre

<!-- Закрытие от гостей -->
<script type="text/javascript">
if ((GroupID == 3) ){
if ((document.URL.indexOf("login.php") == -1) && (document.URL.indexOf("register.php") == -1)){
$('html').addClass('noWis');
document.getElementById('pun').innerHTML="<div id='pun-main' style=\"margin: 30% auto auto auto; width: 300px; height: 300px;\">Для доступа к форуму Вы должны <a href=\"http://alfedr.mybb.ru//login.php\">войти</a> под своим аккаунтом или <a href=\"http://alfedr.mybb.ru//register.php\">зарегистрироваться.</a><style>.noWis{background:url(https://forumstatic.ru/files/001b/d8/65/97591.jpg?v=1) fixed!important; background-size: 300% 300%;}.noWis *{ background: transparent none!important;border: 0 none transparent!important;box-shadow:none!important;}</style>"
}}
</script>
<!-- Окончание -->

0

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » Admin.MyBB.Online » Техногенный форум » Код