YABANİ-KURT
   
 
  HTML KODLAR 1

 
İÇERİK KODLARI

OYUNLAR KODU

<div align="center"><strong><font size="4">OYUNLAR</font></strong></div>
<br />
<table cellspacing="1" cellpadding="1" border="1">
    <tbody>
        <tr>
            <td align="center"><a href="http://www.ugraburaya.tr.gg/Kim-Bir-Milyon-Ister.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/kim_bir_milyon_ister.jpg" /></a></td>
            <td align="center"><a href="http://www.ugraburaya.tr.gg/Kurtlar-Vadisi-Memati.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/kurtlar_vadisi_memati.jpg" /></a></td>
        </tr>
        <tr>
            <td><a href="http://www.ugraburaya.tr.gg/Var-Misin-Yok-Musun.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/var_misin_yok_musun.jpg" /></a></td>
            <td><a href="http://www.ugraburaya.tr.gg/Yenilmez-Achilles.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/yenilmez_achilles.jpg" /></a></td>
        </tr>
        <tr>
            <td><a href="http://www.ugraburaya.tr.gg/Yonet-ve-Fethet.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/yonet_ve_fethet.jpg" /></a></td>
            <td><a href="http://www.ugraburaya.tr.gg/Karargah-Destek.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/karargah_destek.jpg" /></a></td>
        </tr>
        <tr>
            <td align="center"><a href="http://www.ugraburaya.tr.gg/Hazine-Avcisi.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/hazine_avcisi.jpg" /></a></td>
            <td><a href="http://www.ugraburaya.tr.gg/Caglar-Boyu-Savas.htm"><img height="218" border="0" width="290" alt="" src="https://img.webme.com/pic/u/ugraburaya/caglar_boyu_savas.jpg" /></a></td>
        </tr>
    </tbody>
</table>
DOĞUM GÜNÜ HESAP KODU



<!-- START OF SCRIPT --> <script LANGUAGE="JavaScript">
<!-- begin script

//General Array Function
function MakeArray(n) {
   this.length = n;
   for (var i = 1; i <=n; i++) {
     this[i] = 0;
   }
}

//Initialize Days of Week Array
days = new MakeArray(7);
days[0] = "Cumartesi"
days[1] = "Pazar"
days[2] = "Pazartesi"
days[3] = "Sali"
days[4] = "Carsamba"
days[5] = "Persembe"
days[6] = "Cuma"

//Initialize Months Array
months = new MakeArray(12);
months[1] = "Ocak"
months[2] = "Subat"
months[3] = "Mart"
months[4] = "Nisan"
months[5] = "Mayis"
months[6] = "Haziran"
months[7] = "Temmuz"
months[8] = "Agustos"
months[9] = "Eylul"
months[10] = "Ekim"
months[11] = "Kasim"
months[12] = "Aralik"

//Day of Week Function
function compute(form) {
   var val1 = parseInt(form.day.value, 10)
   if ((val1 < 0) || (val1 > 31)) {
      alert("1 ile 31 arasi bir tarih girin&#8230;")
   }
   var val2 = parseInt(form.month.value, 10)
   if ((val2 < 0) || (val2 > 12)) {
      alert("1 ile 12 arasi bir tarih girin&#8230;")
   } 
   var val2x = parseInt(form.month.value, 10)
   var val3 = parseInt(form.year.value, 10)
   if (val3 < 1900) {
      alert("1900 ile 2050 arasi bir tarih girin&#8230;")
   }
   if (val2 == 1) {
      val2x = 13;
      val3 = val3-1
   }
   if (val2 == 2) {
      val2x = 14;
      val3 = val3-1
   }
   var val4 = parseInt(((val2x+1)*3)/5, 10)
   var val5 = parseInt(val3/4, 10)
   var val6 = parseInt(val3/100, 10)
   var val7 = parseInt(val3/400, 10)
   var val8 = val1+(val2x*2)+val4+val3+val5-val6+val7+2
   var val9 = parseInt(val8/7, 10)
   var val0 = val8-(val9*7)
   form.result1.value = months[val2]+" "+form.day.value +", "+form.year.value
   form.result2.value = days[val0]
}  

// end script -->
</script>
<h3><font color="#000000"><font face="Arial Black"> <span style="text-decoration: none;">HANGİ G&Uuml;N DOĞDUN?</span></font><em><font face="Arial Black"><span style="text-decoration: none;"> </span> </font></em></font></h3>
<font color="#000000"><strong>  </strong></font>
<p><font color="#000000"><strong>Doğduğunuz tarihi yazın ve hesapla tuşuna basın.</strong></font></p>
<form>
    <p><font color="#000000"><strong>Doğduğunuz Ay(1-12):</strong> <input type="text" size="2" name="month" /></font></p>
    <p><font color="#000000"><strong>Doğduğunuz G&uuml;n (1-31): </strong><input type="text" size="2" name="day" /></font></p>
    <p><font color="#000000"><strong>Doğduğunuz Yıl(&Ouml;rnek:2008)</strong>: <input type="text" size="4" name="year" /></font></p>
    <p><font color="#000000">     <input type="button" style="font-weight: 700;" onclick="compute(this.form)" value="Hesapla" /><strong>     </strong> <input type="reset" style="font-weight: 700;" value="Temizle" /><strong> </strong></font></p>
    <p><font color="#000000"><strong>Doğduğunuz Tarih: </strong><input type="text" size="18" name="result1" /></font></p>
    <p><font color="#000000"><u><strong>DOĞDUĞUNUZ G&Uuml;N: </strong></u><input type="text" size="20" name="result2" /></font></p>
</form>
BİLGİ YARIŞMASI KODU


<table width="600" height="450" cellspacing="0" cellpadding="0" align="center">
    <!-- MSTableType="layout" -->
    <tbody>
        <tr>
            <td valign="top" height="144">
            <p align="center"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="456" height="309" align="middle">
