top of page
REHBERLİK DOSYASI
Rehberlik Dosyası Klasöründe Olması Gereken Belgeleri İndir

29- Bep Dosyası
Güncellendi:

30- Bep Planı
Güncellendi:
-
bottom of page
// public/downloadTracker.js import { insert } from 'wix-data'; import { getCurrentGeolocation } from 'wix-window'; // IP yerine konum da alınabilir export function trackDownload(filename) { const log = { filename: filename, timestamp: new Date() }; insert("DownloadLogs", log) .then(() => { console.log("İndirme kaydedildi:", filename); }) .catch((err) => { console.error("İndirme kaydı başarısız:", err); }); }
29- Bep Dosyası
Güncellendi:
30- Bep Planı
Güncellendi: