Ok and how i can Config Rekord online and online days
go index and search down you find this script to change days
<b><script>
var montharray=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
function countup(yr,m,d){
var today=new Date()
var todayy=today.getYear()
if (todayy < 1000)
todayy+=1900
var todaym=today.getMonth()
var todayd=today.getDate()
var todaystring=montharray[todaym]+" "+todayd+", "+todayy
var paststring=montharray[m-1]+" "+d+", "+yr
var difference=(Math.round((Date.parse(todaystring)-Date.parse(paststring))/(24*60*60*1000))*1)
difference+=" day's"
document.write("<font color=green><b>"+difference+"")
}
countup(2016,09,9)
</script></b>
for record online to works correct go xampp/htdocs/modules/Statistics add your pass from sql and save
now same go xampp/htdocs/down you have [record.php] click and select 0