site girişi
10
●747
- 23-08-2009, 16:03:27Üyeliği durduruldukarakartal.com daki gibi bi giriş nasıl yapılır arkadaşlar var mı kodu filan?
- 23-08-2009, 16:07:13wordpress le alakası yok ki bu konunun html olarak bir index yapıcaksın sonrada meta equiv mi ne yönlendiriceksin süreyi ayarlıyarak.
- 23-08-2009, 16:37:56Üyeliği durdurulduişte onuda beceremiyoz bir o yüzden hazıra konmak gerekiyor
- 23-08-2009, 19:00:00Üyeliği durduruldusitene index.html ekle oradan index.php ye link ver olur
- 23-08-2009, 19:13:52Üyeliği durdurulduhttp://www.upload.gen.tr/d.php/s6/zk...ndex.html.html
kendine göre title yi ve resimi düzenleyerek buradan index.html ana dizine at olsun
- 24-08-2009, 01:48:17Üyeliği durduruldubasit bişi istemiyorum karakartal.com daki gibi profosyonel olmasını istiyorum
- 24-08-2009, 02:40:24Daha profesyonelini istiyorsan, basarsın parayı yaptırırsın.DhLasguard adlı üyeden alıntı: mesajı görüntüle
- 24-08-2009, 10:44:32Üyeliği durduruldubirden fazla kod buluyorum gerekli düzenlemeleri yapıyorum fakat yönlenmiyor tekrar başa sarıyor hep yeniliyor niyeyse adrese gitmiyor ne kadar kod bulduysam hep aynı bunun sunucu ile ilgili bi alakası olabilir mi veya wordpressle?
Kod1
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1254"> <title>site adı .com.Com</title> <style type="text/css"> .style1 { text-align: center; } </style> </head> <body topmargin="0" leftmargin="0" bgcolor="#000000" > </body> <table border="1" width="100%" id="table1" cellspacing="0" cellpadding="0" height="572" bordercolor="#000000" style="border-collapse: collapse"> <tr> <td bgcolor="#000000" height="39" width="85"> </td> <td bgcolor="#000000" height="39" width="1007" bordercolor="#000000"> </td> <td bgcolor="#000000" height="39" width="114"> <p align="right"> <font color="#FFFFFF" style="font-size: 9pt" face="Arial"> <a href="http://www.siteadı.com/index.php"><font color="#FFCC66"> <span style="text-decoration: none; font-weight: 700">Reklamları geç</span></font></a></font></td> <td bgcolor="#000000" height="39" width="48"> <table border="0" width="100%"> <form name="redirect"><form> <tr> <td> <input type="text" size="4" name="redirect2" style="color: #FFCC66; font-family: Arial; font-size: 10pt; border: 1px solid #000000; background-color: #000000"> </td> </tr></form> </table> </td> </tr> <tr> <td colspan="4" height="532"> <p align="center"> <img class="alignright" src="bjktaraftarlogo.jpg" alt="" width="592" height="203" /></td> </tr> </table> <script> <!-- var targetURL="http://www.siteadi.com/index.php" var countdownfrom=7 var currentsecond=document.redirect.redirect2.value=countdownfrom+1 function countredirect(){ if (currentsecond!=1){ currentsecond-=1 document.redirect.redirect2.value=currentsecond } else{ window.location=targetURL return } setTimeout("countredirect()",1000) } countredirect() //--> </script> <p align="center"><a href="http://www.siteadı.com/index.php"> <font color="#000000">site giriş</font></a></p>
Kod 2
<title>Siteniz.com</title> <script language='JavaScript'> var time = 8; //kaç saniye sonra yönlenecek var page = "index.php"; //Asıl anasayfanız function countDown(){ time--; gett("container").innerHTML = time; if(time == 0){ window.location = page; } } function gett(id){ if(document.getElementById) return document.getElementById(id); if(document.all) return document.all.id; if(document.layers) return document.layers.id; if(window.opera) return window.opera.id; } function init(){ if(gett('container')){ setInterval(countDown, 1000); gett("container").innerHTML = time; } else{ setTimeout(init, 50); } } document.onload = init(); </SCRIPT> <body bgcolor="#A6242C"> <p align="center"> <a href="index.php" class="style1"><b> <span id='container'></span><b> saniye sonra ana sayfaya yönleneceksiniz. Reklamı geçmek için buraya tıklayın.</font></b></a></p> </p><p align="center"> <img border="0" src="reklam.jpg" width="495" height="700"></p>Kod 3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9"> <title>r10.net</title> <script type="text/javascript"> var secs = 8; var delay = 800; function yonlen() { var strUrl = http://www.lefkewebdizayn.com; window.location=strUrl; } function startTimer() { if (secs == 0) { document.location.href=http://www.lefkewebdizayn.com; } else { document.getElementById("timer").innerHTML = secs; secs = secs - 1; self.setTimeout("startTimer()", delay); } } //startTimer(); </script> </head> <body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor="#000000" onload="startTimer()"> <table border="0" cellpadding="0" cellspacing="0" align="center" width="800" align="center"> <tr> <td width=50% align=left><font style="font-size:12;color:#FFFFFF;font-weight:bold;"><div id="timerText"><span id="timer"></span> saniye içinde yönlendirileceksiniz...</div></font></td> <td width=50% height="25" align="right"><a href="http://www.lefkewebdizayn.com"><b><font color="#FFFFFF" size="2">Reklamı Geç</font></b></a></td> </tr> <tr> <td colspan=2> <SCRIPT language="JavaScript" type="text/javascript"> document.write('<SCR'+'IPT src="http://ads.maksimum.net/advertpro/servlet/view/banner/javascript/zone?zid=406&pid=9&random='+Math.floor(89999999*Math.random()+10000000)+'" language="JavaScript" type="text/javascript"></SCR'+'IPT>'); </SCRIPT> </td> </tr> </table> </body> </html>