WebSite X5Help Center

 
Valentí M.
Valentí M.
User

No funciona correo ni capcha  es

Autor: Valentí M.
Visitado 1042, Followers 2, Compartido 0  

el formulario de correo y el control captcha no funcionan. cuando en la web le doy a enviar aparece lo siguiente en una nueva página: "***", "owner_email_to" => "***", "customer_email_from" => "***", "customer_email_to" => "", "owner_message" => "", "customer_message" => "", "owner_subject" => "Missatge de la web", "customer_subject" => "Confirmació de rebuda", "owner_csv" => False, "customer_csv" => False, "confirmation_page" => "../home.html" ); if(substr(basename($_SERVER['PHP_SELF']), 0, 11) == "imEmailForm") { include "../res/x5engine.php"; $answers = array( ); $form_data = array( array('label' => 'Nom', 'value' => $_POST['imObjectForm_1_1']), array('label' => 'Cognoms', 'value' => $_POST['imObjectForm_1_2']), array('label' => 'e-mail', 'value' => $_POST['imObjectForm_1_3']), array('label' => 'Missatge', 'value' => $_POST['imObjectForm_1_4']) ); $files_data = array( ); if(@$_POST['action'] != "check_answer") { if(!isset($_POST['imJsCheck']) || $_POST['imJsCheck'] != "jsactive") die(imPrintJsError()); if(isset($_POST['imSpProt']) && $_POST['imSpProt'] != "") die(imPrintJsError()); $email = new imSendEmail(); $email->sendFormEmail($settings['imEmailForm_8_1'], $form_data, $files_data); @header('Location: ' . $settings['imEmailForm_8_1']['confirmation_page']); } else { if(@$_POST['id'] == "" || @$_POST['answer'] == "" || strtolower(trim($answers[@$_POST['id']])) != strtolower(trim(@$_POST['answer']))) echo "0"; else echo "1"; } } // End of file

Publicado en
1 RESPUESTAS - 1 CORRECTO
Nicola M.
Nicola M.
User

Hola Valentì,

Desafortunadamente este problema no depende del programa. Por favor, póngase en contacto con su proveedor y pregunte por filtro de spam disponible en él. Controle tambien que el servidor maneje el lenguaje PHP. 

Pero antes entente borrar el sitio del servidor y vuelva a exportarlo de nuevo.

Un saludo!

Leer más
Publicado en de Nicola M.