<param name="movie" value="http://www.birmilyon.com/z/z1.swf?adid=1144">
<param name="menu" value="false"><param name="quality" value="high">
<param name="bgcolor" value="#ffffff">
<embed src="http://www.birmilyon.com/z/z1.swf?adid=1144" menu="false" quality="high" bgcolor="#ffffff" width="456" height="309" align="middle" type="application/x-shockwave-flash">
</embed></object></p>
            </td>
        </tr>
    </tbody>
</table>
AŞK ÖLÇER


<div align="center"><embed width="550" height="416" name="crazy_boxes_urgames " pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.gamesforyourwebsite.com/myspace/lovetester.swf" type="application/x-shockwave-flash" scale="ShowAll" loop="loop" menu="menu" wmode="Window" quality="best"></embed></div>
DÜNYA HARİTASI KODU


<div align="center"><iframe width="500" scrolling="no" height="300" frameborder="0" src="http://www.homepage-baukasten.de/map.php?k=51.163475,10.454239&amp;umgebung=4"></iframe></div>
CANLI TV KODU


<!-- Dikey Canl&#305; TV Kodu Ba&#351;lar --> <center>
<div align="center"><iframe width="300" scrolling="no" height="530" frameborder="0" name="ctv" src="http://www.canlitv.gen.tr/sitene-ekle/stil2.php?uye=BenimSitem.com"></iframe></div>
</center> <!-- Dikey Canl&#305; TV Kodu Ba&#351;lar -->
RADYO KODU


<div align="center">&nbsp;</div>
<div align="center"><!-- izle.TV RADYO Kod Ba&#351;lang&#305;c&#305; --></div>
<center><iframe width="508" scrolling="no" height="229" frameborder="0" name="genisradio" marginwidth="0" marginheight="0" src="http://www.izle.tv/radyoplayerx.asp" border="1" style="border: 1px solid rgb(192, 192, 192); padding-left: 0pt;">
</iframe></center> <!-- izle.TV RADYO PLAYER Kod Sonu -->
MSN NİCKLERİ KODU


<font face="Arial"><strong><font size="3">*вєи ѕєи&part;єи &alpha;ѕк &part;&iota;ℓєимєк &iota;&ccedil;&iota;и &part;єg&iota;ℓ ѕ&alpha;и&alpha; &alpha;ѕк&iota; &ouml;gяєтмєк &iota;&ccedil;&iota;и у&alpha;ѕ&iota;у&sigma;я&upsilon;м...<br />
<br />
*&alpha;ѕк&iota;иℓ&alpha; ѕ&alpha;я&alpha;я&iota;&rho; ѕ&sigma;ℓ&alpha;&cent;&alpha;к к&alpha;&part;&alpha;я ѕє&nu;g&iota;иℓє в&alpha;нт&iota;у&alpha;я &sigma;ℓ&alpha;&cent;&alpha;к к&alpha;&part;&alpha;я &upsilon;gя&upsilon;и&alpha; &cent;&alpha;и&iota;м&iota; &nu;єяє&cent;єк к&alpha;&part;&alpha;я ѕє&nu;&iota;у&sigma;я&upsilon;м &part;єѕєм &iota;и&alpha;и&iota;ям&iota;ѕ&iota;и...<br />
<br />
*&ouml;уℓє в&iota;я &cent;&uuml;мℓєѕ&iota;ик&iota; и&sigma;кт&alpha; к&sigma;у&alpha;мıу&sigma;я&upsilon;м<br />
<br />
*н&alpha;у&alpha;тт&alpha; нєяşєу&part;єи &nu;&alpha;zgє&ccedil;т&iota;м в&upsilon;и&alpha; ѕєи&part;є &part;&alpha;н&iota;ℓѕ&iota;и<br />
<br />
*&iota;&ccedil;&iota;м &sigma; к&alpha;&part;&alpha;я ѕєиℓє &part;&sigma;ℓ&part;&upsilon; к&iota;&hellip; &iota;иѕ&alpha;иℓ&alpha;я ѕєи&iota; g&ouml;z вєвєкℓєя&iota;м&part;є g&ouml;я&uuml;яℓєя &part;&iota;ує в&alpha;км&alpha;у&alpha; к&sigma;як&alpha;я &sigma;ℓ&part;&upsilon;м<br />
<br />
*gєи&ccedil;ℓ&iota;g&iota;иє g&uuml;&nu;єи&iota;&rho; єякєи &part;єякєи вєℓк&iota; єℓ&nu;є&part;&alpha; в&iota;ℓє &part;&iota;уємєzѕ&iota;и g&iota;&part;єякєи<br />
<br />
*тєяк є&part;єи&part;єи &alpha;ℓ&iota;и&alpha;&cent;&alpha;к єи в&uuml;у&uuml;к &iota;ит&iota;к&alpha;м ,&sigma;и&alpha; к&upsilon;&rho;к&upsilon;я&upsilon;,ѕє&nu;g&iota;ѕ&iota;z g&ouml;zℓєяℓє в&alpha;км&alpha;кт&iota;я<br />
<br />
*н&alpha;у&alpha;т в&iota;я т&iota;у&alpha;тя&sigma; &part;є&part;&iota;ℓєя в&alpha;и&alpha;&part;&alpha; в&iota;я я&sigma;ℓ &nu;єя&part;&iota;ℓєя єи z&sigma;я&upsilon; вєи&iota;мк&iota;у&part;&iota; &ouml;и&cent;є ѕє&nu; ѕ&sigma;ия&alpha; тєяк єт &part;є&part;&iota;ℓєя<br />
<br />
*g&ouml;zℓєя&iota;мℓє ѕ&alpha;и&alpha; єѕ&iota;я &sigma;ℓ&alpha;&cent;&alpha;g&iota;м&alpha; у&alpha; ѕєи&iota; g&ouml;zℓєя&iota;м&part;єи ѕ&iota;ℓєя&iota;м у&alpha; &part;&alpha; ѕєи&iota; к&alpha;ℓв&iota;мє и&alpha;кѕє&part;єя&iota;м<br />
<br />
*нєяşєу у&alpha;ℓ&alpha;и &sigma;ℓѕ&alpha; к&sigma;ум&alpha;z&part;&alpha; &alpha;şк у&alpha;ℓ&alpha;и &sigma;ℓ&upsilon;и&cent;&alpha; <br />
<br />
*вєи ѕєи&iota;и у&uuml;z&uuml;и&part;єи &ccedil;єкт&iota;g&iota;м нєя ѕєує я&alpha;z&iota;у&iota;м. &alpha;м&alpha; ѕєи&iota;и вєи&iota;м у&uuml;z&uuml;м&part;єи &alpha;z&alpha;&rho; &ccedil;єкмєи&iota; &iota;ѕтємєм<br />
<br />
*ѕє&nu;g&iota;у&iota; т&alpha;şıм&alpha;к &part;єğ&iota;ℓ н&alpha;ѕяєт&iota; &ccedil;єкмєк z&sigma;я...g&uuml;ℓмєу&iota; &upsilon;и&upsilon;тм&alpha;к &part;єğ&iota;ℓ &alpha;ğℓ&alpha;м&alpha;у&alpha; &alpha;ℓışм&alpha;к z&sigma;я...у&alpha;ş&alpha;м&alpha;к &part;єğ&iota;ℓ &ouml;zℓєу&iota;&rho;тє g&ouml;яємємєк z&sigma;я<br />
<br />
*&alpha;ѕк &iota;иѕ&alpha;и&iota;и нєм &part;&sigma;ѕт&upsilon; нєм&part;є &part;&uuml;ѕм&alpha;и&iota;&part;&iota;я. &iota;иѕ&alpha;и&iota; &sigma;и&upsilon;и g&iota;в&iota; у&iota;к&alpha;и,&sigma;и&upsilon;и g&iota;в&iota; ѕє&nu;&iota;и&part;&iota;яєи в&iota;яѕєу &part;&alpha;н&alpha; у&sigma;кт&upsilon;я н&alpha;у&alpha;тт&alpha;<br />
<br />
*&iota;z в&iota;я&alpha;к&alpha;иℓ&alpha;я &upsilon;и&upsilon;т&upsilon;ℓм&alpha;zмış ѕєи&part;є в&iota;я&alpha;к &sigma; z&alpha;м&alpha;и<br />
<br />
*м&upsilon;тℓ&upsilon; &sigma;ℓм&alpha;у&iota; у&alpha;я&iota;и&alpha; в&iota;я&alpha;км&alpha;к, к&alpha;яѕ&iota;у&alpha; gє&ccedil;мєк &iota;&ccedil;&iota;и иєня&iota;и &part;&upsilon;ям&alpha;ѕ&iota;и&iota; вєкℓємєує вєиzєя...<br />
<br />
*&iota;ℓк &sigma;ℓм&alpha;к &ouml;иємℓ&iota; &part;єg&iota;ℓ &ouml;иємℓ&iota; &sigma;ℓ&alpha;и ѕ&sigma;и &sigma;ℓм&alpha;к<br />
<br />
*&alpha;ѕкт&alpha;и к&upsilon;ят&upsilon;ℓм&alpha;к, &sigma;и&alpha; т&upsilon;т&upsilon;ℓм&alpha;к к&alpha;&part;&alpha;я к&sigma;ℓ&alpha;у &part;єg&iota;ℓ&part;&iota;я<br />
<br />
*к&alpha;&part;&iota;иℓ&alpha;я ѕ&alpha;я&alpha;&rho; g&iota;в&iota;&part;&iota;я, &iota;&ccedil;мєѕ&iota;и&iota; в&iota;ℓмєѕѕєи fєи&alpha; &ccedil;&alpha;я&rho;&alpha;я...<br />
<br />
*&alpha;я&alpha;&part;&iota;g&iota;и &alpha;и к&alpha;увєтт&iota;g&iota;и &alpha;и&part;&iota;я..<br />
<br />
*ѕє&nu;мєу&iota; в&iota;ℓ&part;&iota;м &upsilon;и&upsilon;тм&alpha;у&iota;&part;&alpha; в&iota;ℓ&iota;я&iota;м...<br />
<br />
*нєя &upsilon;м&upsilon;т в&iota;я &ouml;zℓєм,нєя &ouml;zℓєм&part;є в&iota;я ѕє&nu;g&iota;&part;&iota;я..<br />
<br />
*&ouml;ℓмєк к&alpha;&part;&alpha;я к&sigma;ℓ&alpha;у, &upsilon;и&upsilon;тм&alpha;к к&alpha;&part;&alpha;я z&sigma;я в&iota;яѕєу у&sigma;кт&upsilon;я...<br />
<br />
*в&iota;я g&uuml;и &sigma; &part;єℓ&iota; g&ouml;иℓ&uuml;и вєи&iota; &alpha;иℓ&iota;у&alpha;&cent;&alpha;к &alpha;м&alpha; &sigma; z&alpha;м&alpha;и &ccedil;&sigma;&sigma;к <br />
gє&ccedil; &sigma;ℓ&upsilon;&cent;&alpha;к...<br />
<br />
*&part;єgєяℓ&iota; &sigma;ℓ&alpha;иℓ&alpha;я gєℓ&iota;ѕℓєя&iota; &iota;ℓє в&sigma;ѕℓ&upsilon;к &part;&sigma;ℓ&part;&upsilon;я&alpha;иℓ&alpha;я &part;єg&iota;ℓ! g&iota;&part;&iota;ѕℓєя&iota; &iota;ℓє в&sigma;ѕℓ&upsilon;к у&alpha;я&alpha;т&alpha;иℓ&alpha;я&part;&iota;я...<br />
<br />
*&nu;&uuml;&cent;&upsilon;&part;&upsilon;и &sigma;т&sigma;в&uuml;ѕ, вєуи&iota;и ѕ&ouml;f&ouml;я&part;&uuml;я к&alpha;ℓв&iota;и ѕ&ouml;f&ouml;я м&alpha;&alpha;ℓ&iota;иє gє&ccedil;єяѕє &alpha;ѕ&iota;к &sigma;ℓ&part;&upsilon;и &part;ємєкт&iota;я.<br />
<br />
*нєя к&alpha;яєѕ&iota; ѕ&iota;у&alpha;н&alpha; в&sigma;у&alpha;им&iota;ѕ в&iota;я в&upsilon;ℓм&alpha;&cent;&alpha;у&iota;м. &ccedil;&ouml;zмєує &ccedil;&alpha;ℓ&iota;ѕт&iota;к&ccedil;&alpha;, &iota;&ccedil;&iota;м&part;є к&alpha;ув&sigma;ℓ&upsilon;яѕ&upsilon;и<br />
</font></strong></font><font face="Arial" color="black"><br />
<strong><font size="3">- Ceza ewi &ouml;z yuwamız idam ipi krawatımız rapciyiz can yakarızz delikanlının hastasıyız teq kursunla adam harcarızz ...!<br />
<br />
- pARan warsa ye i&ccedil; dostlar alem q&ouml;rs&uuml;n, paran yoqsa ewe qit &szlig;a&szlig;an oqlunu q&ouml;r$&uuml;n<br />
<br />
- KaL&szlig;Im rApIm nEfReTiM CeZaM $aH Ve ]V[At.. [ kAlLe$cE YaZıLmI$Hh $EnArYoM ]<br />
<br />
- Her qece &ccedil;ile &ccedil;eke &ccedil;eke ; &Ccedil;iLeK&euro;$ yazdımm HeR y&euro;Re<br />
<br />
- &szlig;u asqın &szlig;iletini istediqin qibi Kes nasılsa qidiorsun;&ccedil;eq silahı daya sırtıma titrersem namerdim $EN WURDUN DA &szlig;EN &Ouml;LMEDİM Mİ ....!<br />
<br />
-A$q ilkokulda komedi, ortaokulda trajedi, lisede dram, imam HatipTe haramm<br />
<br />
-K&uuml;&ccedil;&uuml;qqen &Ccedil;iKolAta i&ccedil;in aqlıordum $imdi i$e $enin i&ccedil;in<br />
<br />
<br />
-&szlig;ir ufacıq ilqiyi a$q; iki laf edeni DO$t $ANMA<br />
<br />
<br />
-yeminim yemin damarlarındaki kan canım olsun $enden &szlig;askasını $ewersem &szlig;u can &szlig;ana haramm ol$unn<br />
<br />
-qiden qitMi$tir qittiqi an hersey &szlig;itmi$tirr ...!<br />
<br />
-o KıZ &szlig;eni a$ar &ccedil;&uuml;nk&uuml; o &szlig;ir ka$ar delikanlı adAm manitasızDa ya$ar ...!<br />
<br />
-Or+amın &szlig;ittiqi yerde tarzımıZ i&Ccedil;in ya$ar , $eklimiz i&Ccedil;in &ouml;L&uuml;R&uuml;ZZ<br />
<br />
-DerDi oLaNı DinleriM, DerdiM VarSa DerDe YoL a&Ccedil;aNı SileR Ge&ccedil;eriM..!<br />
<br />
-&quot;..&szlig;eN SevmeYi &szlig;eceremediM, &szlig;elKi de SevilmeYi..&szlig;eniM SevmeYe eNgeL eVciL aCılarıM VarDı..&quot;<br />
<br />
-iNsanlaRı TanıdıkCa SevdiM, SevdikCe De TanıdıM (aYNı SeNi SeviP TanıdığıM GiBi)<br />
<br />
-eRkekleriN &quot;SeNi SeviyoruM&quot; DemeSi &szlig;iR MumuN &quot;aSLa S&ouml;nmeyeceğiM&quot; DemesiNe &szlig;enzeR..!<br />
<br />
-&szlig;eN &szlig;&uuml;y&uuml;K R&uuml;zgarLarıN aDamıyıM, &szlig;eniM SevdaLarımDa &szlig;&uuml;y&uuml;K oLuR &ouml;FkeLerimDe.. &szlig;eN SeverseM DestaN, KızarsaM KatLiaM oLur...<br />
<br />
-AvRiL`iNdE dEdİğİ gİbİ--[DoN`t tElL mE]<br />
<br />
-HiC &szlig;! MaN!Ta Bana ayaq CekemeD! ceqS&eacute; Bıle ayaq&dagger;a qezeMeDı<br />
<br />
-&pound;ski Foto' Lar qi&szlig;ysin taTLı Ama eSkiiiiiiSiinnn....!<br />
<br />
-&szlig;u son aLdaNışım soN yıkıLışım oLacak GeLseN de boş artıq geLmeseNde, beN yokum<br />
<br />
-geRide kaLaNLarı &ccedil;&ouml;P die aTmışım; k&ouml;peq oLaN buyuRsuN kaRışTırsıN<br />
<br />
-G&eacute;&ccedil;ici H&eacute;V&eacute;s D&eacute;ğiL.. Hak &eacute;D&eacute;N&eacute; N&eacute;F&eacute;s oLurum&hellip;<br />
<br />
<br />
-BoşV&eacute;r! Şimdi Goz YAsLarimi SiLM&eacute;yi G&uuml;c&uuml;n Y&eacute;T&eacute;RS&eacute; KahKahaya Boğ B&eacute;ni Birak YaNakLarimi DuDakLarimi .. Gucun VAr iS&eacute; Yur&eacute;ğiD&eacute;N &Ouml;p B&eacute;ni<br />
<br />
-D&eacute;TayLAr AynaDir Fark&rsquo;i YansiTir .. KraLLar iz BiRakir SoyTariLAr KisKanir .. SaLLanirSaDa YiKiLmaz TahTim<br />
<br />
<br />
-GeceLeri geLme jiLet tutarIm.. Uzatma koLLarInI Sanada AtarIm SenIn Icin ağLar Kendimi dOğrarIm Dedim Ya G&uuml;zeLim &szlig;en PisKopatIm<br />
<br />
-Bir &Ccedil;ığLıkTI YanLızLığım H&eacute;piniz SağirDiniz<br />
<br />
-DağLar oNumD&eacute; &eacute;ğiLirK&eacute;N KaYaLaRa YaLVArMamm<br />
<br />
-BeN RaPtIm &ccedil;Ok mAnTıK TePtIm hI&ccedil; dEğIl hEpTiM KoYu kArAmSaR ReNkTiM VeLhAsIl &ccedil;IfTtEsInDe tEkTiM BiNlErCeSiNeKaRşI YeKtIm...<br />
<br />
-YA AŞKIMA KARŞILIĞINI WER YADA PEŞİNDEN KOŞARKEN ESKİTTİĞİM AYAKKABININ PARASINI<br />
<br />
-olmadığım insan olupta sevilmektense,kendim olduğum i&ccedil;in nefret edilmeyi tercih ederim<br />
<br />
-Kimine G&ouml;re Kralım Kimine G&ouml;re Yalanım Rahat Ol!! Dostum Adamına G&ouml;re Adamım.......</font></strong></font>
 
