/** * 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 email_blacklist 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."); } }); 📢 Công ty cải tạo sửa chữa nhà tại Bình Tân【Báo Gi..
9 w ·Facebook

📢 Công ty cải tạo sửa chữa nhà tại Bình Tân【Báo Giá Miễn Phí】
☎️ Điện thoại: 0907.588.586
🏘️ Địa chỉ: Chi nhánh tại Bình Tân
📬 Mail: Thuanhuy.com@gmail.com
🌐 Website: https://thuannhuy.com/sua-chua-nha-tai-binh-tan/
🌐 Facebook: https://www.facebook.com/share/p/14GCM7fxPA1/
🌐 Twitter: https://x.com/thuannhuycom/sta....tus/1918159254592385
🌐 LinkedIn: https://www.linkedin.com/feed/....update/urn:li:share:
🌐 Instagram: https://www.instagram.com/p/DJI0tMwBiiX/
🌐 Pinterest: https://www.pinterest.com/pin/909093874789776561
🌐 Tumblr: https://www.tumblr.com/thuannh....uycom/78240590345240
🌐 Ok.Ru: https://ok.ru/profile/91002108....7454/statuses/156347
🌐 Deviantart: https://www.deviantart.com/thu....annhuycom/status-upd
🌐 Ko-fi: https://ko-fi.com/thuannhuy/posts
#suachuanha #suanhagiare #sonsuanha #congtysuanha #caitaonha #dichvusuanha #suachuanhabinhtan