• 15-08-2007, 17:22:44
    #1
    slm arkadaşlar ben oyun sitemdeki 5-6 oyunu minik resimleriyle birlikte bir tablo içerisinde bir başka siteme koymak(yapıştırmak)istiyorum ve ziyaretçi oyuna tıklayarak benim oyun siteme yönlensin yada o sitemde kalıp popup ile oynasın ve sitesine ekleyebilsin o tabloyu bu kodu bir türlü yapamadım ne yaptıysam görünmedi sanırım i-frame ile olucak kodu bilen varsa veririmisiniz aşağıdaki adreste örnek var siteyle alakam yoktur yanlış anlaşılmasın daha anlaşılır olsun diye veriyorum....

    Oyunlar - Sitenize Oyun Ekleyin - Oyun sitesi - Bedava oyun - Flash oyunlar - Süper oyunlar - Kelime oyunları - Macera oyunları - Spor oyunları - Aksiyon oyunları - Masa oyunları - Kağıt oyunları
  • 15-08-2007, 18:47:36
    #2
    Üyeliği durduruldu
    anlaşılır bir örnek ama senin sql yapın vs. bilinmeli sql yapına göre mesala adamlara
    <iframe src='http://sennisite.com/ver.php?sutun=x&oyun=y&bg=z&link=a'></iframe>
    gibi frame veridirip adamın formdan gönderdiği değerleri bu kodlara yansıtacaksın formdan mesala
    <input type=text name=sutun>
    adam bu kutuya x girdi gönderdi sen bu x i ayarlamak için kod verdiğin çıktı ekranına
    &ltiframe src='http://seninsite.com/ver.php?sutun=<?=$_POST[sutun];?>'&gt;&lt;iframe&gt;
    gibi kod çıktısı verebilirsin tamamını yazmak hazırcılık olur ve çok zamanımı alır benim mantık bu yani oradan bakıp ta form input ları dizip php den okuman lazım ve get ten gelenleri sql limit sutun limit gibi değerlerde kullanman bunlara güvenlik uygulamalrı vs. yapman lazım o açıdan uzun...
  • 16-08-2007, 00:20:14
    #3
    Teşekkür yaptım sonunda güzelde oldu kodu aşağıda veriyorum isterseniz sitenize,forumunuza ekleyin içeriğiniz genişlesin oyun bölümünüz olsun ziyaretçiler oyun oynasın...aynen kopyalayıp yapıştırın istediğiniz kısıma...

    <!-- sizeoyun.com Oyun Merkezi Kod Başlangıcı -->
    <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="97%">
    <tr><td bgcolor="#ffcc33"><center><b>En Çok Oynanan Oyunlarımız</b><br></center></td></tr>
    <tr>
    <td width="15%" bgcolor="#99cccc"><center><br></center>
    <td width="15%" bgcolor="#99cccc"><center><br></center>
    <td width="15%" bgcolor="#99cccc"><center><br></center>
    <td width="15%" bgcolor="#99cccc"><center><br></center>
    </tr>
    <tr>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=66"><img">http://www.sizeoyun.com/file.php?f=66"><img border="0" src="http://www.sizeoyun.com/files/image/fulltimekiller.jpg" width="70" height="59"><br>Full time killer</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=89"><img">http://www.sizeoyun.com/file.php?f=89"><img border="0" src="http://www.sizeoyun.com/files/image/7030_small.jpg" width="70" height="59"><br>Callofduty2</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=82"><img">http://www.sizeoyun.com/file.php?f=82"><img border="0" src="http://www.sizeoyun.com/files/image/368_sml.gif" width="70" height="59"><br>Soulmech</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=99"><img">http://www.sizeoyun.com/file.php?f=99"><img border="0" src="http://www.oxigames.com/images/40497.gif" width="70" height="59"><br>3d rally</a></center><br>
    </tr>
    <tr>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=76"><img">http://www.sizeoyun.com/file.php?f=76"><img border="0" src="http://www.sizeoyun.com/files/image/1826.jpg" width="70" height="59"><br>Desertstrike</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=100"><img">http://www.sizeoyun.com/file.php?f=100"><img border="0" src="http://www.sizeoyun.com/files/image/addlikemad.png" width="70" height="59"><br>Addliemad</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=48"><img">http://www.sizeoyun.com/file.php?f=48"><img border="0" src="http://www.sizeoyun.com/files/image/dengecikamil[1].jpg" width="70" height="59"><br>Dengeci kamil</a></center><br>
    <td width="15%" bgcolor="#99cccc"><center><a target="_blank" href="<A href="http://www.sizeoyun.com/file.php?f=49"><img">http://www.sizeoyun.com/file.php?f=49"><img border="0" src="http://www.sizeoyun.com/files/image/superkaykay[1].jpg" width="70" height="59"><br>Super kaykay</a></center><br>
    </tr>
    </table>
    <!-- sizeoyun.Com Oyun Merkezi Kod Bitişi -->