Forum'da ara:
Ara


Yazar Mesaj
Mesaj15.10.2008, 14:42 (UTC)    
Mesaj konusu: arkadaşlar bana oyun kodları verebilirmisiniz???

arkadaşlar bana oyun kodları verebilirmisiniz??? lütfen yardım
Mesaj15.10.2008, 14:47 (UTC)    
Mesaj konusu:

buyrun
Kod:
<marquee>İYİ EĞLENCELER</marquee><iframe src="http://games.lg.web.tr/oyunlar.php?sources=|air_hockey|masa_tenisi|stan|hoops|4x4_buz_yarisi|baseball|surfsup|wake_boarding|nordic_chill|beachtennis|vertigolf|carpisan_araba|superbike|snowboarding|disc_golf|4x4_rally|skidoott|zidane_kafa_atarsa_2|bmx_tricks|bowling|&amp;w=3&amp;h=200&amp;style=3" frameborder="0" width="256" scrolling="no" height="200"></iframe><br />
<a title="Oyunlar" style="font-size: 10px; color: #ff4600; font-family: verdana" target="_blank" href="http://kodyagmuru.tr.gg">Oyunlar</a> <iframe src="http://games.lg.web.tr/oyunlar.php?sources=|passaparola|kim_500_bin_ister|tavla|kizma_birader|satranc|matrix|batak|ihale|poker|bric|street_fighter_2|yeti_albatros|samurai_warrior|counter_strike|masa_tenisi|kick_off|carpisan_araba|4x4_rally|mini_rally|bmx_tricks|&amp;w=4&amp;h=600&amp;style=0" frameborder="0" width="333" scrolling="no" height="600"></iframe><br />
<a title="Oyunlar" style="font-size: 10px; color: #ff4600; font-family: verdana" target="_blank" href="http://games.lg.web.tr">Oyunlar</a> <img alt="" border="0" src="http://img503.imageshack.us/img503/4797/jjjj1knbg6.gif" /> <center><iframe name="FlashOyun" src="http://www.tapatipo.com/Flash_Oyunlar.asp?liste_sayisi=1&amp;yazi_renk=FF0000&amp;yazi_renk1=FF0000&amp;renk_1=0D0D78&amp;renk_2=0D0D78&amp;site_adresi=FLASH OYUNLAR&amp;arkaplan=E6DC42&amp;oyun_sayisi=10" width="770" height="750"></iframe></center><script language="JavaScript">
SmallStars = 30;
LargeStars = 10;

SmallYpos = new Array();
SmallXpos = new Array();
LargeYpos = new Array();
LargeXpos = new Array();
Smallspeed= new Array();
Largespeed= new Array();
ns=(document.layers)?1:0;
if (ns){
for (i = 0; i < SmallStars; i++)
{document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFF0' CLIP='0,0,1,1'></LAYER>")}
for (i = 0; i < LargeStars; i++)
{document.write("<LAYER NAME='ln"+i+"' LEFT=0 TOP=0 BGCOLOR='#FFFFFF' CLIP='0,0,2,2'></LAYER>")}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < SmallStars; i++)
{document.write('<div id="si" style="position:absolute;top:0;left:0;width:1px;height:1px;background:#fffff0;font-size:1px"></div>')}
document.write('</div>');
document.write('</div>');
document.write('<div style="position:absolute;top:0px;left:0px">');
document.write('<div style="position:relative">');
for (i = 0; i < LargeStars; i++)
{document.write('<div id="li" style="position:absolute;top:0;left:0;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')}
document.write('</div>');
document.write('</div>');
}
WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
//Inital placement!
for (i=0; i < SmallStars; i++)
 {                                                               
 SmallYpos[i] = Math.round(Math.random()*WinHeight);
 SmallXpos[i] = Math.round(Math.random()*WinWidth);
 Smallspeed[i]= Math.random()*5+1;
}
for (i=0; i < LargeStars; i++)
 {                                                               
 LargeYpos[i] = Math.round(Math.random()*WinHeight);
 LargeXpos[i] = Math.round(Math.random()*WinWidth);
 Largespeed[i]= Math.random()*10+5;
}
function fly(){
var WinHeight=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var hscrll=(document.layers)?window.pageYOffset:document.body.scrollTop;
var wscrll=(document.layers)?window.pageXOffset:document.body.scrollLeft;

for (i=0; i < LargeStars; i++)
{
 LargeXpos[i]-=Largespeed[i];
 if (LargeXpos[i] < -10)
  {
  LargeXpos[i]=WinWidth;
  LargeYpos[i]=Math.round(Math.random()*WinHeight);
  Largespeed[i]=Math.random()*10+5;
  }
 if (ns){
 document.layers['ln'+i].left=LargeXpos[i];
 document.layers['ln'+i].top=LargeYpos[i]+hscrll;
 }
 else{
 li[i].style.pixelLeft=LargeXpos[i];
 li[i].style.pixelTop=LargeYpos[i]+hscrll;
 }
}

for (i=0; i < SmallStars; i++)
{
 SmallXpos[i]-=Smallspeed[i];
 if (SmallXpos[i] < -10)
  {
  SmallXpos[i]=WinWidth;
  SmallYpos[i]=Math.round(Math.random()*WinHeight);
  Smallspeed[i]=Math.random()*5+1;
  }
 if (ns){
 document.layers['sn'+i].left=SmallXpos[i];
 document.layers['sn'+i].top=SmallYpos[i]+hscrll;
 }
 else{
 si[i].style.pixelLeft=SmallXpos[i];
 si[i].style.pixelTop=SmallYpos[i]+hscrll;
 }
}
setTimeout('fly()',10);
}
//-->
</script><style type="text/css">
 
</body></html></style>
Mesaj15.10.2008, 14:49 (UTC)    
Mesaj konusu:

memati oyunu
Kod:
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://www.oyungemisi.com/oyunlar/kurtlar_vadisi_memati_secure.swf" width="640" height="400" scale="ShowAll" loop="loop" wmode="Window" quality="high" type="application/x-shockwave-flash"></embed>
<li>&nbsp;</li>
Mesaj15.10.2008, 14:51 (UTC)    
Mesaj konusu:

satranç

Kod:
<embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://img412.imageshack.us/img412/2681/satrancnn4.swf" width="500" height="500" scale="ShowAll" play="true" loop="true" menu="true" wmode="Window" quality="1" type="application/x-shockwave-flash"></embed> <br />
<div align="center">&nbsp;</div>
<a onClick="open('http://www.gamegarden.net/game/?site=10012&amp;apos;lng=tr&amp;apos;game=2', '', 'width=600; height=500; scrollbars=no; status=no; menubar=no; location=no')" href="#"><strong>Okey</strong></a><br />
Mesaj15.10.2008, 14:52 (UTC)    
Mesaj konusu:

Mesaj15.10.2008, 14:55 (UTC)    
Mesaj konusu: Re: arkadaşlar bana oyun kodları verebilirmisiniz???

www.oyungemisi.com ' daki Bütün Oyunların Kodlarını Alabilirsin..



Arrow Siteye Gir
Arrow Herhangi Bir Oyunu Seç
Arrow Resimdeki Uygulamayı Yap..

Google' den Aratarak Başka Kodlar da Bulabilirsin..

______________
Mesaj15.10.2008, 15:56 (UTC)    
Mesaj konusu:

Al kardeş 30 tane oyun....