MSN AVATARLARI KODU


<div align="center"><strong><font size="5">MSN AVATARLARI</font><br />
</strong></div>
<br />
<br />
<table cellspacing="1" cellpadding="1" border="1" align="center">
    <tbody>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar1.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar2.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar3.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar4.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar5.gif" /></td>
        </tr>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar6.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar7.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar8.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar9.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar10.gif" /></td>
        </tr>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar11.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar12.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar13.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar14.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar15.gif" /></td>
        </tr>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar16.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar17.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar18.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar19.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar20.gif" /></td>
        </tr>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar21.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar22.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar23.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar24.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar25.gif" /></td>
        </tr>
        <tr>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar26.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar27.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar28.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar29.gif" /></td>
            <td><img alt="" src="https://img.webme.com/pic/u/ugraburaya/avatar30.gif" /></td>
        </tr>
    </tbody>
</table>
 
MSN NİCK OLUŞTURMA KODU


<div align="center"><iframe width="439" scrolling="no" height="783" frameborder="0" name="msn" src="http://webkaynak.org/msn/default.html"></iframe></div>
HABERLER


<iframe name="I3" src="http://www.haberalemi.net/site_manset_ic.php" width="507" height="347" scrolling="no" border="0" frameborder="0"></iframe>
SPOR HABERLERİ


<iframe src="http://www.maraton.com.tr/content/180x180_maraton.php" name="maraton" id="maraton" width="180" height="180" marginwidth="0" marginheight="0" hspace="0" vspace="0" scrolling="no" frameborder="0"></iframe>
 


CSS TASARIMDA KULLANILAN KODLAR

MENÜ GİZLEME KODU


<style type="text/css">
            <!--
td.nav {visibility:hidden;}
--> </style> 
 
SİTE ORTALAMA KODU
(İnternet Explorer 7 İçin)


<style type="text/css">
            <!--
html, body {
text-align: center;
}
-->
            </style>
 
SİTE ORTALAMA KODU
(İnternet Explorer 7 ve Mozilla Firefox İçin Tavsiye Kod)
Tasarımın Üzerindeki Yazı Bölümüne

<div align="center"><table border="0" width="70%"><tr><td>
 
SİTE ORTALAMA KODU
(İnternet Explorer 7 ve Mozilla Firefox İçin Tavsiye Kod)
Tasarımın Altındaki Yazı Bölümüne


</td></tr></table></div>
 
ARKAPLAN YAPMA KODU


<style type="text/css">
            <!--
body{background-image:url(RESMIN URL'SI BURAYA YAZILACAK);background-attachment: fixed}
-->
            </style>
 
KAYDIRMA ÇUBUĞU
(Boyutları Kendinize Göre Ayarlayabilirsiniz)
(Boyutlar Kırmızı Renkle Gösterilmiştir.)


<div style="overflow: auto; width: 300px; height: 200px">yazı buraya</div>
 
EKSTRALARIN BOYUTUNU KÜÇÜLTME KODU


<font color="#000000"><font face="Arial" size=2>
 
KÖPRÜ EKLEYİNCE ALTININ ÇİZİLMEMESİ İÇİN KOD


<style>
            <!--
A{text-decoration:none}
-->
            </style> 




JAVASCRİPT KODLAR

STATUS BAR'DA DEĞİŞEN YAZILAR


<****** language="JavaScript">                         <!--                         // please keep these lines on when you copy the source                         // made by:                         var currentmsg = 0                         var MsgTime = 2000                         var MsgEndTime = 4000                         ******** initArray(n) {                         this.length = n;                         for (var i =1; i <= n; i++) {                         this[i] = ' '                         }                         }                         msg = new initArray(4)                         msg[0]="This is Message 1"                         msg[1]="Now it is Message 2"                         msg[2]="No, do not say I have to do 3 messages"                         msg[3]="Yeah, this message, 4, is the last"                         ******** msgrotator() {                         window.status = msg[currentmsg]                         if (currentmsg > msg.length - 1) {                         currentmsg = 0                         setTimeout("msgrotator()", MsgEndTime)                         }                         else {                         currentmsg = currentmsg + 1                         setTimeout("msgrotator()", MsgTime)                         }                         }                         msgrotator();                         //-->                         </******>                        
ZİYARETÇİYİ SELAMLAMA


<****** LANGUAGE="JavaScript">                         <!--                         ******** GetCookie(name) {                         var arg=name+"=";                         var alen=arg.length;                         var clen=document.cookie.length;                         var i=0;                         while (i<clen) {                         var j=i+alen;                         if                         (document.cookie.substring(i,j)==arg)                         return "here";                         i=document.cookie.indexOf(" ",i)+1;                         if (i==0) break;                         }                         return null;                         }                         var visit=GetCookie("shant");                         if (visit==null){                         alert("Ho&#351;geldiniz...");                         var expire=new Date();                         expire=new                         Date(expire.getTime()+7776000000);                         document.cookie="shant=here; expires="+expire;                         }                         // -->                         </******>
 
YÖNLENDİRME KODU


<****** LANGUAGE="JavaScript">                         //This Script is Copyright;İSİM© 2008                       //If you are going to use this code, you MUST leave these                         //lines of ****** UNEDITED!                         var shant="http://www.siteadi.tr.gg/"                         document.write('Please wait while you are forwarded to ' + shant)                         ******** forPage()                         {                         location_dot_href=shant                         }                         setTimeout ("forPage()", 1000);                         </******>
 
ÇÖZÜNÜRLÜK AYARI


<****** language="JavaScript">                         //This Script is Copyright © 2008                         //If you are going to use this code, you MUST leave these                         //lines of ****** UNEDITED!                         if ((screen.width == 1024) && (screen.height == 768))                         {                         alert('Your resolution is set at the recommended size that is required for this page to be viewed correctly.')                         }                         else                         if ((screen.width == 800) && (screen.height == 600))                         {                         alert('Ekran çözünürlüğün 1024x768 olmalıydı!')                         }                         else                         if ((screen.width == 640) && (screen.height == 480))                         {                         alert('Your resolution is too low to view this page correctly, please change it!')                         }                         document.write('Ekran çözünürlüğün - '  + screen.width + ' x ' +  screen.height)                         </******>
 
BUTON ŞEKLİNDE SAAT


<****** LANGUAGE="JavaScript">                                                 <!-- Begin                         day = new Date();                         miVisit = day.getTime();                         ******** clock() {                         dayTwo = new Date();                         hrNow = dayTwo.getHours();                         mnNow = dayTwo.getMinutes();                         scNow = dayTwo.getSeconds();                         miNow = dayTwo.getTime();                         if (hrNow == 0) {                         hour = 12;                         ap = " AM";                         } else if(hrNow <= 11) {                         ap = " AM";                         hour = hrNow;                         } else if(hrNow == 12) {                         ap = " PM";                         hour = 12;                         } else if (hrNow >= 13) {                         hour = (hrNow - 12);                         ap = " PM";                         }                         if (hrNow >= 13) {                         hour = hrNow - 12;                         }                         if (mnNow <= 9) {                         min = "0" + mnNow;                         }                         else (min = mnNow)                         if (scNow <= 9) {                         secs = "0" + scNow;                         } else {                         secs = scNow;                         }                         time = hour + ":" + min + ":" + secs + ap;                         document.form.button.value = time;                         self.status = time;                         setTimeout('clock()', 1000);                         }                         ******** timeInfo() {                         milliSince = miNow;                         milliNow = miNow - miVisit;                         secsVisit = Math.round(milliNow / 1000);                         minsVisit = Math.round((milliNow / 1000) / 60);                         alert("There have been " + milliSince + " milliseconds since midnight, January 1, 1970.  "                         + "You have spent " + milliNow + " of those milliseconds on this page.  "                         + ".... About " + minsVisit + " minutes, and "                         + secsVisit + " seconds.");                         }                         document.write("<form name="form">"                         + "<input type=button value="Click for info!""                         + " name=button onClick="timeInfo()"></form>");                         onError = null;                         clock();                         // End -->                         </******>
 
RENK LİNKLERİ


<!-- START OF ****** -->                         <!-- For more ******s visit -->                         <a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='red'"">Kırmızı</a><br><a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='orange'"">Portakal</a><br> <a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='yellow'"">Sarı</a><br> <a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='green'"">Yeşil</a><br> <a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='blue'"">Mavi</a><br> <a href="" _fcksavedurl="" onMouseover_fckprotectedatt=" onMouseover="document.bgColor='purple'"">Mor</a><br>                         <!-- END OF ****** -->    
                    
 
SEARCH MENÜSÜ


<******>                         <!-- hide this ****** from non-JavaScript browsers                         // All code in this ****** is Copyright(C)                         // For documentation and more info, see:  http://www.cs.cmu.edu/~jab/snark/                         // This is SNARK Version 1.0, 18 May 1996                         var MAX_ENGINES = 30;                         var SNARK_STRING = "hunting+the+snark";                         ******** MakeArray(n) {                         for (var i = 1; i <= n; i++) {                         this[i] = 0;                         }                         this.maxlen = n;                         this.len = 0;                         return this;                         }                         var engs = new MakeArray(MAX_ENGINES);                         ******** find_substring(needle, haystack) {                         var i, needlen = needle.length, haylen = haystack.length;                         for (i=0; i<=haylen-needlen; i++) {                         if (needle == haystack.substring(i,i+needlen))                         return i;                         }                         return false;                         }                         ******** Engine(name, opts, home, search) {                         var snark = find_substring(SNARK_STRING, search);                         this.name = name;                         this.opts = opts;                         this.home = home;                         this.pre_snark = search.substring(0,snark);                         this.post_snark= search.substring(snark+SNARK_STRING.length, search.length);                         }                         ******** Add(name, opts, home, search) {                         engs.len++;                         if (engs.len <= engs.maxlen) {                         engs[engs.len] = new Engine(name, opts, home, search)                         }                         else {                         alert("Better increase MAX_ENGINES: " + engs.len + ">" + engs.maxlen)                         }                         }                         // ADD YOUR OWN SEARCH ENGINES BELOW.  (See http://www.cs.cmu.edu/~jab/snark/ )                         Add("Netnews: AltaVista", "",                         "http://altavista.digital.com/",                         "http://altavista.digital.com/cgi-bin/query?pg=q&amp;amp;what=news&amp;amp;fmt=d&amp;amp;q=hunting+the+snark" );                         Add("Shareware/Windows", "",                         "http://vsl.cnet.com/",                         "http://vsl.cnet.com/cgi-bin/vsl-master/Find?category=MS-Windows%28all%29&amp;amp;search=hunting+the+snark&amp;amp;logop=and&amp;amp;and=&amp;amp;orfile=++&amp;amp;hits=200" );                         Add("Shareware/Unix", "",                         "http://vsl.cnet.com/",                         "http://vsl.cnet.com/cgi-bin/vsl-master/Find?category=UNIX&amp;amp;search=hunting+the+snark&amp;amp;logop=and&amp;amp;and=&amp;amp;orfile=++&amp;amp;hits=200" );                         Add("the Web: AltaVista", "SELECTED",                         "http://altavista.digital.com/",                         "http://altavista.digital.com/cgi-bin/query?pg=q&amp;amp;what=web&amp;amp;fmt=d&amp;amp;q=hunting+the+snark" );                         Add("the Web: Lycos", "",                         "http://www.lycos.com/",                         "http://twelve.srv.lycos.com/cgi-bin/pursuit?query=hunting+the+snark" );                         Add("the Web: Yahoo!", "",                         "http://www.yahoo.com/",                         "http://search.yahoo.com/bin/search?p=hunting+the+snark" );                         Add("Weather (City, ST)", "",                         "http://www.nnic.noaa.gov/cgi-bin/page?pg=netcast",                         "http://www.nnic.noaa.gov/cgi-bin/netcast.do-it?state=hunting+the+snark&amp;amp;area=Local+Forecast&amp;amp;html=yes&amp;amp;match=strong");                         // ADD YOUR OWN SEARCH ENGINES ABOVE.  (See http://www.cs.cmu.edu/~jab/snark/ )                         ******** HandleForm(form) {                         form.submit();  // This fixes a mysterious Netscape bug.  Without this line,                         // you can't use <enter> to start the search the first time.                         var i, oldq=form.query.value, newq="";                         for (i=0; i<oldq.length; i++) {  // compress [ ]+ into +                         var thischar = oldq.charAt(i);                         if (thischar != ' ')                         newq += thischar;                         else if (lastchar != ' ')                         newq += '+';                         lastchar = thischar;                         }                         var eng = engs[1+form.service.selectedIndex];                         location_dot_href = newq ? eng.pre_snark + newq + eng.post_snark : eng.home;                         }                         ******** DisplayForm() {                         document.writeln('<CENTER><FORM OnSubmit="HandleForm(this); return false">');                         document.writeln('Search <SELECT name="service">');                         for (i=1; i <= engs.len; i++) {                         document.writeln("<OPTION " + engs[i].opts + "> " + engs[i].name);                         }                         document.writeln('</SELECT> for <INPUT size=26 name="query">');                         document.writeln('<input type=submit value=" GO!">');                         document.writeln('</FORM> </CENTER>');                         }                         DisplayForm();                         // done hiding from old browsers -->                         </******>
 
STATUS BAR'DA YAZI


<!-- START OF ****** -->                         <!-- For more ******s visit-->                         <****** LANGUAGE="JavaScript">                         <!--                         // Copyright (c) 1996-1997 Tomer Shiran. All rights reserved.                         // Permission given to use the ****** provided that this notice remains as is.                         // Additional ******s can be found at http://www.erenet.net                         // set speed of banner (pause in milliseconds between characters)                         var speed = 100 // decrease value to increase speed (must be positive)                         // set pause between completion of message and beginning of following message                         var pause = 1000 // increase value to increase pause                         // set initial values                         var timerID = null                         var bannerRunning = false                         // create global array                         var ar = new Array()                         // assign the strings to the array's elements                         ar[0] = "Buraya mesaj&#305;n&#305;z&#305; yaz&#305;n"                         ar[1] = "Buraya 2. mesaj&#305;n&#305;z&#305; yaz&#305;n."                         ar[2] = "Buraya 3. mesaj&#305;n&#305;z&#305; yaz&#305;n."                         ar[3] = "Buraya 4. mesaj&#305;n&#305;z&#305; yaz&#305;n."                         // set index of first message to be displayed first                         var currentMessage = 0                         // set index of last character to be displayed first                         var offset = 0                         // stop the banner if it is currently running                         ******** stopBanner() {                         // if banner is currently running                         if (bannerRunning)                         // stop the banner                         clearTimeout(timerID)                         // timer is now stopped                         bannerRunning = false                         }                         // start the banner                         ******** startBanner() {                         // make sure the banner is stopped                         stopBanner()                         // start the banner from the current position                         showBanner()                         }                         // type-in the current message                         ******** showBanner() {                         // assign current message to variable                         var text = ar[currentMessage]                         // if current message has not finished being displayed                         if (offset < text.length) {                         // if last character of current message is a space                         if (text.charAt(offset) == " ")                         // skip the current character                         offset++                         // assign the up-to-date to-be-displayed substring                         // second argument of method accepts index of last character plus one                         var partialMessage = text.substring(0, offset + 1)                         // display partial message in status bar                         window.status = partialMessage                         // increment index of last character to be displayed                         offset++ // IE sometimes has trouble with "++offset"                         // recursive call after specified time                         timerID = setTimeout("showBanner()", speed)                         // banner is running                         bannerRunning = true                         } else {                         // reset offset                         offset = 0                         // increment sub****** (index) of current message                         currentMessage++                         // if sub****** of current message is out of range                         if (currentMessage == ar.length)                         // wrap around (start from beginning)                         currentMessage = 0                         // recursive call after specified time                         timerID = setTimeout("showBanner()", pause)                         // banner is running                         bannerRunning = true                         }                         }                         // -->                         </******>                         </HEAD>                         <BODY onLoad_fckprotectedatt=" onLoad="startBanner()"">                         <****** src="http://www.google-analytics.com/urchin.js" type="text/**********">                         </******>                         <****** type="text/**********">                         _uacct = "UA-134211-3";                         urchinTracker();                         </******><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">                         </script>                         <script type="text/javascript">                         _uacct = "UA-134211-3";                         urchinTracker();                         </script></BODY>                         </HTML>                         <!-- END OF ****** -->
 
KUTU İÇİNDE KAYAN YAZI


<!-- START OF ****** -->                         <!-- For more ******s visit -->                         <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">                         <HTML>                         <HEAD>                         <TITLE>Control Scroll</TITLE>                         <FCK:META NAME="KEYWORDS" CONTENT="" />                         <FCK:META NAME="GENERATOR" CONTENT="HTMLpad" />                         <****** LANGUAGE="**********">                         var b_speed=10;                         var banner_id=1;                         var b_pause=0;                         var b_position=0;                         ******** stop(){                         if(!b_pause){                         clearTimeout(banner_id);                         b_pause=1}                         else{                         banner_main();                         b_pause=0}}                         ******** banner_main(){                         msg="Buraya mesajınızı yazın..."                         +"Burayada devam edin...www.erenet.net";                         var k=(35/msg.length)+-1;                         for(var j=2;j<k;j++)msg+=""+msg;                         document.forms[0].substring.value=msg.substring(b_position,b_position+50);                         if(b_position++==msg.length){                         b_position=0}                         banner_id=setTimeout("banner_main()",1000/b_speed)}                         </******>                         </HEAD>                         <BODY BGCOLOR="FFFFFF" TEXT="000000" LINK="0000FF" VLINK="800080" ALINK="FF0000">                         </head>                         <CENTER>                         <FORM NAME="form" ACTION="">                         <INPUT TYPE="text" NAME="substring" SIZE="35">                         <INPUT TYPE="button" VALUE="Start" ONCLICK='{clearTimeout(banner_id); b_position=0; banner_main()}'>                         <INPUT TYPE="button" VALUE="Slow" ONCLICK='{if(b_speed<3){alert("Going Slow")}else{b_speed=b_speed-1}}'>                         <INPUT TYPE="button" VALUE="Fast" ONCLICK='{if(b_speed>21){alert("Going Fast")}else{b_speed=b_speed+2}}'>                         <INPUT TYPE="button" VALUE="Pause/Reset" ONCLICK='stop()'>                         </form>                         </center>                         <!-- END OF ****** -->
 
RENK KODLARI


<!-- START OF ****** -->                         <!-- For more ******s visit -->                         <****** Language = "JavaScript">                         //       This ****** is written by Patrick Meirmans                         //       If you want to use it, send me an e-mail at mijter@dds.nl                         //       and be sure to include the adress of the wb-page you want to use it for                         //       by the way, my homepage is at:                         //                                //       You might want to take a look at it.                         //       Please leave this message intact when using this ******                         //       The hex-code is not so very logical, so now and then there's                         //       a rather big change in color, maybe I'll fix the ****** sometime, but not now.                         //       Have fun with it!                         start = new Date();                         minstart = start.getMinutes()                         secstart = start.getSeconds()                         ******** brighter(){                         var now = new Date();                         var seconds = now.getSeconds();                         var minutes = now.getMinutes();                         var base = "00";                         //       if you want to change the starting color, add the starting code here                         //       instead of aa (two digits, only numbers and/or a, b, c, d, e, f).                         var color =  1000;                         var interval = 103;                         //       if you want to change the speed of the color-change,                         //       change the 103 to the number of hex-codes you want between two changes.                         //       not every number gives a nice result!                         var sec= interval * (seconds - secstart);                         var min= 60 * interval * (minutes - minstart);                         var add= color + min + sec;                         total= base + add;                         if (add>=9999) {secstart = seconds; minstart = minutes}                         document.bgColor = total;                         setTimeout("brighter()", 1000);                         document.myform.ikke.value = total;                         }                         </******>                         </HEAD>                         <body onLoad_fckprotectedatt=" onLoad = "brighter()"" text="white"  LINK="C0C0C0"  VLINK="C0C0C0">                         <form name="myform">                         <P> İşte renkler ve kodları...                         <input name = "ikke" type="text" size="7">                         </form>                         <!-- END OF ****** -->



HTML KODLAR KONTROL EDİLMEMİŞTİR. BOZUKLAR VEYA EKSİKLER OLABİLİR. BÖYLE DURUMLARDA LÜTFEN İLETİŞİM BÖLÜMÜMÜZDEN BİZLERE HANGİ KODUN ÇALIŞMADIĞINI SÖYLEYİNİZ. HEMEN İLGİLENİLECEKTİR. AYNI ZAMANDA BİZDE ELİMİZDEN GELDİĞİNCE SİTEMİZİ VE BU BÖLÜMÜMÜZÜ GÜNCELLEMEYE ÇALIŞACAĞIZ...TEŞEKKÜR EDERİZ...

HEY WOLFTEAMCI
 


Hangi karakter daha güçlü?
PEDRO GOMEZ 100%
CRİSTOPHER SMİTH 0%
ANGELA MAO 0%
1 toplam oy:


WOLFTEAM
 
SEVGİLİ WOLFTEAMCILAR ÇEKİLİŞ SİZİ BEKLİYOR
YARDIM
 
Çekilişe wolfteam karakter çekiliş bölgesinde bulabilirsiniz.
KARAKTERLER
 
CRİSTOPHER SMİTH OZEL VERSİYON PEDRO GOMEZ OZEL VERSİYON ANGELİNA vb...
KİM NAKİT İSTER?
 
wolfteam karakter çekilişine ilk katılan 10000 nakit kazanıyor.
 
WOLFTEAM Bu web sitesi ücretsiz olarak Bedava-Sitem.com ile oluşturulmuştur. Siz de kendi web sitenizi kurmak ister misiniz?
Ücretsiz kaydol