/** * 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."); } });
現在お取り扱いできません。
Premium Polo T-Shirt
Fabric: Propylene (Jersey Type)
Fabrication: 170 GSM
Size: M, L, XL, XXL
Measurement (In Inch)
M - (Length: 28" chest: 38")
L - (Length: 29" chest: 40")
XL - (Length: 30" chest: 42")
XXL - (Length: 31" chest: 43")
অর্ডার করতে ইনবক্স করুন অথবা কল করুন 01767849830
ডেলিভারি চার্জ ঢাকা সিটির মদ্ধে ৭০ টাকা এবং ঢাকার বাইরে ১০০-১৫০ টাকা(আপনার পছন্দ মত কুরিয়ার সার্ভিস/ হোম ডেলিভারি করা হবে)।
ঢাকা সিটির বাইরের ডেলিভারি চার্জ অগ্রিম প্রদান করতে হবে(01767849830 বিকাশ পার্সোনাল)।
Return Policy:
ডেলিভারি ম্যান থাকাকালীন প্রোডাক্ট চেক করে, ডেলিভারী ম্যানকে টাকা দিবেন। ডেলিভারি ম্যান চলে আসার পর কোনো অভিযোগ গ্রহণ করা হবে না
কোনো প্রোডাক্ট চেঞ্জ অথবা রিটার্ন হবে না।কোনো সমস্যা থাকলে ডেলিভারি ম্যান থাকাকালীন আমাদের কল দিবেন।