Server IP : 108.163.255.210 / Your IP : 3.144.104.175 Web Server : Apache System : Linux blossom.urlnameserver.com 3.10.0-1160.80.1.el7.x86_64 #1 SMP Tue Nov 8 15:48:59 UTC 2022 x86_64 User : ( 1172) PHP Version : 7.2.34 Disable Function : eval,escapeshellarg,proc_close,proc_get_status,proc_nice,proc_open,symlink,system,pcntl_exec,getrusage,chown,chgp,closelog,openlog,syslog,define_syslog_variables,php_ini_loaded_file,getservbyname,getservbyport,posix_getgid,posix_getgrgid,proc_terminate,pfsockopen,apache_child_terminate,posix_mkfifo,posix_setpgid,posix_setuid,hypot,pg_host,pos,posix_access,posix_getcwd,posix_getservbyname,myshellexec,getpid,posix_getsid,posix_isatty,posix_kill,posix_mknod,posix_setgid,posix_setsid,posix_setuid,posix_times,posix_uname,ps_fill,posix_getpwuid,global,ini_restore,zip_open,zip_read,rar_open,bzopen,bzread,bzwrite,apache_get_modules,apache_get_version,phpversionphpinfo,php_ini_scanned_files,get_current_user,disk_total_space,diskfreespace,leak,imap_list,hypo,filedump,safe_mode,getmygid,apache_getenv,apache_setenv,bzread,bzwrite,bzopen,phpini,higlight_file,dos_conv,get_cwd,er_log,cmd,e_name,vdir,get_dir,only_read,ftok,ftpexec,posix_getpwnam,mysql_list_dbs,disk_free_space,session_save_path,confirm_phpdoc_compiled,zip_entry_rea,php_u,psockopen,crack_opendict,crack_getlastmessage,crack_closedict,crack_check,fpassthru,posix_get_last_error,posix_getlogin,posix_getgroups,posix_strerror,posix_getrlimit,posix_getpgrp,posix_getgrnam,pos,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/unilinki/www/binarygains.in/developer1/ |
Upload File : |
<?php include "includes/new_header2.php"; $err = isset($_REQUEST['err'])?$_REQUEST['err']:''; if(isset($_REQUEST['contact'])) { $name=addslashes($_REQUEST['name']); $email=addslashes($_REQUEST['email']); $mobile=addslashes($_REQUEST['mobile']); $message=addslashes($_REQUEST['message']); $sub=addslashes($_REQUEST['subject']); $ip=$_SERVER['REMOTE_ADDR']; if( ($_SESSION['c1']+$_SESSION['c2']) == $_POST['captcha'] ) { $inse=mysql_query("insert into mlm_feedback set fb_fromemail='$email',fb_toemail='$website_admin',fb_subject='$sub',fb_message='$message',fb_date=NOW(),fb_name='$name',fb_mobile='$mobile',fb_ip='$ip' "); $subject="Enquiry Details from ".$website_name; $msg="<table cellpadding='0' cellspacing='0' border='0' bgcolor='#006699' style='border:solid 10px #006699; width:550px;'> <tr bgcolor='#006699' height='25'> <td><img src=".$logourl." border='0' width='200' height='60' /></td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr bgcolor='#FFFFFF' height='30'> <td valign='top' style='font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'><b>Enquiry Details from ".$website_name." </b></td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Dear $name, </td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Your enquiry has been sent successfully, concern person is contact you soon.</td> </tr> <tr bgcolor='#FFFFFF'> <td align='left' style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'> Regards,<br> ".$website_name."<br> </td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr height='40'> <td align='right' style='font-family: Arial, Helvetica, sans-serif;font-size: 10px;background-color:#006699; color: #000000;'>© Copyright " .date("Y")." "."<a href='$website_url/login.php' style='font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; color:#FFFFFF;'>".$website_name."</a>."." </td> </tr> </table>"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= 'From:'.$website_name.'<'.$website_admin.'>' . "\r\n"; $to=$email; //echo $to."<br>".$msg."<br>".$subject."<br>".$headers; exit; mail($to,$subject,$msg,$headers); $subject1=$sub; $msg1="<table cellpadding='0' cellspacing='0' border='0' bgcolor='#006699' style='border:solid 10px #006699; width:550px;'> <tr bgcolor='#006699' height='25'> <td><img src=".$logourl." border='0' width='200' height='60' /></td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr bgcolor='#FFFFFF' height='30'> <td valign='top' style='font-family:Arial; font-size:12px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'><b> Enquiry Details from ".$website_name." </b></td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Name : $name </td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Email : $email</td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Subject : $sub</td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'>Message : $message</td> </tr> <tr bgcolor='#FFFFFF' height='35'> <td style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000;'><a href='$website_url/login.php' style='font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; color:#FFFFFF;'>Click Here</a></td> </tr> <tr bgcolor='#FFFFFF'> <td align='left' style='padding-left:20px; font-family:Arial; font-size:11px; line-height:18px; text-decoration:none; color:#000000; padding-left:20px;'> Regards,<br> ".$website_name."<br> </td> </tr> <tr bgcolor='#FFFFFF'><td> </td></tr> <tr height='40'> <td align='right' style='font-family: Arial, Helvetica, sans-serif;font-size: 10px;background-color:#006699; color: #000000;'>© Copyright " .date("Y")." "."<a href='$website_url/login.php' style='font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; color:#FFFFFF;'>".$website_name."</a>."." </td> </tr> </table>"; $headers1 = 'MIME-Version: 1.0' . "\r\n"; $headers1 .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers1 .= 'From:'.$website_name.'<'.$email.'>' . "\r\n"; $to1=$website_admin; //echo $to1."<br>".$msg1."<br>".$subject1."<br>".$headers; exit; if(mail($to1,$subject1,$msg1,$headers1)) { echo "<script>alert('Sent successfully!');</script>"; } else { echo "<script>alert('Opps! Mail server not wroking! Try again sometime later!');</script>"; } unset($_SESSION['security_code']); unset($_SESSION['capname']); unset($_SESSION['capemail']); unset($_SESSION['capmobile']); unset($_SESSION['capmessage']); unset($_SESSION['capsubject']); } else { $_SESSION['capname']=$_REQUEST['name']; $_SESSION['capemail']=$_REQUEST['email']; $_SESSION['capmobile']=$_REQUEST['mobile']; $_SESSION['capmessage']=$_REQUEST['message']; $_SESSION['capsubject']=$_REQUEST['subject']; header("location:contact.php?err=captcha"); echo "<script>window.location='contact.php?captcha';</script>"; } } ?> <div class="pages-title5 section-padding"> <div class="container"> <div class="row"> <div class="col-xs-12 text-center"> <div class="pages-title-text"> <h3>Contact</h3> <ul> <li><a href="index.php">Home</a></li> <li><span>/</span>Contact</li> </ul> </div> </div> </div> </div> </div> <!-- pages-title-end --> <!-- contact section start --> <section class="pages checkout contact login-page section-padding"> <div class="container"> <div class="row"> <div class="col-md-offset-1 col-sm-5"> <div class="get-touch"> <div class="log-title"> <h3><strong>get in touch</strong></h3> <hr /> </div> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has beening the stand ard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrames bled it make a type specimen book.</p> <div class="footer-text"> <ul> <li> <i class="pe-7s-map-marker"></i> <p><?=$website_addr;?></p> </li> <li> <i class="pe-7s-call"></i> <p><?=$website_phone;?></p> </li> <li> <i class="pe-7s-mail-open"></i> <p><?=$website_admin;?></p> </li> </ul> </div> </div> </div> <div class="col-sm-6"> <div class="new-customer"> <div class="log-title"> <h3><strong>Have a questions?</strong></h3> <hr /> </div> <div class="custom-input"> <form action="contact.php" method="post"> <input type="text" name="name" placeholder="Enter Your Name" value="<?php if(isset($_SESSION['capname'])) { echo $_SESSION['capname']; } ?>" required/> <input type="text" name="mobile" placeholder="Enter Your Contact Number" value="<?php if(isset($_SESSION['capmobile'])) { echo $_SESSION['capmobile']; } ?>" required/> <input type="text" name="email" placeholder="Enter Your E-Mail Address" value="<?php if(isset($_SESSION['capemail'])) { echo $_SESSION['capemail']; } ?>" required/> <input type="text" name="subject" placeholder="Enter Subject" value="<?php if(isset($_SESSION['capsubject'])) { echo $_SESSION['capsubject']; } ?>" required/> <div class="review-mess" style="padding-bottom:5px;"> <textarea rows="4" placeholder="Message" name="message" required><?php if(isset($_SESSION['capmessage'])) { echo $_SESSION['capmessage']; } ?></textarea> </div> <input type="text" name="captcha" style="width:50%;" placeholder="<?php echo $_SESSION['c1']=rand(1,20); echo " + "; echo $_SESSION['c2']=rand(1,20);?> = ?" required/><span style="color:red;float:right;padding-top:10px;display:<?=($err=="captcha")?"bloack":"none";?>">Invalid captch! Try agin! </span> <br> <input type="submit" name="contact" value="Submit" class="btn btn-primary" style="width:30%;"/> </form> </div> </div> </div> </div> </div> </section> <!-- contact section end --> <!-- footer section start --> <footer> <div class="brand-logo"> <div class="barnd-bg"> <div class="container"> <div class="row"> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7774.1336355477315!2d80.16117009886726!3d13.031416952372691!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5265ea4f7d3361%3A0x6e61a70b6863d433!2sChennai%2C+Tamil+Nadu!5e0!3m2!1sen!2sin!4v1505223555535" width="100%" height="350" frameborder="0" style="border:0" allowfullscreen></iframe> </div> </div> </div> </div> <?php include "includes/new_footer.php";?>