Webmaster Forumu - Webmaster Zone

Geri git   Webmaster Forumu - Webmaster Zone > Webmaster Zone > Programlama Dilleri > HTML CSS DHTML
Şifrenizimi Unuttunuz? Bize Katılın!

Cevapla
Görüntüleme: 647 - Cevaplar: 0  
LinkBack Seçenekler Stil
  #1 (permalink)  
Alt 01-09-2007, 14:13:09
yavuzturk yavuzturk isimli üyemiz çevrimdışıdır. (Offline)
Webmaster
No Status
 
Üyelik tarihi: 30/9/2007
Yaş: 25
Mesajlar: 20
iTrader: (0)
Tecrübe Puanı: 0
Puanları: 20
yavuzturk üyemiz henüz acemi
Standart Oyun sitelerindeki gidi oyundan önce reklam? (Onarcade)

S.a , arkadaslar onarcade oyun scriptinde oyundan önce reklam için kodları nasıl değiştirmem gerekiyor ?
file.html dosyasını düzenlememiz gerekiyor ama nasıl bi kod yerleştirmem lazım...?

File.html aşağıdadır...
[html] <tr>
<td width="20%" valign="top">
<?php include("menu.html"); ?>
</td>
<td width="80%" valign="top">
<div class="filebox">
<div class="fileboxheader">
<a href="<?php echo $siteurl;?>" class="contentheaderlink"><?php echo $sitename; ?></a> > <a href="<?php echo $categoryurl; ?>" class="contentheaderlink"><?php echo $categoryname; ?></a> > <?php echo $fileTitle; ?>
</div>
<div class="boxestext">
<center>
<!-- Load File -->
<?php
if ($filewidth>$maxfilewidth || $fileheight>$maxfileheight) {
?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&a=popup","","width=<?php echo $filewidth; ?>,height=<?php echo $fileheight; ?>,menubar=0,resizable=0,scrollbars=0,status=0,tit lebar=0,toolbar=0")>Yeni Pencerede Ac </a>
<?php
} else {
displayfile($filename,$filewidth,$fileheight,$file type,$filelocation,$customcode);
}
?>
<!-- End Load File -->
</center>
</div>
</div>
<div class="filebox">
<div class="fileboxheader">
Dosya Bilgisi <?php if ($userGroup == '2') { ?>[<a href="<?php echo $siteurl;?>/admin/index.php?action=editgame&gameid=<?php echo $fileId; ?>" class="contentheaderlink">Dosyayi Düzenle </a>]<?php } ?>
</div>
<table border="0" width="98%" class="boxestext">
<tr>
<td width="50%" valign="top">
<b>Baslik:</b> <?php echo $fileTitle; ?><br />
<b>Aciklama:</b> <?php echo $filedescription; ?><br />
<b>Oynanan:</b> <?php echo number_format($timesplayed); ?> Kere </td>
<td width="50%" valign="top">
<b>Rating:</b> <img src="<?php echo $siteurl; ?>/images/stars<?php echo $filerating; ?>.gif" border="0" width="67" height="15" alt="<?php echo $filerating; ?>" title="<?php echo $filerating; ?>"><br />
<?php if ($ratewho == '2' && $userStatus == '1' || $ratewho == '1') { ?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=rate","","width=200,height=100,menubar=0 ,resizable=0,scrollbars=0,status=0,titlebar=0,tool bar=0")><b>Rating</b></a><br />
<?php } ?>
<?php if ($userStatus == '1') { ?>
<a href="<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=makefavourite" target="_self">Favori</a> Yap <br />
<?php } ?>
<?php if ($tellfriend == '1') { ?>
<a href="#" onClick=window.open("<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=tellfriend","","width=200,height=250,men ubar=0,resizable=0,scrollbars=0,status=0,titlebar= 0,toolbar=0")>Arkadasina Söyle </a>
<?php } ?>
</td>
</tr>
</table>
</div>

