[ Updated threads · رسائل جديدة · المشاركين · قواعد المنتدى · بحث · RSS ]

  • صفحة 1 من%
  • 1
منتدى هكركوز الكويت HkRhoz al KuwaiT » ارشيف صاروخ الخليج » السكربتات وتطوير المواقع Scripts and web » كود ويب عداد مشاهدات
كود ويب عداد مشاهدات
gulfmissile التاريخ : الجمعة, 2023-03-10, 11:17 PM | رسالة # 1

كافي عذاب

العضويه : المسؤولين

عدد المشاركات : 242

سمعة : 0

حالة : Offline

الجنس : ذكر

دولتك : الكويت

كود

اقتباس
<title>عداد مشاهدات Views101counter</title>
<script type="text/javascript">
function ctck() {
var sds = document.getElementById("dum");
if(sds == null){
alert("You are using a free package.\n You are not allowed to remove the tag.\n"); }
var sdss = document.getElementById("dumdiv");
if(sdss == null){
alert("You are using a free package.\n You are not allowed to remove the tag.\n");
} } document.onload="ctck()";
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 = (2 < argc) ? argv[2] : null;
var path = (3 < argc) ? argv[3] : null;
var domain = (4 < argc) ? argv[4] : null;
var secure = (5 < argc) ? argv[5] : false;
document.cookie = name + "=" + escape (value) +((expires == null) ? "" : ("; expires=" +expires.toGMTString())) +((path == null) ? "" : ("; path=" + path)) +((domain == null) ? "" : ("; domain=" + domain)) +((secure == true) ? "; secure" : ""); }
var expDays = 30; var expDate = new Date(); expDate.setTime(expDate.getTime() + (expDays*24*60*60*1000));
function DisplayInfo()
{ var cnt = GetCookie('cnt'); if(cnt == null) { SetCookie('cnt','1'); return 1; } else { var cnt1 = parseInt(cnt) + 1; SetCookie('cnt',cnt1,expDate); return cnt;
}
}
document.write("انت الزائر" + DisplayInfo() + " رقم");
</script>
<div style="font-size: 10px;color: #dadada;" id="dumdiv">

وسلامتكم
 

منتدى هكركوز الكويت HkRhoz al KuwaiT » ارشيف صاروخ الخليج » السكربتات وتطوير المواقع Scripts and web » كود ويب عداد مشاهدات
  • صفحة 1 من%
  • 1
بحث: