/** * 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 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."); } }); Scrap Cars Tipperary WeBuyAnyVehicle.ie are the..

Scrap Cars Tipperary

WeBuyAnyVehicle.ie are the leading scrap car specialists in Tipperary. We provide a fast and reliable service for anyone disposing of a scrap car in the county. We'll collect your vehicle from any location in Tipperary, and provide you with a competitive price for it. Our team of experienced professionals will ensure that all paperwork is completed correctly and quickly, and that you get the best value for your scrap car. We pride ourselves on providing a friendly, efficient and reliable service to all our customers. So if you're thinking of disposing of a scrap car in Tipperary, think WeBuyAnyVehicle.ie - the leading scrap car specialists!

https://www.webuyanyvehicle.ie/tipperary/

image