📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
webmasterscripti.demodesign.com.tr
/
admin
/
assets
/
js
📝
stats.js
← Geri Dön
let botsCtx = document.getElementById("bots").getContext("2d"); let botsLine = new Chart(botsCtx, { type: "line", data: { labels: getBots, datasets: [{ label: "Visit count", data: getBotsData, backgroundColor: "#4aa6d3", borderColor: "royalblue", }] }, options: { responsive: true, maintainAspectRatio: false, legend: { display: true, position: "top", labels: { fontColor: "gray" } }, scales: { xAxes: [{ gridLines: { display: true, color: "black" }, scaleLabel: { display: true, } }], yAxes: [{ gridLines: { color: "black", borderDash: [2, 5], }, scaleLabel: { display: true, } }] } } });
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula