Havas Okulu

Havas Okulu (https://www.havasokulu1.com/)
-   vBulletin (https://www.havasokulu1.com/vbulletin/)
-   -   Siteye Kaçıncı Girişiniz Eklentisi (https://www.havasokulu1.com/vbulletin/21519-siteye-kacinci-girisiniz-eklentisi.html)

HeartLess 20.10.17 12:03

Siteye Kaçıncı Girişiniz Eklentisi
 
Kodları görünmesini istediğiniz yere ekleyin

Kod:

 
<center></body><FONT size=+0 style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 20pt; font-family: Tahoma">
    »
    <FONT color=#3366cc style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 20pt; font-family: Tahoma">
    Bu sitemizi </FONT></FONT>
    <FONT color=#3366cc style="font-style: normal; font-variant: normal; font-weight: normal; font-size: 20pt; font-family: Tahoma">
  <SCRIPT language=Javascript><!--
function getCookieVal (offset) {
  var endstr = document.cookie.indexOf (";", offset);  if (endstr == -1)
    endstr = document.cookie.length;
  return unescape(document.cookie.substring(offset, endstr));}
function GetCookie (name) {  var arg = name + "=";  var alen = arg.length;
  var clen = document.cookie.length;  var i = 0;  while (i < clen) {
    var j = i + alen;    if (document.cookie.substring(i, j) == arg)
 return getCookieVal (j);    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0)  break;  }  return null;}function SetCookie (name, value) {
  var argv = SetCookie.arguments;  var argc = SetCookie.arguments.length;
  var expires = (argc > 2) ? argv[2] : null;
  var path = (argc > 3) ? argv[3] : null;
  var domain = (argc > 4) ? argv[4] : null;
  var secure = (argc > 5) ? argv[5] : false;
  document.cookie = name + "=" + escape (value) +
    ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) +
    ((path == null) ? "" : ("; path=" + path)) +
    ((domain == null) ? "" : ("; domain=" + domain)) +
    ((secure == true) ? "; secure" : "");}function DeleteCookie(name) {
  var exp = new Date();  FixCookieDate (exp); // Correct for Mac bug
  exp.setTime (exp.getTime() - 1);  // This cookie is history
  var cval = GetCookie (name);  if (cval != null)
    document.cookie = name + "=" + cval + "; expires=" + exp.toGMTString();}
var expdate = new Date();var num_visits;
expdate.setTime(expdate.getTime() + (5*24*60*60*1000));
if (!(num_visits = GetCookie("num_visits")))  num_visits = 0;num_visits++;
SetCookie("num_visits",num_visits,expdate);//--></SCRIPT>

  <SCRIPT language=JavaScript>
<!--
document.write(""+num_visits+".");//-->
    </SCRIPT>
  ziyaretiniz</FONT></center>


Havasokulu 01.05.18 09:39

Sayın HeartLess, konu paylaşımınız için teşekkür ederiz.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 23:25.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.

havasokulu1.com


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 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148