Kod:
<center>
<div align="center">
<table width="1000" height="695" cellspacing="10" cellpadding="1" border="10" align="center">
    <tbody>
        <tr>
            <td valign="top" bgcolor="#ffffff" align="center">
            <div align="center">&nbsp;</div>
            <table width="956" cellspacing="0" cellpadding="0" border="0" align="center">
                <tbody align="center">
                    <tr align="center">
                        <td><a href="http://pirioyun.tr.gg/Arkadaslar%26%23305%3Bn%26%23305%3B-Kurtar-.htm"><img width="75" height="75" src="http://www.flashoyun.net/data/thumbnails/12/avatarelementalescape.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/Robot-Ko%26%23351%3Busu-oyunu.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4353.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/Ma%26%23287%3Baradan-Ka%E7%26%23305%3B%26%23351%3B-oyunu.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4380.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/Dragon-Ball-Yar%26%23305%3B%26%23351%3B-oyunu.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4393.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/Sonic-Ayaklar.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4408.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;Kurtarma</td>
                        <td><strong class="title"><br />
                        </strong></td>
                        <td>&nbsp;Robot</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<font size="1">Mağazadan Ka&ccedil;<br />
                        </font></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Dragon</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Sonic</td>
                    </tr>
                    <tr align="center">
                        <td><a href="http://pirioyun.tr.gg/Orman-Sava%26%23351%3B%E7%26%23305%3Bs.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4409.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/G.oe.ky.ue.z.ue.-Patencisi-oyunu.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4422.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td><a href="http://pirioyun.tr.gg/Android.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4444.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Beyaz-Ay%26%23305%3B-1.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4455.jpg" alt="" /></a><a href="http://pirioyun.tr.gg/300-metre.htm"><br />
                        </a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Beyaz-Ay%26%23305%3B-2.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4468.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>orman savaşı</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;            Yapımcı: g2</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Android</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Beyaz Ayı 1</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Beyaz Ayı 2</td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/S.ue.per-Hayvanlar.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4809.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Hamster.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4796.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Hamster1.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4796.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Rakun.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4751.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Kendine-A%26%23351%3B%26%23305%3Bk-Et.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4733.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;Hayvanlar</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Hamster</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Hamster 1</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Rakun</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Aşık et</td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Sihirli-Konak.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4720.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/10-Bitki-Sald%26%23305%3Br%26%23305%3Bs%26%23305%3B.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4692.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Ajan-.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4677.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Acelem-var.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4672.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Acaip-bi.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4648.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;Sihirli konak</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Saldırı</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Ajan</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Acelem var</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Acayip</td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Nicky-Boom.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4627.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/%C7%26%23305%3Blg%26%23305%3Bn-Sonic.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4623.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Macerax.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4615.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/%26%23304%3Bmkans%26%23305%3Bz.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4590.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/%C7arli.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4584.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;Nicky</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;&Ccedil;ılgın Sonic</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Macera</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;İmkansız</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;&Ccedil;arli</td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Elementler.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4567.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Z%26%23305%3Bplama.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4512.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td align="center">&nbsp;<a href="http://pirioyun.tr.gg/K%26%23305%3Bl%26%23305%3B%E7.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4318.jpg" alt="" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/Zebra-.htm"><img width="75" height="75" alt="" src="http://voxcast.oyunlar1.com/images/4303.jpg" /></a></td>
                        <td>&nbsp;</td>
                        <td>&nbsp;<a href="http://pirioyun.tr.gg/-Oe-r.ue.mcek-Adam.htm"><img width="75" height="75" src="http://voxcast.oyunlar1.com/images/4289.jpg" alt="" /></a></td>
                    </tr>
                    <tr align="center">
                        <td>&nbsp;Elemenler</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Zıplama</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Kılı&ccedil; ve Suşi</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;Korsan</td>
                        <td>&nbsp;</td>
                        <td>&nbsp;&Ouml;r&uuml;mcek</td>
                    </tr>
                </tbody>
            </table>
            &nbsp;</td>
        </tr>
    </tbody>
</table>
<div align="center">&nbsp;</div>
</div>
</center>

______________
Piri Oyun Tekrar Döndü. Tasarım yapabilecekler (Flash Oyun Tasarımı ) Pm ile ulaşsınlar görüşelim...
Mesaj15.10.2008, 17:26 (UTC)    
Mesaj konusu:

http://www.bedava-sitem.com/forum/viewtopic.php?t=25707

bu başlıkta bazı oyun kodları var incele bence Wink
Mesaj17.10.2008, 15:56 (UTC)    
Mesaj konusu: arkadaşım

www.googleye.com a yaz oyun kodu diya çıkar...
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu