Cod ninsoare pe forum?

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

Post Reply
DHS HBK
Membru, skill +1
Membru, skill +1
Posts: 321
Joined: 04 Oct 2013, 22:53
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 67 times
Been thanked: 6 times
Contact:

27 Nov 2013, 23:25

Care era codul de bagat ninsoare pe forum?

Sa ninga atat.
RoyalServer 2
User avatar
ScaLeO. [;x]
Membru, skill +2
Membru, skill +2
Posts: 558
Joined: 27 May 2012, 12:33
Detinator Steam: Da
CS Status: Am facut greseli, no' sa le mai repet.
Detinator server CS: --
SteamID: kansas. eXtream
Location: Satu Mare
Has thanked: 72 times
Been thanked: 162 times
Contact:

27 Nov 2013, 23:29

Intre <head> si </head>

Code: Select all

<script type="text/javascript">
var snowmax = 30;
var snowcolor = new Array("#aaaacc", "#ddddFF", "#ccccDD");
var snowtype = new Array("Arial Black", "Arial Narrow", "Times", "Comic Sans MS");
var snowletter = "*";
var sinkspeed = 0.9;
var snowmaxsize = 30;
var snowminsize = 10;
var snowingzone = 1;
var snow = new Array();
var marginbottom;
var marginright;
var ScrollTop;
var timer;
var i_snow = 0;
var x_mv = new Array();
var crds = new Array();
var lftrght = new Array();
var browserinfos = navigator.userAgent;
var ie5 = document.all && document.getElementById && !browserinfos.match(/Opera/);
var ns6 = document.getElementById && !document.all;
var opera = browserinfos.match(/Opera/);
var browserok = ie5 || ns6 || opera;
function randommaker(a)
{
    rand = Math.floor(a * Math.random());
    return rand
}
function iecompattest()
{
	return (document.compatMode && document.compatMode != "BackCompat") ? document.documentElement : document.body
}
function InitHeight() {
	if (ie5 || opera) {
		marginbottom = iecompattest().clientHeight + 5; //clientHeight;
		marginright = iecompattest().scrollWidth + 5; //clientWidth
	}
	else {
		if (ns6) {
			marginbottom = self.innerHeight;
			marginright = self.innerWidth
		}
	}
	ScrollTop = document.body.scrollTop;
	if (ScrollTop == 0) {
		if (window.pageYOffset)
			ScrollTop = window.pageYOffset;
		else
			ScrollTop = (document.body.parentElement) ? document.body.parentElement.scrollTop : 0;
	}
	marginbottom += ScrollTop;
}
function initsnow()
{
	InitHeight()
  var a = snowmaxsize - snowminsize;
  for (i = 0;i <= snowmax;i++)
	{
		crds<em> = 0;
		lftrght<em> = Math.random() * 15;
		x_mv<em> = 0.03 + Math.random() / 10;
		snow<em> = document.getElementById("s" + i);
		snow<em>.style.fontFamily = snowtype[randommaker(snowtype.length)];
		snow<em>.size = randommaker(a) + snowminsize;
		snow<em>.style.fontSize = snow<em>.size + "px";
		snow<em>.style.color = snowcolor[randommaker(snowcolor.length)];
		snow<em>.sink = sinkspeed * snow<em>.size / 5;
		if (snowingzone == 1) { snow<em>.posx = randommaker(marginright - snow<em>.size) }
		if (snowingzone == 2) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) }
		if (snowingzone == 3) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) + marginright / 4 }
		if (snowingzone == 4) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) + marginright / 2 }
		snow<em>.posy =  randommaker(2 * marginbottom - marginbottom - 2 * snow<em>.size);
		snow<em>.style.left = snow<em>.posx + "px";
		snow<em>.style.top = snow<em>.posy + "px"
  }
  movesnow()
}

function movesnow()
{
	InitHeight();
	for (i = 0; i <= snowmax; i++)
	{
		crds<em> += x_mv<em>;
		snow<em>.posy += snow<em>.sink;
		snow<em>.style.left = snow<em>.posx + lftrght<em> * Math.sin(crds<em>) + "px";
		snow<em>.style.top = snow<em>.posy + "px";
		if (snow<em>.posy >= marginbottom - 2 * snow<em>.size || parseInt(snow<em>.style.left) > (marginright - 3 * lftrght<em>))
		{
			if (snowingzone == 1) { snow<em>.posx = randommaker(marginright - snow<em>.size) }
			if (snowingzone == 2) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) }
			if (snowingzone == 3) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) + marginright / 4 }
			if (snowingzone == 4) { snow<em>.posx = randommaker(marginright / 2 - snow<em>.size) + marginright / 2 }
			snow<em>.posy = ScrollTop
		}
	}
	var a = setTimeout("movesnow()", 60)
}
function hidesnow()
{
	if (window.timer)	{ clearTimeout(timer) }
	for (i = 0;i <= snowmax;i++)
	{
		document.getElementById("s" + i).style.visibility = "hidden"
	}
}
for (i = 0;i <= snowmax;i++)
{
	document.write('<div id="s' + i + '" style="POSITION: absolute; Z-INDEX: 9' + i + "; VISIBILITY: visible; TOP:-" + snowmaxsize + 'px; LEFT: 15px;">' + snowletter + "</div>")
}
if (browserok)
{ initsnow() }
else
{ document.write('Votre navigateur ne supporte pas ce Javascript, ') };
</script>
Webhost gratuit cu multiple facilitati: Advanced DDoS protection, 100% SLA, Custom SSL certificates, Custom error pages. Afla mai mult..
ImageImage
User avatar
Mădălin
Administrator
Administrator
Posts: 5295
Joined: 06 Mar 2013, 21:40
Detinator Steam: Nu
Reputatie: Administrator
Fost manager cs.extream.ro
Web designer
Administratorul anului 2023
Has thanked: 45 times
Been thanked: 310 times
Contact:

27 Nov 2013, 23:38

Poţi încerca şi asta:

Uploadezi fişierul snow.js în ftp. De exemplu către: http://www.siteul-tau.ro/forum.

Adaugi înainte de </head> din template:

Code: Select all

<script type="text/javascript" src=http://www.siteul-tau.ro/forum/snow.js"></script>
scorseze
Membru eXtream
Membru eXtream
Posts: 2371
Joined: 26 Mar 2010, 12:54
Detinator Steam: Da
CS Status: --------------
Detinator server CS: --------
SteamID: --------
Reputatie: Restrictie moderator
Location: -----------
Has thanked: 41 times
Been thanked: 51 times

28 Nov 2013, 00:14

uite mai multe exemple de zapada pe forum
:crazy_face:
Post Reply

Return to “Discutii generale”

  • Information
  • Who is online

    Users browsing this forum: Bing [Bot] and 659 guests