Шитпостинг

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

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


Вы здесь » Шитпостинг » Скрипты » Скрипты порталов


Скрипты порталов

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

1

]данный скрипт адаптирован под MYBB !!![/color]
Ставим в HTML верх или низ:
<script type="text/javascript">
var page = "https://e2.mybb.ru/pages/portal";
var timer = 1;
var a = window.location.pathname;
var domain = window.location.hostname + '/';
var time = new date();
if(navigator.cookieenabled){
if ((a=='/' || a=='/index.php' || a=='') && document.cookie.indexof("indexpage=true")==-1){
    location.href = 'http://' + domain + page;
}
time.sethours(time.gethours()+timer);
document.cookie = "indexpage=true; expires=" + time.togmtstring() +  "; path=/";
}
</script>

адрес https://e2.mybb.ru/pages/portal изменяем на свой адрес созданной странице.
1-количество часов (хз знает зачем) :)





]теперь создаем отдельную страницу и вставляем код приведенный ниже:
<div class="container">
<div class="left_1">
<h2>первый блок</h2>
<br />123456789</div>
<div class="left_2">
<h2>второй блок</h2>
<br />123456789</div>
<div class="left_3">
<h2>третий блок</h2>
<br />123456789</div>
<div class="centert">
<h2>центральный блок верх</h2>
123</div>
<div class="centerb">
<h2>центральный блок низ</h2>
123</div>
<div class="right_1">
<h2>первый блок</h2>
<br />123456789</div>
<div class="right_2">
<h2>второй блок</h2>
<br />123456789</div>
<div class="right_3">
<h2>третий блок</h2>
<br />123456789</div>
<div class="bottom">
<h2>нижний блок</h2>
<br />123456789</div>
<style><!--
.left_1, .left_2, .left_3{width: 20%; height: 200px; display: block; margin: 10px 10px 30px 10px; border: 1px solid!important; }
.right_1, .right_2, .right_3{width: 20%; height: 200px; display: block; margin: 10px 10px 30px 79%; border: 1px solid!important; }
.left_1 h2, .left_2 h2, .left_3 h2, #pun-main .container, .center h2, .right_1 h2, .right_2 h2, .right_3 h2{border: none!important; text-align: center;}
.section h1 {display: none; }
.centert  {width: 50%; height: 250px; margin: -640px 20% 10px 25%; border: 1px solid!important; overflow: auto;}
.centerb {width: 50%; height: 250px; margin: 40px 20% 10px 25%; border: 1px solid!important; overflow: auto;}
.right_1 {margin-top: -610px; }
.section .container .container {height: 950px; }
.bottom {width: 98%; height: 200px; border: 1px solid!important; margin: 10px 10px 10px 10px;}
--></style>
</div>

Скрипт был написан [color=blue]rpc

2

sss

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

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



Вы здесь » Шитпостинг » Скрипты » Скрипты порталов