// backend/http-functions.js import { ok, created, response } from 'wix-http-functions'; import wixData from 'wix-data'; // Basit test: Ziyaretçinin IP'sini döner (GET /_functions/myip) export function get_myip(request) { const ip = request.ip; return ok({ headers: { 'Content-Type': 'application/json' }, body: { ip } }); } // Loglama: IP + başlık bilgilerini kaydeder (POST /_functions/log-visit) export async function post_log_visit(request) { const common = { headers: { 'Content-Type': 'application/json', 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Methods': 'POST, OPTIONS', 'Access-Control-Allow-Headers': 'Content-Type' } }; if (request.method === 'OPTIONS') { return response({ status: 204, headers: common.headers, body: {} }); } const ip = request.ip || ''; const headers = request.headers || {}; const ua = headers['user-agent'] || headers['User-Agent'] || ''; const referrer = headers['referer'] || headers['referrer'] || ''; const path = (request.path && request.path.join('/')) || ''; const ts = new Date(); let payload = null; try { if (request.body) { const content = await request.body.text(); payload = content?.slice(0, 5000); } } catch (e) {} await wixData.insert('SecurityLogs', { ip, ua, path, referrer, ts, payload }); return created({ ...common, body: { ok: true, ip, ts } }); }
top of page
  • Facebook
  • Twitter
  • Instagram

SIRALI OLARAK DOLANDIRICILIK FAALİYETLERİNDE KULLANDIKLARI 021270059** NOLU TELEFONLAR
BU DOLANDIRICILARA FIRSAT VERMEYİN !!!
SİZİNLE İRTİBAT KURDUYSA VE HALA İLETİŞİM HALİNDE İSENİZ VE PARA TRANSFERİ YAPTIYSANIZ. DİREKT SAVCILIĞA BAŞVURUN !!!
BUNLARIN HEPSİ NİTELİKLİ VE ORGANİZE "OPERASYON ÇOCUĞU"



CRYZEN CRYPTO-  02127005918
GENERALFX-          02127005928
PRAVDA YATIRIM-    02127005939
DNBYATIRIM-            02127005934
BETA YATIRIM :        02127005996
ORNEX CAPITAL:     02127005905
EMIRATE GLOBAL YATIRIM: 02127005942

GENERAFX KEREM- 05391223550 VE +44 7724 519629
PRAVDA ESİN ÖZER- +44 7564 908254

DNB YATIRIM ZEYNEP KORUTÜRK- +905015334451
Ornex Capital: +382 69 155574
EMİRATE GLOBAL YATIRIM: 05391094534
idealfx: 02127005982-02127005972

Öz yatırım Danışmanlık: 02127005978- 02127005988
NORDFX yada
Nord Global fx +38266192472 -aslı +38269879338

Fortunextrade :02127005909-02127005980

Batuhan Aktaş: +382 68 471 006

Klas trading: 02127005959- Mecit :05517148133-

+905077084261 Salih Yüksel telegramı yönetiyor

© 2035 by Site Name. Powered and secured by Wix

bottom of page