Server IP : 103.53.40.154 / Your IP : 3.16.75.156 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/kediapaper.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <?php if(isset($_POST['ContactSubmit'])){ @extract($_POST); if($_SESSION["code"]!=$_POST['captcha']){ $clrerr="red"; set_session_msg("The Security Code does not match !"); }else{ $sql="insert into tbl_enquiry set enquiry_name='$cname', enquiry_email='$cmail', enquiry_mobile='$cmobile', enquiry_detail='$cmessage', enquiry_source='Contact Us', enquiry_add_date=now()"; db_query($sql); $clrerr="green"; ///////////////****** Mailer to client start here **********************////////////// $hostName = $_SERVER['HTTP_HOST']; $msgmail="<!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=iso-8859-1' /> <title>TradeKeyIndia.com-Largest B2B Portal In India</title> </head> <body> <table align='center' cellSpacing='0' cellPadding='0' width='87%' border='1' style='border:1px solid #e61938'> <tbody> <tr> <td vAlign='top' style='background-color:#e61938; padding:10px;font-family:Verdana, Arial, Helvetica, sans-serif; font-size:16px; color:#ffffff; text-align:center; font-weight:bold; text-decoration:none;' colspan='3' >Contact Us Enquiry From $hostName</td> </tr> <tr> <td width='30%' vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#003366; background-color:#F9E2DD;padding:10px;' ><strong>Name</strong> </td> <td vAlign='top' width='70%' style='font-family:Verdana, Arial, Helvetica, sans-serif;padding:10px;'>$cname</td> </tr> <tr> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#003366; background-color:#F9E2DD;padding:10px;' ><strong>Mobile </strong> </td> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif;padding:10px;'>$cmobile</td> </tr> <tr> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#003366; background-color:#F9E2DD;padding:10px;' ><strong>Email-Id</strong> </td> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif;padding:10px;'>$cmail</td> </tr> <tr> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#003366; background-color:#F9E2DD;padding:10px;' ><strong>Detail </strong> </td> <td vAlign='top' style='font-family:Verdana, Arial, Helvetica, sans-serif;padding:10px;'>$cmessage</td> </tr> </tbody> </table> </body> </html>"; $toEmail = $compDATA['admin_email']; $subject = "Enquiry from $hostName"; $from="$cmail"; $Headers1 = "From: $cname<$from>\n"; $Headers1 .= "X-Mailer: PHP/". phpversion(); $Headers1 .= "X-Priority: 3 \n"; $Headers1 .= "MIME-version: 1.0\n"; $Headers1 .= "Content-Type: text/html; charset=iso-8859-1\n"; @mail("$toEmail", "$subject", "$msgmail","$Headers1","-fenquiry@tradekeyindia.com"); //@mail("amitabh.tradekeyindia@gmail.com", "Subject", "Msg1","$Headers1","-fenquiry@tradekeyindia.com"); $toEmail."<br>"; ///////////////****** Mailer to client end here **********************////////////// ///////////////// Mail To Admin ////////////////////////////////// $mail_to_admin="client_enquiry@tradekeyindia.com"; $sub_admin="Business Enquiry From $hostName"; $mail_admin_body = "$msgmail"; $sender_admin =$cmail; $headers_admin = "MIME-Version: 1.0" . "\r\n"; $headers_admin .= "Content-type: text/html; charset=iso-8859-1" . "\r\n"; $headers_admin .= "from: ".$sender_admin."\n"; if($cmail){ @mail($mail_to_admin,$sub_admin,$mail_admin_body,$headers_admin); } ///////////////// Mail To Admin End////////////////////////////////// set_session_msg("Thanks for your interest. We will contact you soon."); //header("Location:$site_url/contact-us.html"); // exit; } } ?> <div id="pageHeader" data-bg-path="img/background-images/page-bg.jpg"> <div class="vc-parent"> <div class="vc-child"> <section class="page-title text-center" style=" margin-top: 85px; color: #fefefe; "> <h1><?=ucwords(strtolower($pgHeading));?></h1> <ol class="breadcrumb text-center"> <li><a href="<?=$site_url?>/index.html">Home</a></li> <li class="active"><?=ucwords(strtolower($pgHeading));?></li> </ol> </section> </div> </div> </div> <div id="contact" class="page"> <div class="container"> <div class="row"> <div class="col-md-12"><div align="center" style="font-size:17px; color:<?=$clrerr?>; font-weight:bold; margin-bottom:10px;"><?=display_sess_msg()?></div></div> <div class="col-md-6"> <div class="contact-form"> <h5>Contact Us Form</h5> <form name="ContactFrm" action="" method="post" enctype="multipart/form-data" onsubmit="return ContactValidation();"> <div class="row"> <div class="col-md-6"> <div class="mdl-textfield mdl-js-textfield"> <input class="mdl-textfield__input" type="text" name="cname" id="cname" <?php if($clrerr=="red"){ ?> value="<?=$_POST['cname']?>" <? } ?> maxlength="80"> <label class="mdl-textfield__label" for="cname">Name</label> </div> </div> <div class="col-md-6"> <div class="mdl-textfield mdl-js-textfield"> <input class="mdl-textfield__input" type="text" id="cmobile" name="cmobile" <?php if($clrerr=="red"){ ?> value="<?=$_POST['cmobile']?>" <? } ?> maxlength="15"> <label class="mdl-textfield__label" for="cmobile">Mobile</label> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="mdl-textfield mdl-js-textfield"> <input class="mdl-textfield__input" type="text" id="cmail" name="cmail" <?php if($clrerr=="red"){ ?> value="<?=$_POST['cmail']?>" <? } ?> maxlength="70"> <label class="mdl-textfield__label" for="cmail">Email</label> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="mdl-textfield mdl-js-textfield"> <textarea class="mdl-textfield__input" rows="4" name="contactMessage" id="contactMessage" ><?php if($clrerr=="red"){ ?><?=$_POST['cmessage']?><? } ?></textarea> <label class="mdl-textfield__label" for="contactMessage">Message</label> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="mdl-textfield mdl-js-textfield"> <input class="mdl-textfield__input" type="text" id="security_co" name="captcha" maxlength="4" autocomplete="off"> <img src="<?=$site_url?>/amitabhcaptcha.php" class="vam" width="60" height="29" alt="Captcha" /> </div> </div> </div> <div class="row"> <div class="col-md-12 text-center"> <button type="submit" name="ContactSubmit" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent">Send</button> </div> </div> </form> </div> </div> <div class="col-md-6"> <div class="contact-form"> <h5>Contact Details</h5> <div class="row contactDetail"> <div class="col-md-12"> <?php if(!empty($compDATA['admin_company_name'])){ ?> <p><i class="fa fa-globe"></i> <strong><?=$compDATA['admin_company_name'];?></strong></p> <? } ?> <p><i class="fa fa-map-marker"></i> <strong>Office Address -</strong> A wing, 404 Gala Quest Paranjpe B scheme road NEXT TO V.N.Shirodkar Hospital, Vile parle East, Mumbai - 400057 <br> Phone no - 91-22-29270853</p> <?php if(!empty($compDATA['admin_email'])){ ?> <p><i class="fa fa-envelope"></i> <a href="mailto:<?=$compDATA['admin_email']?>"><?=$compDATA['admin_email']?></a></p> <? } ?> <?php if(!empty($compDATA['admin_alt_email'])){ ?> <p><i class="fa fa-envelope-o"></i> <a href="mailto:<?=$compDATA['admin_alt_email']?>"><?=$compDATA['admin_alt_email']?></a> </p> <? } ?> <?php if(!empty($compDATA['admin_phone'])){ ?> <p><i class="fa fa-phone"></i> <?=$compDATA['admin_phone']?></p> <? } ?> <?php if(!empty($compDATA['admin_mobile'])){ ?> <p><i class="fa fa-mobile-phone"></i> <?=$compDATA['admin_mobile']?></p> <? } ?> <p><i class="fa fa-map-marker"></i><strong>Factory Address -</strong> <?=$compDATA['admin_address']?><?php if(!empty($compDATA['admin_city'])){ ?>, <?=$compDATA['admin_city']?><? } ?><?php if(!empty($compDATA['admin_state'])){ ?>, <?=$compDATA['admin_state']?><? } ?><?php if(!empty($compDATA['admin_country'])){ ?>, <?=$compDATA['admin_country']?><? } ?><?php if(!empty($compDATA['admin_zip_code'])){ ?>, <?=$compDATA['admin_zip_code']?><? } ?></p> <?php if(!empty($compDATA['admin_website_url'])){ ?> <p><i class="fa fa-sitemap"></i> <a href="<?=$compDATA['admin_catalog_url']?>" target="_blank"><?=$compDATA['admin_catalog_url']?></a></p> <? } ?> </div> </div> </div> </div> </div> </div> </div> <div class="contact-address"> <div class="container"> <div class="row text-center"> <?php if($compDATA['admin_contactus_map']=='Yes'){ ?> <?php $mapLINK=$compDATA['admin_contactus_map_link'];?> <?=str_replace('width="600" height="450"','width="100%" height="350"',$mapLINK);?> <? } ?> </div> </div> </div> <script type="text/javascript"> function ContactValidation(){ function trim(str){ return str.replace(/^\s*|\s*$/g,''); } if(trim(document.getElementById('cname').value)==0){ alert("Enter Your Name !"); document.getElementById('cname').focus(); return false; } if (!document.getElementById('cname').value.match(/^[a-zA-Z-,]+(\s{0,1}[a-zA-Z-, ])*$/)){ alert("Please enter only alphabets !"); document.getElementById('cname').value=''; document.getElementById('cname').focus(); return false; } var mobno=trim(document.getElementById('cmobile').value); if(trim(document.getElementById('cmobile').value)==0){ alert("Enter your mobile no.!"); document.getElementById('cmobile').focus(); return false; } if(isNaN(document.getElementById('cmobile').value)){ alert("Mobile no. should be no.!"); document.getElementById('cmobile').focus(); return false; } if(mobno.length < 10){ alert("Mobile no. should be 10 digit long !"); document.getElementById('cmobile').focus(); return false; } var email=trim(document.getElementById('cmail').value); var mailformat = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/; if(email=='') { alert('Please Enter Email Id'); document.getElementById('cmail').focus(); return false; }else if(!email.match(mailformat)){ alert("You have entered an invalid email address!"); document.getElementById('cmail').focus(); return false; } if(trim(document.getElementById('cmessage').value)==0){ alert("Enter your message!"); document.getElementById('cmessage').focus(); return false; } if(trim(document.getElementById('security_co').value)==0){ alert("Enter security code !"); document.getElementById('security_co').focus(); return false; } } </script> <?php include("site-footer.php");?>