создадим винкс вместе?

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

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



Скрипты

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

1

Скрипты на форум

0

2

Кнопка "баннеры"
контейнер для баннеров внизу форума.
html низ

Код:
 <!-- баннеры --> 
<center><span><a href="#" onclick=" obj=this.parentNode.childNodes[1].style; tmp=(obj.display!='block') ? 'block' : 'none'; obj.display=tmp; return false;"><img src="ссылка на картинку"></a><div style="display: none">

<div style="overflow: scroll; overflow-x: hidden; height: 150px;">полоса прокрутки</div>
</div></span></div></align></center></div>

0

3

Пиар-вход
без комментариев. в текстовом варианте.
html низ

Код:
<!-- пиар-вход -->
<script type="text/javascript">
PiarNik="ник пиара";
PiarPas="пароль пиара";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<li id=\"navpiar\"><span id=spMyimg style=\"cursor:pointer;\"><a onclick=\"PiarIn()\">Пиар-Вход</a></span></li>";
if($("#navlogin").html()!=null){
$("#navlogin").after(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>

0

4

Выделить код
на всякий случай...
html низ

Код:
<!-- выделить код -->
<script type="text/javascript">
    function select_text(elem) {
    if(window.getSelection) {   
    var s=window.getSelection();   
    if(s.setBaseAndExtent){   
    s.setBaseAndExtent(elem,0,elem,elem.innerText.length-1);   
    }
    else {   
    var r=document.createRange();   
    r.selectNodeContents(elem);   
    s.removeAllRanges();   
    s.addRange(r);
    }   
    }
    else if(document.getSelection){   
    var s=document.getSelection();   
    var r=document.createRange();   
    r.selectNodeContents(elem);   
    s.removeAllRanges();   
    s.addRange(r);   
    }
    else if(document.selection){   
    var r=document.body.createTextRange();   
    r.moveToElementText(elem);   
    r.select();
    }   
    }
    </script>
    <script type="text/javascript">
    var div = document.getElementById('pun-main').getElementsByTagName('div');
    for(x in div){
    if(div[x].className=='code-box'){
    div[x].getElementsByTagName('strong')[0].innerHTML = '<a href="#" onclick="select_text(this.parentNode.parentNode.childNodes[1].getElementsByTagName(\'pre\')[0]); return false;">Выделить код</a>';
    }
    }
    </script>

0

5

Профилактика
Профилактика форума.
html верх

Код:
<div id="resplash" style="display: none;">
<div class='formal' style='height:200px; width:200px; margin:auto; margin-top:200px; font-family:tahoma; font-size:10px;'> <form id='login' class='container' method='post' action='login.php?action=in' onsubmit='return my_form(this)'><fieldset><span>:Р</span><div class='fs-box inline'> <input type='hidden' name='form_sent' value='1' /><input type='hidden' name='redirect_url' value='index.php' /><p class='inputfield required'> <label for='fld1'>Имя <em>(Обязательно)</em></label><br /> <span class='input'> <input type='text' id='fld1' name='req_username' size='25' maxlength='25'/></span></p> <p class='inputfield required'> <label for='fld2'>Пароль <em>(Обязательно)</em></label><br /> <span class='input'> <input type='password'  id='fld2'  name='req_password'  size='25'  maxlength='25' /></span></p></div></fieldset> <center><p class='formsubmit'> <input type='submit' class='button' id='customebutton' name='login' value='Войти как Администратор' /></p></center></form></div></div>
<script type="text/javascript">
var active = 1; 
if(GroupID != 1 && active == 1){
e10 = document.createElement('div')
e10.innerHTML = document.getElementById("resplash").innerHTML;
document.getElementsByTagName('body')[0].insertBefore(e10,document.getElementById('pun_wrap'))
document.write("<style type=\"text/css\">html, body {background: #fff;} #customebutton {margin: auto;} #pun {display: none;}</style>");
document.title= ':Р'+document.title;
}
</script>

0

6

Кнопки "вверх \ низ"

прокрутка форума, короче.
html верх

Код:
<!--Кнопки вверх вниз-->
<div style="position:fixed; right
:0.5%; bottom: 45%;">
<a href=#top onClick="scrollTo(0,0); return false;" title="Вверх страницы">
<img src="адрес картинки вверх" alt="Вверх страницы" ></a>
<br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;" title="Вниз страницы">
<img src="адрес картинки вниз" alt="Вниз страницы" ></a> 
</div>

0

7

Таблица в объявление

http://i071.radikal.ru/0812/7b/30e87acb3ff6.jpg

Код:
<table width="100%" border="0"> 
<tr align=center>
<td><img src="адрес картинки"></td>
<td><b>Последние новости:</b><br>
Тут текст</td>
<td><b>Главный админ:</b><br>
Ник админа<br><br>
<b>Админы:</b><br>
Ники админов<br><br>
<b>Модеры:</b><br>
Ники модеров</td>
<td>Тут остальной текст</td>
</tr>
</table>

0

8

Таблица в три столба

Код:
<FONT color="#096a65">
<jastify><table style="" border="0"><tbody><tr>
<td align="center" height="150" valign="top"
 width="33%"><b>НОВОСТИ</b><br>
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text</td>
<td align="center" height="150" valign="top"
 width="33%"><b>В ИГРЕ</b><br>
<b>время</b><br>
text text text text text text text text text text text text text text text text text text text text text text text text text text text <br>
<b>погода</b><br>
text text text text text text text text text text text text text text text text text text text text text text text text text text text<br>
<b>события</b><br>
text text text text text text text tekxt text text text text text text text text text text text text text text text text text text text</td>
<td align="center" height="150" valign="top"
 width="33%"><b>ИГРОК НЕДЕЛИ</b><br>
<b>знакомство с миром</b><br>
link link link link link link link link link link link link link link link link link link link link link link link link link link link link<br>
<b>администрация мира</b><br>
picture picture picture picture<br>
<b>пользователям амарелы</b><br>
link link link link link link link link link link link link link link link link link link link link link link link link link link link link<br></td>
</tr></tbody></table></jastify>
</FONT>

0