/** * Plugin: Google Login Blacklist Check (MySQLi - Linkeei) * Description: Blocks Google login if email is blacklisted (from DB). * Author: Linkeei Dev */ add_hook('james_hook_before_register', function($data) { global $wo; $marker = $data['marker'] ?? ''; $user = $data['user_data'] ?? []; if ($marker !== 'login-with-google') { return; } $email = strtolower(trim($user['email'] ?? '')); if (empty($email)) { throw new Exception("Login blocked: Email is missing."); } $conn = $wo['sqlConnect']; // Use Linkeei's connection // Escape and prepare the query $email_escaped = mysqli_real_escape_string($conn, $email); $query = "SELECT COUNT(*) as count FROM JAMES_blacklisted_emails WHERE LOWER(email) = LOWER('$email_escaped')"; $result = mysqli_query($conn, $query); if ($result) { $row = mysqli_fetch_assoc($result); if ((int)$row['count'] > 0) { throw new Exception("Login blocked: Your email is blacklisted."); } } else { throw new Exception("Login blocked: DB error."); } }); Are you living Muslim? | 6 Colors Available | New Design
imageimageimageimageimageimage
image
image
image
image
image
image

Are you living Muslim? | 6 Colors Available | New Design

$310.00 (USD)
0 Comentarios
Rahmat Ullah profile picture   
Publicado Por Rahmat Ullah
  

Actualmente no disponible.

  •  Ubicacióndhaka
  •  EstadoActualmente no disponible.
  •  TipoNuevo

Detalles

Living MuslimSize Measurement (in inch):

M (Medium): Chest 37.7″ inch/ 96 cm, Height 27.5″ inch/ 70 cm
L (large) : Chest 39.3″inch/ 100 cm, Height 28.3″/ 72 cm
XL(Extra large): Chest 41″ inch/ 104 cm, Height 29.1″ inch/ 74 cm
XXL(Double Extra large) : Chest 42.5″inch/ 108 cm, Height 30″ inch/ 76 cm
ডিভাইসের ভিন্নতা অনুযায়ী কালার ডেভিয়েশন এবং ফটোশপ এডিটিং কালার ডেভিয়েশনের কারনে বাস্তব ছবি ও সফটকপির মাঝে অনেক সময় পার্থক্য থেকে যায়

Productos relacionados