<?php if($commentson == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
Yorumlar: <?php if ($userGroup == '2') { ?>[<a href="<?php echo $siteurl;?>/admin/index.php?action=comments&fid=<?php echo $fileId; ?>" class="contentheaderlink">Yorumlari Düzenle </a>]<?php } ?>
</div>
<div class="boxestext">
<?php displaycomments($fileId); ?>
<?php if ($commentwho == '2' && $userStatus == '1' || $commentwho == '1') { ?>
<script language='javascript'>
<!--
function addsmilie(code)
{
document.form.message.value += code;
//return true;
}
//-->
</script>
<br />
Yorum Yaz :
<br />
<a href="javascript:addsmilie(' ')"><img src="<?php echo $siteurl; ?>/images/happy.gif" border=0 alt="Happy" title="Happy"></a>&nbsp;<a href="javascript:addsmilie(' ')"><img src="<?php echo $siteurl; ?>/images/sad.gif" border=0 alt="Sad" title="Sad"></a>&nbsp;<a href="javascript:addsmilie(' ')"><img src="<?php echo $siteurl; ?>/images/wink.gif" border=0 alt="Wink" title="Wink"></a>&nbsp;<a href="javascript:addsmilie(' : ')"><img src="<?php echo $siteurl; ?>/images/@.gif" border=0 alt="@" title="@"></a>&nbsp;<a href="javascript:addsmilie(' :8 ')"><img src="<?php echo $siteurl; ?>/images/cool.gif" border=0 alt="Cool" title="Cool"></a>&nbsp;<a href="javascript:addsmilie(' :wave: ')"><img src="<?php echo $siteurl; ?>/images/wave.gif" border=0 alt="Wave" title="Wave"></a>&nbsp;<a href="javascript:addsmilie(' :think: ')"><img src="<?php echo $siteurl; ?>/images/think.gif" border=0 alt="Hmm..." title="Hmm..."></a>&nbsp;<a href="javascript:addsmilie(' :clap: ')"><img src="<?php echo $siteurl; ?>/images/clap.gif" border=0 alt="Clap hands" title="Clap hands"></a>
<form action="<?php echo $siteurl; ?>/file.php?f=<?php echo $fileId; ?>&action=addcomment" method="post" name="form" onsubmit="return verify()">
<textarea name="message" rows="5" cols="50"></textarea><br>
<input type="submit" name="submit" value="Yorum Ekle">
</form>
<?php } else { echo "<b>Please login or register to leave a comment.</b>"; } ?>
</div>
</div>
<?php } ?>

<?php if ($addtoyourwebsite == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
Sitene Ekle:
</div>
<div class="boxestext">
<textarea name="Addthisgametoyourwebsite" rows="3" cols="50"><img src = "<?php echo $siteurl; ?>/files/image/<?php echo $icon; ?>" border="0"><br /><a href="<?php echo fileurl($fileId,$fileTitle); ?>"><?php echo $fileTitle; ?></a></textarea>
</div>
</div>
<?php } ?>
<?php if ($relatedfiles == '1') { ?>
<div class="filebox">
<div class="fileboxheader">
Son Dosyalar:
</div>
<div class="boxestext">
<table width="300" border="0">
<?php relatedfiles($filecategory, $fileId); ?>
</table>
</div>
</div>
<?php } ?>
</td>
</tr>[/html]Tesekkur ediyorum simdiden...
Alıntı ile Cevapla
Cevapla



Konuyu Toplam 1 Üye okuyor. (0 Kayıtlı üye ve 1 Misafir)
 
Seçenekler
Stil

Yetkileriniz
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-KodlarıKapalı
Trackbacks are Açık
Pingbacks are Açık
Refbacks are Açık

Benzer Konular
Konu Konuyu Başlatan Forum Cevaplar Son Mesaj
Onarcade V.1.1 Flash Oyun Scripti (kurulum/sorular/cevaplar) aTk Script / Veritabanı ( Database ) 71 16-11-2008 02:40:45
4-5k Oyun siteme reklam alıyorum tnrsnr Reklam Alım Satım 5 30-08-2007 22:26:30
2k+ oyun siteme reklam alıyorum eternal Reklam Alım Satım 0 09-08-2007 19:39:27
20 ytl karşılığında onArcade scriptine uyumlu, oyun hileleri script ve db'si aranıyor WhatIf Script / Veritabanı ( Database ) 0 23-07-2007 14:00:52
9k oyun sitesine reklam alınacaktır mazyy Reklam Alım Satım 6 15-06-2007 17:58:58


oyun , kontör , türkçe dizin

Bütün Zaman Ayarları WEZ +2 olarak düzenlenmiştir. Şu Anki Saat: 21:47:40 .


Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
Zone Org | 2006-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125