BACKD00R 1337
Server IP : 164.52.202.56  /  Your IP : 216.73.217.7
Web Server : Apache
System : Linux e2e-70-56.ssdcloudindia.net 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64
User : rubyaromatics ( 1052)
PHP Version : 7.2.34
Directory (0750) :  /home/rubyaromatics/public_html/controller/pro/../../

[  Home  ][  Terminal  ][  Upload File  ]

Current File : /home/rubyaromatics/public_html/controller/pro/../../contact.php
<?php require('controller/function.php'); $page='contact'; ?>
<!doctype html>
<html class="no-js" lang="en">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Ruby Aromatics</title>
    <meta name="description" content="">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    
    <!-- Place favicon.ico in the root directory -->
    <link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
    <link rel="apple-touch-icon" href="apple-touch-icon.png">
    

    <!-- All css files are included here. -->
    <!-- Bootstrap fremwork main css -->
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <!-- This core.css file contents all plugings css file. -->
    <link rel="stylesheet" href="css/core.css">
    <!-- Theme shortcodes/elements style -->
    <link rel="stylesheet" href="css/shortcode/shortcodes.css">
    <!-- Theme main style -->
    <link rel="stylesheet" href="style.css">
    <!-- Responsive css -->
    <link rel="stylesheet" href="css/responsive.css">
    <!-- User style -->
    <link rel="stylesheet" href="css/custom.css">
<style type="text/css">
.hs-header-top{background: #c7a759;
    padding: 3px 50px 40px;
    width: 118%;
    margin-left: -102px;
    line-height: 16px;
    max-height: 40px;
    margin-top: -15px;}
	@import "compass/css3";

* {
  box-sizing: border-box;
}
<style type="text/css">
.hs-header-top{background: #c7a759;
    padding: 3px 50px 40px;
    width: 118%;
    margin-left: -102px;
    line-height: 16px;
    max-height: 40px;
    margin-top: -15px;}
	@import "compass/css3";

* {
  box-sizing: border-box;
}
#preloader  {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: #fefefe;
     z-index: 999;
    height:auto;
	background-image: url(images/rubybg.jpg);
     
	
 }
#status  {
     width: 526px;
     height: 200px;
     position: absolute;
     left: 37%;
     top: 50%;
     background-image:url(images/logo/LOAD%20LOGO.png);
     background-repeat: no-repeat;
     background-position: center;
     margin: -100px 0 0 -100px;
 }
</style>
  <script src="js/vendor/jquery-1.12.0.min.js"></script>
    <!-- Modernizr JS -->
	
    <script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>

<body>

    <!--[if lt IE 8]>
    <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
    <![endif]-->  
    <!-- Body main wrapper start -->
    <div class="wrapper">
        <!-- Start Header Style -->
        <?php require('header.php'); ?>
        <!-- End Header Style -->
        <!-- breadcrumbs start -->
        <section class="breadcrumbs-area ptb-50">
            <div class="container">
                <div class="row">
                    <div class="col-md-12 text-center">
                        <div class="breadcrumbs">
                            <h2 class="page-title">Contact us</h2>
                            <ul>
                                <li>
                                    <a class="active" href="#">Home</a>
                                </li>
                                <li style="color:#000">Contact us</li>
                            </ul>
                        </div>
                    </div>
                </div>
            </div>
        </section>
        <!-- breadcrumbs end -->
        <!--Start of contact-area -->
        <div id="contact-area" class="contact-area gray-bg ptb-100 bg-img-3" style="background: #f1f1f1 !important;">
            <div class="container">
                <div class="row">
                 <?php 
							if(isset($_POST['submit']))
	{
################################################## SEND email ######################################################
  $to = "rubyaromatic@gmail.com";
  $subject = "Product View";
         
         $message = '<html>  <link href="css/style.css" rel="stylesheet" type="text/css" /> <body>';
$message .= '<table width="600" border="0" cellpadding="5" cellspacing="5" bordercolor="#FFFFFF" style="border:#412E28 2px solid;">' ;
$message .= '<tr>
     <td bgcolor="#FFFF01"><b>Successfully Send Ruby Aromatics</b> </td>
	 </tr>' ;
$message .= '<tr>
    <td bgcolor="#FFFFFF">
    Ruby Aromatics.<br>Your Message</td>
  </tr>' ;
   $message .= '<tr>
    <td bgcolor="#FFFFFF"><b>Product Id :' . strip_tags($_POST['p_id']) .'</b> </td>
  </tr>' ;

$message .= '';
 $message .= '<tr>
    <td bgcolor="#FFFFFF"><b>Product Name :' . strip_tags($_POST['p_name']) .'</b> </td>
  </tr>' ;

$message .= '';
 $message .= '<tr>
    <td bgcolor="#FFFFFF"><b>Name :' . strip_tags($_POST['name']) .'</b> </td>
  </tr>' ;

$message .= '';


  $message .= '
				<tr>
				  <td bgcolor="#FFFFFF"><b>Email :</b> :' . strip_tags($_POST['email']) .' </td>
  </tr>';
  $message .= '<tr>
				  <td bgcolor="#FFFFFF"><b>Phone No :</b> :' . strip_tags($_POST['mobile']) .' </td>
  </tr>';
  
$message .= '<tr>
				  <td bgcolor="#FFFFFF"><b>Message :</b> :' . strip_tags($_POST['message']) .' </td>
  </tr>' ;
$message .= '' ;

$message .= '<tr>
<td bgcolor="#FFFFFF"><p>Wishing You All the Best.<br/>
Contact Me Soon. <br/><br />
        <strong>Ruby Aromatics</strong> </td>
    </tr>
<tr>
  <td height="15" bgcolor="#B74900"></td>
  </tr>' ;

$message .= '</table>';
$message .= "</body></html>";
         
         $header = "From:rubyaromatic@gmail.com\r\n";
         $header .= "Cc:m.rubyaromatic@gmail.com\r\n";
         $header .= "MIME-Version: 1.0\r\n";
         $header .= "Content-type: text/html\r\n";
         
        echo $retval = mail ($to,$subject,$message,$header);
         
         if( $retval == true ) {
            echo "Message sent successfully...";
         }else {
            echo "Message could not be sent...";
         }
################################################## SEND email ######################################################

################################################## SEND email ######################################################
         /* echo '<script type="text/javascript">parent.jQuery.fancybox.close();</script>';*/
		  }
							
							?>
                            
<form role="form" action="<?php $_SERVER['PHP_SELF'] ?>" id="" class="col-md-7 col-xs-12" enctype="multipart/form-data" method="post" onSubmit="return vl();"> 
                    <h3 class="contact-title">contact message :</h3>
                        <div class="row">
                            <div class="all-contact-text">
                                <div class="col-sm-6 col-xs-12">
                                    <div class="contact-message">
                                        <input name="name" class="form-control" type="text" required placeholder="Name">
                                    </div>
                                </div>
                                <div class="col-sm-6 col-xs-12">
                                    <div class="contact-message">
                                        <input name="email" class="form-control" type="email" required placeholder="Email">
                                    </div>
                                </div>
                                <div class="col-sm-6 col-xs-12">
                                    <div class="contact-message">
                                        <input name="mobile" class="form-control" type="text" required placeholder="Tel">
                                    </div>
                                </div>
                                <div class="col-sm-6 col-xs-12">
                                    <div class="contact-message contact-mrgn">
                                        <input name="subject" class="form-control" type="text" required placeholder="Subject">
                                    </div>
                                </div>
                                <div class="col-xs-12">
                                    <div class="contact-textarea">
                                        <textarea name="message" class="form-control" required placeholder="Message"></textarea>
                                    </div>
                                    <div class="submit">
                                        <input class="submit" name="submit" type="submit" value="Send">
                                    </div>
                                </div>
                            </div>
                        </div>
                    </form>
                    <div class="col-md-5 col-xs-12">
                        <div class="single-footer-widget info-style">
                            <h3 class="contact-title">contact info :</h3>
                            <div class="hs-footer-address">
								   <div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-pin"></i></a>
									   </div>
									   <div class="footer-address">
										   <p><strong style="color:#c7a759;">Regd.Office:&nbsp;</strong>#142, Chhipatti Kannauj : 209 725 Uttar Pradesh, India</p>
										   <p><strong style="color:#c7a759;">Factory:&nbsp;</strong>Haji Ganj,Indl.Area,Phase II,Eidgah Road,Kannauj: 209 725 (Uttar Pradesh) India</p>
									   
									   </div>
								   </div>
									<div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-email"></i></a>
									   </div>
									   <div class="footer-address">
										 
										   <p><a href="mailto:www.rubyaromatic@gmail.com" style="color:#000">rubyaromatic@gmail.com</a></p>
									   </div>
								   </div>
								   <div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-phone"></i></a>
									   </div>
									   <div class="footer-address">
										   <p><a href="phone:+91-5694-234194" style="color:#000">+91-5694-234194</a></p>
										   
									   </div>
								   </div>
								   <div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-phone"></i></a>
									   </div>
									   <div class="footer-address">
										 
										   <p><a href="javascript:void(0);" style="color:#000">+91-5694-203194&nbsp;(Mohd Firoz)</a></p>
									   </div>
								   </div>
								   <strong style="color:#c7a759;">Kanpur Office:&nbsp;</strong>
								   <div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-pin"></i></a>
									   </div>
									   <div class="footer-address">
										   <p>95/93,Hata Murarilal, Chack No:95 Prade,Kanpur:208 001 (Uttar Pradesh) India</p>
										  
									   </div>
								   </div>
								   <div class="ft-single-address">
									   <div class="footer-icon">
										   <a href="#"><i class="zmdi zmdi-phone"></i></a>
									   </div>
									   <div class="footer-address">
										 
										   <p><a href="javascript:void(0);" style="color:#000">+91-8604-738-913&nbsp;(Mohd Gufran)</a></p>
									   </div>
								   </div>
								  
								  
							   </div>
                        </div>
                    </div>
                    <p class="form-messege"></p>
                </div>
            </div>
        </div>
        <div class="map-area">
           <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3552.9293073595413!2d79.9103879879121!3d27.063979271752576!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x399e6f66668e0cad%3A0x165c19ff520a2272!2sRuby+Aromatics!5e0!3m2!1sen!2sin!4v1532166177825" width="100%" height="450" frameborder="0" style="border:0" allowfullscreen></iframe>
        </div>
        <!-- End contact-area -->
        <!-- Start Our footer Area -->
         <?php foot_bottom(); ?>
        <!-- End Our footer Area -->
    </div>
    <!-- Body main wrapper end -->
    <!-- QUICKVIEW PRODUCT -->
    
    <!-- END QUICKVIEW PRODUCT -->



    <!-- Placed js at the end of the document so the pages load faster -->

    <!-- jquery latest version -->
    <script src="js/vendor/jquery-1.12.0.min.js"></script>
    <!-- Bootstrap framework js -->
    <script src="js/bootstrap.min.js"></script>
    <!-- Img Zoom js -->
    <script src="js/jquery.simpleLens.min.js"></script>
    <!-- owl.carousel js -->
    <script src="js/owl.carousel.min.js"></script>
    <!-- All js plugins included in this file. -->
    <script src="js/plugins.js"></script>
    <script src="js/slick.min.js"></script>
    <script src="js/ajax-mail.js"></script>
    <!-- Waypoints.min.js. -->
    <script src="js/waypoints.min.js"></script>
    <!-- google map api -->
 
   
    <!-- Main js file that contents all jQuery plugins activation. -->
    <script src="js/main.js"></script>

</body>


</html>

security is just an illusion