Would you like to react to this message? Create an account in a few clicks or log in to continue.

ıp.ban ıcın html kodları

2 posters

Aşağa gitmek

ıp.ban ıcın html kodları Empty ıp.ban ıcın html kodları

Mesaj tarafından streetboy Cuma Şub. 29, 2008 8:32 pm

Siteye istemediginiz kisiler giremez ip ban.ıe icin ideal

<HEAD>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
// This JavaScript uses server side includes ("SSI") so this document's name must end in .shtml
function ban(){
var ip = '<!--#echo var="REMOTE_ADDR"-->';

//add as many ip's below as you wish.
if (ip == "x.x.x.x" || ip == "x.x.x.x") {

//if you wish to change the alert message, do so below.
alert("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Attentio n!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\nYour ip address \("+ip+"\) has been banned!");
history.go(-1);
window.location.replace("http://www.forumlarinefendisi.com/")
}
}
ban();
// End -->
</script>



Siteniz sayısal loto tahmini yapsın

<html>
<HEAD>

<title>z-loto-3</title>


<style type="text/css">
.a1{
position:relative;
font-family:Verdana;
font-size:20px;
color:#888888;
}
</style>

<script language="JavaScript">
<!-- UK National Lottery Number Picker by kurt.grigg@virgin.net
function lotto(){
B=' ';
LottoNumbers=new Array();
for (i = 1; i <= 6; i++)
{
RandomNumber = Math.round(1+Math.random()*48);
for (j = 1; j <= 6; j)
{
if (RandomNumber == LottoNumbers[j])
{
RandomNumber=Math.round(1+Math.random()*48);
j=0;
}
j++;
}
LottoNumbers[i]=RandomNumber;
}
LottoNumbers=LottoNumbers.toString();
X=LottoNumbers.split(',');
for (i=0; i < X.length; i++)
{
X[i]=X[i]+' ';
if (X[i].length==2)
X[i]='0'+X[i];
}
X=X.sort();
for (i=0; i < X.length; i++)
{
OutPut=B+=X[i];
}
if (document.all)document.all.layer1.innerHTML=OutPut ;
if (document.getElementById)document.getElementById(" layer1").innerHTML=OutPut;
if (document.layers){
document.layers.layer1.document.open();
document.layers.layer1.document.write("<span style='position:absolute;top:0px;left:0px;font-family:Verdana;font-size:20px;color:#888888;text-align:center'> "+OutPut+"</span>");
document.layers.layer1.document.close();
}
T=setTimeout('lotto()',50);
window.status=OutPut;
}
function StOp(){
setTimeout('clearTimeout(T)',3000);
}
//-->
</script>


</HEAD>



<BODY><table border='0' width=250 height=50>

<tr valign='middle'>

<td align='center'>

<form name=form>

<input type=button value='Tyklayyn, Milyarlara Yakla?yn' onClick="lotto();StOp()">

</form>

<span id=layer1 class=a1>Sonuçlar</span>

</td>

</tr>

</table>
</BODY>
</html>

Matrix arkaplan

<html>

<head>
<meta **********="Content-Language" content="tr">
<meta **********="Content-Type" content="text/html; charset=windows-1254">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="Microsoft Theme" content="none">
</head>

<body bgcolor="#000000"></body>

