X7ROOT File Manager
Current Path:
/home/greejped/kohinoormukherjee.com
home
/
greejped
/
kohinoormukherjee.com
/
ðŸ“
..
📄
.htaccess
(250 B)
ðŸ“
.well-known
📄
404.shtml
(1.66 KB)
ðŸ“
Kohinoor
📄
Kohinoor.zip
(36.55 MB)
📄
VD3l2Lj.php
(186.03 KB)
📄
about.html
(10.94 KB)
📄
award.html
(9.11 KB)
ðŸ“
cgi-bin
📄
contact.html
(9.65 KB)
ðŸ“
css
ðŸ“
demo
📄
discography.html
(51.98 KB)
📄
error_log
(113.72 KB)
ðŸ“
fonts
📄
gallery.html
(27.66 KB)
📄
google7ecef00224222a7e.html
(53 B)
📄
home.html
(1.92 KB)
📄
home1.html
(1.7 KB)
ðŸ“
images
ðŸ“
img
📄
index.html
(7.21 KB)
📄
index.php
(26.82 KB)
ðŸ“
js
📄
mail.php
(2.65 KB)
📄
media.html
(16.6 KB)
📄
robots.txt
(325 B)
📄
studio-gear.html
(14.65 KB)
📄
testimonials.html
(15.85 KB)
📄
update-log.txt
(1.37 KB)
ðŸ“
virtuelle-spiele
Editing: mail.php
<?php if ($_POST['email']) { $email = $_POST['email']; $name = $_POST['name']; $mobile = $_POST['mobile']; $mess = $_POST['message']; $message2 ='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Kohinoor Mukherjee Confirmation Mail</title> <style> table { font-family: arial, sans-serif; border-collapse: collapse; width: 50%; } td, th { border: 1px solid #dddddd; text-align: left; padding: 8px; } tr:nth-child(even) { background-color: #dddddd; } </style> </head> <body> <div> <a href="#"> <img src="http://kohinoormukherjee.com/images/logo.png" alt="Kohinoor Mukherjee Contact" > </a> </div> <p>Dear Member, Thank you for contacting Kohinoor Mukherjee. We will contact you Soon. </p> <table width="50%"> <tr> <td width="30%">Name</td> <td>'.$name.'</td> </tr> <tr> <td>Email</td> <td>'.$email.'</td> </tr> <tr> <td>Contact</td> <td>'.$mobile.'</td> </tr> <tr> <td>Message</td> <td>'.$mess.'</td> </tr> </table> <body> </body> </html>'; // Always set content-type when sending HTML email $headers = "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; // More headers $headers .= 'From: <'.$email.'>' . "\r\n"; /*mail($post['u_email'], 'Confirmation mail', $message2,$headers);*/ if (mail('kohinoor.mukherjee@gmail.com', 'New Enquiry From '.$name,$message2,$headers)) { echo "<script> alert('Mail Sent'); window.location.href='contact.html'; </script>"; }else{ echo "<script> alert('Something wrong Please try again'); window.history.back(); </script>"; } }else{ echo "<script> alert('Something wrong Please try again'); window.history.back(); </script>"; } ?>
Upload File
Create Folder