Jump to content
أحلى نادي لأحلى أعضاء
Search In
  • More options...
Find results that contain...
Find results in...
sasa designe

سكربت عمر المنتدى

Recommended Posts

اليوم أنا جبت ليكم سكربت رائع
يضع لك عمر المنتدى باليوم والساعه والثانيه

كود روعه
عاين من هنا




الكود:

<body>
<!-- 7opelward&Akwad-->
<div style="text-align: center;">

</div>

<div style="text-align: center;">
<span style="color: rgb(102, 0, 0); font-size: 24px;">عمر المنتدى</span><br /><br />
</div>

<div style="text-align: center;">

</div><script language="JavaScript1.2">

function setcountup(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}

//////////إجراء التعديلات المناسبة من هنا//////////////////

//STEP 1: Configure the date to count up from, in the format year, month, day:
// عدل التاريخ بحيث يكون أقل من تاريخ اليوم
setcountup(2010,12,03)

//STEP 2: عدل الجملة إلى ما يناسبك
var displaymessage=""


//STEP 3: تعديل الحجم واللون ...الخ
var countupwidth='100%'
var countupheight='20px' //applicable only in NS4
var countupbgcolor='#33CCFF'
var opentags='<font face="Times New Roman"><b><small>'
var closetags='</small></font>'

//////////لاتغير شئ في هذه المنطقة//////////////////

var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
var crosscount=''

function start_countup(){
if (document.layers)
document.countupnsmain.visibility="show"
else if (document.all||document.getElementById)
crosscount=document.getElementById&&!document.all?document.getElementById("countupie") : countupie
countup()
}

if (document.all||document.getElementById)
document.write('<span id="countupie" style="width:'+countupwidth+'; background-color:'+countupbgcolor+'"></span>')

window.onload=start_countup


function countup(){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todayh=today.getHours()
var todaymin=today.getMinutes()
var todaysec=today.getSeconds()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy+" "+todayh+":"+todaymin+":"+todaysec
paststring=montharray[mo-1]+" "+da+", "+yr
dd=Date.parse(todaystring)-Date.parse(paststring)
dday=Math.floor(dd/(60*60*1000*24)*1)
dhour=Math.floor((dd%(60*60*1000*24))/(60*60*1000)*1)
dmin=Math.floor(((dd%(60*60*1000*24))%(60*60*1000))/(60*1000)*1)
dsec=Math.floor((((dd%(60*60*1000*24))%(60*60*1000))%(60*1000))/1000*1)

if (document.layers){
document.countupnsmain.document.countupnssub.document.write(opentags+dday+ " days, "+dhour+" hours, "+dmin+" minutes, and "+dsec+" seconds "+displaymessage+closetags)
document.countupnsmain.document.countupnssub.document.close()
}
else if (document.all||document.getElementById)
crosscount.innerHTML=opentags+dday+ " يوم و "+dhour+" ساعة و "+dmin+" دقيقة و "+dsec+" ثانية"+displaymessage+closetags

setTimeout("countup()",1000)
}
   </script>
</body>
<!-- sasa designe -->



  

  
ضع الكود في أي مكان يقبل HTML
  

 37

Share this post


Link to post
Share on other sites
يتجسد الابداع دائما في
مواضيعك عندما يكون
لها هذا التميز مجهود جدا رائع..
تحياتي لك

Share this post


Link to post
Share on other sites

موضوع رائع وجميل شكراً جزيلاً لك . وبالتوفيق الدائم.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.