Форум поддержки пользователей ZeroParking

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

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


Вы здесь » Форум поддержки пользователей ZeroParking » Галерея скриптов » Скрипты Украшаем Форум


Скрипты Украшаем Форум

Сообщений 211 страница 240 из 703

211

спасиб

0

212

https://forumupload.ru/uploads/0002/25/06/8547-2.gif  круть

0

213

классно

0

214

А я такие сама делаю,с любыми картинками=)

0

215

А можно мне скрипты тех смайликов внизу?А куда их ставить после того как вы их сделаите?

0

216

https://forumupload.ru/uploads/0002/25/06/8547-2.gif

0

217

Спс  https://forumupload.ru/uploads/0002/25/06/8547-2.gif

0

218

Можно небольшие вспышки огня... и что бы они были на заднем фоне? Со средней скоростью?

0

219

https://forumupload.ru/uploads/0002/25/06/8550-2.gif Всё очень красиво!!!!Но почему все долетает до конца таблицы и исчезает. На одном форуме я аидела, что снежинки долетали до самого низа и там ещё какое то время оставались!

0

220

Вот такая травка)    http://s61.radikal.ru/i174/0904/d1/7c785958b588.gif

<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
var no = 25; //
var speed = 12; //
var snowflake = "http://www.ganjaclub.ru/avatar/56/926675.gif";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) { 
dx[i] = 0;         
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;         
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();   
if (ns4up) {                 
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
   }
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
      }
   }
}
function snowNS() {
for (i = 0; i < no; ++ i) { 
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</script>

0

221

Вот эта картинка!!! для эмо!!!

<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Begin
var no = 25; //
var speed = 12; //
var snowflake = "http://www.siborg.biz/images/kateg-76.gif";

var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) { 
dx[i] = 0;         
xp[i] = Math.random()*(doc_width-50);
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20;         
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();   
if (ns4up) {                 
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" ");
document.write("top=\"15\" visibility=\"show\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></layer>");
   }
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: ");
document.write("absolute; Z-INDEX: "+ i +"; VISIBILITY: ");
document.write("visible; TOP: 15px; LEFT: 15px;\"><img src=\"");
document.write(snowflake + "\" border=\"0\"></div>");
      }
   }
}
function snowNS() {
for (i = 0; i < no; ++ i) { 
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", speed);
}
function snowIE() {
for (i = 0; i < no; ++ i) {
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->
</script>

0

222

классные скрипты  https://forumupload.ru/uploads/0002/25/06/8550-2.gif

0

223

хм..прикольно..

0

224

просто супер! мне оч нра! а нету скрипта надпись винкс летает ввех?

0

225

Все просто супер! Спасибо https://forumupload.ru/uploads/0002/25/06/8547-4.gif

0

226

а я вообще это не люблю все перед глазами милькает

0

227

Мне понадобились только капельки и снежинки))) Остальное не хочу

+1

228

А почему я немогу их вставить? У меня никак не берет.

0

229

а у меня почему то не идет... https://forumupload.ru/uploads/0002/25/06/8547-5.gif

0

230

а у меня почему то не идет... https://forumupload.ru/uploads/0002/25/06/8547-5.gif

0

231

Инфинити  расскажи как ты их делаешь ?    https://forumupload.ru/uploads/0002/25/06/8547-4.gif

0

232

Плииииииииииииииз!!!!!!!!!!!!!   https://forumupload.ru/uploads/0002/25/06/8547-4.gif  https://forumupload.ru/uploads/0002/25/06/8547-4.gif  https://forumupload.ru/uploads/0002/25/06/8547-4.gif  https://forumupload.ru/uploads/0002/25/06/8547-4.gif  https://forumupload.ru/uploads/0002/25/06/8547-4.gif  https://forumupload.ru/uploads/0002/25/06/8547-4.gif       Сделайте что бы воть эта бабочка летала сверху- вниз,а ?  И если у вас получиться,сделайте что бы она крылышками махала!!!!

<a target="_blank" href="http://www.radikal.ru"><img src="http://s39.radikal.ru/i085/0904/94/6f8025b0c54d.gif" ></a>

ПожалустО мне срочно нужноооооооооооооооооооооооооооооооооооооооооооооооо!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

0

233

Помогите мне, нужны бокалы с кровью) или что-то в этом роде для вампиров) https://forumupload.ru/uploads/0002/25/06/8547-3.gif

0

234

А мне можноооооо ???????    https://forumupload.ru/uploads/0002/25/06/8548-1.gif

0

235

Ау!!!!!!!!!  https://forumupload.ru/uploads/0002/25/06/8549-1.gif  Мне срочно надо !  https://forumupload.ru/uploads/0002/25/06/8548-2.gif

0

236

Спасиб!

0

237

Спасибо))

0

238

Я жду кровушки)) Мне очень нужно срочно https://forumupload.ru/uploads/0002/25/06/8549-5.gif

0

239

Код:
<center><embed src="http://i112.photobucket.com/albums/n192/ipblocker/clocks/10.swf" width="200" height="200" wmode="transparent" type="application/x-shockwave-flash"> <center>     </center></embed></center>

Вот интересные часы. Вставте в html - низ или вверх

0

240

Код:
<a href="http://www.wieistmeineip.de/cometo/?en"><img src="http://www.wieistmeineip.de/ip-address/?size=468x60" border="0" width="468" height="60" alt="IP" /></a>

http://s43.radikal.ru/i100/0904/14/733b73167750.gif

Определитель))) Вставте в html - низ или вверх

0


Вы здесь » Форум поддержки пользователей ZeroParking » Галерея скриптов » Скрипты Украшаем Форум


Рейтинг форумов | Создать форум бесплатно