Arkadaşlar indexe reklam nasıl koyabilirim ? Şöyle açıklayım;
Şimdi siteadı.com girildi. İlk önce bannerli reklam gösterilecek belli bir süre sonra misal 10 saniye sonra foruma yönlendirecek. Bunu nasıl yapabilirim ? Lütfen yardım edin.
İndexe reklam
5
●364
- 04-07-2010, 16:54:13WirLon adlı üyeden alıntı: mesajı görüntüle
<?php function yonlendir($sure,$sayfa){ $deger = "<meta http-equiv=\"refresh\" content=\"$sure;url=$sayfa\">\n"; return $deger; } // 3 sn cinsiden süredir. txtyioku.php de yönlendireceğn dosya// echo yonlendir(3,"txtyioku.php"); // Rekam kondunu tasarımını buaraya koy..// echo "<div>Reklam kodunu Tasarımı Buraya koy..</div>" ?> - 04-07-2010, 17:38:47
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Language" content="tr" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="refresh" content="10; url=http://pvpkenti.com/index.php"> <title>PvPKenti.Com</title> <style type="text/css"> .div1 { text-align: center; position:fixed; border:0px; left: 150px; top: 121px } .div2{ text-align: center; position:fixed; height:135px; width:750px; left: 150px; top: 262px; } .style1 { background-color: #000080; color: #FFFFFF; font-family: "Segoe UI"; font-size: small; } .style2 { background-color: #FFFFFF; } .style3 { border-width: 0px; } </style> </head> <body style="background-image: url('http://pvpkenti.com/images/pvp-kenti/back.jpg')"> </body> <div class="div1"><a href="http://pvpkenti.com/index.php"> <img src="http://pvpkenti.com/images/pvp-kenti/logo.png" class="style3"></a></div> <div class="div2" style="left: 150px; top: 262px; height: 66px"> <table style="width: 100%; height: 63px"> <tr> <td class="style1" style="height: 20px">Lütfen Bekleyiniz 10 Dk Sonra Yönleneceksiniz...!</td> </tr> <tr> <td class="style2"><img src="http://pvpkenti.com/cskingleri.jpg"></td> </tr> </table> </div> </html> - 04-07-2010, 19:14:39Rica ederim .Msn gelde konuşalım..WirLon adlı üyeden alıntı: mesajı görüntüle