</html>
<script language="JavaScript">
if (document.all){
Cols=7;
Cl=24; //Peşpeşe geliş mesafeleri!
Cs=40; //Sayfaya enine yayılış mesafeleri!
Ts=10; //Rakamların büyüklükleri!
Tc='#008800';//Renk
Tc1='#00ff00';//Renk1
MnS=22; //Akış hızları!
MxS=25; //Akış hızları!
I=Cs;
Sp=new Array();S=new Array();Y=new Array();
C=new Array();M=new Array();B=new Array();
RC=new Array();E=new Array();Tcc=new Array(0,1,7,9,3,2);
document.write("<div id='Container' style='position:absolute;top:0;left:-"+Cs+"'>");
document.write("<div style='position:relative'>");
for(i=0; i < Cols; i++){
S[i]=I+=Cs;
document.write("<div id='A' style='position:absolute;top:0;font-family:Arial;font-size:"
+Ts+"px;left:"+S[i]+";width:"+Ts+"px;height:0px;color:"+Tc+";visib ili ty:hidden'></div>");
}
document.write("</div></div>");

for(j=0; j < Cols; j++){
RC[j]=1+Math.round(Math.random()*Cl);
Y[j]=0;
Sp[j]=Math.round(MnS+Math.random()*MxS);
for(i=0; i < RC[j]; i++){
B[i]='';
C[i]=Math.round(Math.random()*1)+' ';
M[j]=B[0]+=C[i];
}
}
function Cycle(){
Container.style.top=window.document.body.scrollTop ;
for (i=0; i < Cols; i++){
var r = Math.floor(Math.random()*Tcc.length);
E[i] = '<font color='+Tc1+'>'+Tcc[r]+'</font>';
Y[i]+=Sp[i];

if (Y[i] > window.document.body.clientHeight){
for(i2=0; i2 < Cols; i2++){
RC[i2]=1+Math.round(Math.random()*Cl);
for(i3=0; i3 < RC[i2]; i3++){
B[i3]='';
C[i3]=Math.round(Math.random()*1)+' ';
C[Math.floor(Math.random()*i2)]=' '+' ';
M[i]=B[0]+=C[i3];
Y[i]=-Ts*M[i].length/1.5;
A[i].style.visibility='visible';
}
Sp[i]=Math.round(MnS+Math.random()*MxS);
}
}
A[i].style.top=Y[i];
A[i].innerHTML=M[i]+' '+E[i]+' ';
}
setTimeout('Cycle()',20)
}
Cycle();
}
</script>



21 sayısına en fazla yaklaşan oyunu kazanır, ilk kartlar açık dağıtılır.

<html>


<head>
<title>z-blackjack</title>
<SCRIPT LANGUAGE="JavaScript">
<!-- Original: Mike McGrath (mike_mcgrath@lineone.net) -->

<!-- Begin
var gameOver; var cardCount;
function Shuffle(max){
var num=Math.random()*max;
return Math.round(num)+1;
}
function getSuit(){
suit = Shuffle(4);
if(suit == 1) return "Maça";
if(suit == 2) return "Sinek";
if(suit == 3) return "Karo";
else return "Kupa";
}
function cardName(card){
if(card == 1) return "As";
if(card == 11) return "Vale";
if(card == 12) return "Kız";
if(card == 13) return "Kral";
return "" + card;
}
function cardValue(card,strWho){
if(card == 1) {
if(strWho =="You" && document.display.you.value >10){
document.display.say2.value=document.display.say2. value+" Low"; return 1;}
else return 11; }
if(card > 10) return 10;
return card;
}
function PickACard(strWho){
card = Shuffle(12);
suit = getSuit();
if(strWho =="You")
document.display.say2.value=(suit + " " + cardName(card)); else
document.display.say1.value=(suit + " " +cardName(card)); return cardValue(card,strWho); } function NewHand(form){ if(gameOver !=0) {form.say1.value=("Hand in Play!"); form.say2.value=(""); return;} else {form.dealer.value = 0; form.you.value = 0; cardCount=0; form.dealer.value = eval(form.dealer.value) + PickACard("Dealer"); form.you.value = eval(form.you.value) + PickACard("You"); gameOver= -1; cardCount+=1;} } function Dealer(form){ if (gameOver ==0) {form.say1.value=("Kartları Dağıt!"); form.say2.value=(""); return;} else
if(form.you.value<10)
{form.say1.value=("Not Below Ten!"); form.say2.value=("Take a Hit!"); return;} else if (cardCount <2) {form.say1.value=("En Az 2 Kart Açılmalı!"); form.say2.value=("Hit Again!"); return;} else while(form.dealer.value < 17) {form.dealer.value = eval(form.dealer.value) + PickACard("Dealer");} } function User(form){ if (gameOver ==0) {form.say1.value=("Deal the Cards!"); form.say2.value=(""); return;} else {cardCount+=1; form.say1.value=("You Get..."); form.you.value = eval(form.you.value) + PickACard("You");} if(form.you.value > 21) {form.say1.value=("You Busted!"); gameOver=0; form.numgames.value=eval(form.numgames.value)-1;}
}
function LookAtHands(form){
if (gameOver ==0 || form.you.value<10 || cardCount <2){return;} else if(form.dealer.value > 21) {form.say1.value=("House Busts!"); form.say2.value=("Kazandınız! $$$$$$"); gameOver=0; form.numgames.value=eval(form.numgames.value)+1;}
else
if(form.you.value > form.dealer.value)
{form.say1.value=("You Win!"); form.say2.value=("$$$$$$$$$$$$$$$");
gameOver=0; form.numgames.value=eval(form.numgames.value)+1;}
else
if(form.dealer.value == form.you.value) {form.say1.value=("Berabere!"); form.say2.value=("Tekrar Oyna!"); gameOver=0; form.numgames.value=eval(form.numgames.value)-1;}
else
{form.say1.value=("Kasa Kazandı!"); form.say2.value=("Geçmiş Olsun!"); gameOver=0; form.numgames.value=eval(form.numgames.value)-1;}
}
function setBj(){
gameOver=0; cardCount=0;
document.display.dealer.value="";
document.display.you.value=""; document.display.numgames.value="0";
document.display.say1.value=" Kağıtları Dağıt";
document.display.say2.value=" Başla!";
}
// End -->
</script>



