Fale conosco

Dúvidas, sugestões ou elogios — adoramos ouvir você.

Envie sua mensagem

Respondemos em até 24 horas.

// Honeypot anti-bot if (!empty($_POST['website'])) { audit_log('honeypot_block', 'system', null, 'contact_spam', null, [ 'ip' => $_SERVER['REMOTE_ADDR'] ?? 'unknown', ]); http_response_code(200); exit; } // Rate limit simples por IP (2 minutos) $ip_address = $_SERVER['REMOTE_ADDR'] ?? 'unknown'; $stmt = $pdo->prepare( 'SELECT created_at FROM contact_messages WHERE ip_address = ? ORDER BY id DESC LIMIT 1' ); $stmt->execute([$ip_address]); $last_message = $stmt->fetch(); if ($last_message) { $last_time = strtotime($last_message['created_at']); $now_time = time(); if (($now_time - $last_time) < 120) { flash_set( 'error', 'Aguarde um pouco antes de enviar outra mensagem.' ); header('Location: ' . BASE_URL . 'contato.php#contato-form'); exit; } }

Outras formas de contato

Telefone

Em breve

WhatsApp

WhatsApp · em breve

Email

contato@mylittlepet.jp

Horário

Seg-Sex 9h-18h
Sáb 9h-16h