B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
disk1
/
respaldos_manuales
/
pastosintetico.mx
/
Filename :
2017ago21_anteschavero.tar
back
Copy
.htaccess 0000644 0001751 0001751 00000000353 13060452342 012626 0 ustar pastomx pastomx # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress cgi-bin/ 0000755 0001751 0001751 00000000000 13053737252 012347 5 ustar pastomx pastomx contacto.php 0000644 0001751 0001751 00000001355 13053737251 013365 0 ustar pastomx pastomx <?php $nombre = $_POST['Nom']; $mail = $_POST['Email']; $empresa = $_POST['Estado']; $header = 'From: ' . $mail . " \r\n"; $header .= "X-Mailer: PHP/" . phpversion() . " \r\n"; $header .= "Mime-Version: 1.0 \r\n"; $header .= "Content-Type: text/plain"; $mensaje .= "Nombre: " . $_POST['Nom'] . " \r\n"; $mensaje .= "Email: " . $_POST['Email'] . " \r\n"; $mensaje .= "Telefono: " . $_POST['Tel'] . " \r\n"; $mensaje .= "Comentarios: " . $_POST['Com'] . " \r\n"; $mensaje .= "Date " . date('d/m/Y', time()); $para = 'ogovela@hotmail.com'; $asunto = 'pastosintetico.mx// CONTACTO'; mail($para, $asunto, utf8_decode($mensaje), $header); $resultMenuUrlName = "gracias.html"; echo "<META HTTP-EQUIV=Refresh CONTENT=0;URL=$resultMenuUrlName>"; ?>