</head>

<BODY OnLoad="setBj()">

<center>
<form name="display">
<table bgcolor="#c0c0c0" border="1" cellspacing="0" cellpadding="3"> <tr> <td><center>Scor:</center></td> <td><center>
Kasa</center></td> <td><center><input type=text name="dealer" size="2"></center></td>
<td><center>Kartlar: <input type=text name="say1" size="18" value=""></center></td> </tr> <tr> <td><center><input type=text name="numgames" size="3" value="0"></center></td> <td><center>Player</center></td> <td><center><input type=text name="you" size="2"></center></td>
<td><center>Kartlar: <input type=text name="say2" size="18" value=""></center></td> </tr> <tr> <td><center>
<input type=button value="Dağıt" onClick="NewHand(this.form)"></center></td>
<td colspan=3><center>
<input type=button value="Kağıtları Aç" onClick="Dealer(this.form);LookAtHands(this.form); ">
<input type=button value="Kağıt Al" onClick="User(this.form)"></center></td></tr>
</table>
</form>
</center>

</body>

</html>
streetboy
streetboy
System Root
System Root

Mesaj Sayısı : 595
Yaş : 32
Nerden : askısının kalbiden
Humor : RAPPİSTER
Güç :
ıp.ban ıcın html kodları Left_bar_bleue100 / 100100 / 100ıp.ban ıcın html kodları Right_bar_bleue

Aktiflik :
ıp.ban ıcın html kodları Left_bar_bleue100 / 100100 / 100ıp.ban ıcın html kodları Right_bar_bleue

Ruh Hali : ıp.ban ıcın html kodları Sinsi
Takımı : ıp.ban ıcın html kodları Bjkyl5
Kayıt tarihi : 16/02/08

Sayfa başına dön Aşağa gitmek

ıp.ban ıcın html kodları Empty Geri: ıp.ban ıcın html kodları

Mesaj tarafından TheGame Cuma Şub. 29, 2008 10:02 pm

qerek yok bizim site için ama saol
TheGame
TheGame
System Root
System Root

Erkek
Mesaj Sayısı : 931
Nerden : cokmu ilgilendiriom seni?
Humor : Rapper & Basketbolcu & Talebe
Güç :
ıp.ban ıcın html kodları Left_bar_bleue100 / 100100 / 100ıp.ban ıcın html kodları Right_bar_bleue

Aktiflik :
ıp.ban ıcın html kodları Left_bar_bleue99 / 10099 / 100ıp.ban ıcın html kodları Right_bar_bleue

Ruh Hali : ıp.ban ıcın html kodları Agresif
Takımı : ıp.ban ıcın html kodları Bjkyl5
Kayıt tarihi : 06/10/07

https://genclik.4umer.com

Sayfa başına dön Aşağa gitmek

Sayfa başına dön

- Similar topics

 
Bu forumun müsaadesi var:
Bu forumdaki mesajlara cevap veremezsiniz