hjkhghtjhjjhjhjhjhjjhjhjjhrrtrtoirh
bnmbertsurrttrtrtrtrjhjhjjhjhhjhjhjhf'tdfg
/
home
/
u506006416
/
domains
/
nitinkashyap.in
/
balaji-lagan
/
Upload FileeE
HOME
<?php include("config.php"); ?> <?php session_start(); ?> <?php include('dbconnect.php'); $update1 = mysql_query("update register set matriid=concat(prefix,id),age=(YEAR(CURDATE())-YEAR(dob)) - (RIGHT(CURDATE(),5)<RIGHT(dob,5))") or die("Could not update data because ".mysql_error()); ?> <?php /////////////////// SEND MEMBER ALERT FIRST EMAIL ////////////////////////////////////////////// $stremail = $_GET['emid']; $result = mysql_query("SELECT * FROM siteconfig "); while($row = mysql_fetch_array($result)) { $website = $row['Webname']; $webfriendlyname = $row['WebFriendlyname']; $logo = $row['Weblogopath']; $strname = $row['Name']; $strmatriid = $row['MatriID']; $strpassword = $_GET['id']; $strsitename = $info['Webname']; $to = $_GET['emid']; $from = $info['ContactEmail']; $subject = "Your $strsitename profile is under validation"; $message = " <html> <style type='text/css'> <!-- .style2 {font-family: Arial, Helvetica, sans-serif; font-size: 9px; } .style3 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; } --> </style> <body> <table width='600' border='0' cellspacing='0' cellpadding='0'> <tr> <td background=$website/pics/email_top.gif width=600 height=22><img src='$logo' border=0></td> </tr> <tr> <td background=$website/pics/email_middle.gif><table width=600 border=0 cellspacing=2 cellpadding=2> <tr> <td width=10> </td> <td width=562 rowspan=3 valign=top><table width=573 border=0 align=center cellpadding=2 cellspacing=2> <tr> <td width=562 valign=top class=style3>Dear $strname,</td> </tr> <tr> <td width=562 valign=top class=style3>Welcome to $strsitename,</td> </tr> <tr> <td width=562 valign=top class=style3> Matrimony ID : $to, </td> <tr> <td width=562 valign=top class=style3> Matrimony Password : $strpassword, </td> </tr> </tr> <tr> <td valign=top class=style3><p>Thank you for choosing our matrimony services to find your life partner.</p> <p>$strsitename, the Most Successful Matrimony Portal for Indians.</p> <p>I take this opportunity to wish you the very best in your partner search. Should you require further assistance in helping you decide what's best for you, do not hesitate to contact our 24X7 support.</p> <p>Warm regards<br> $strsitename's Team<br> </p></td> </tr> <tr> <td valign=top class=style3> </td> </tr> <tr> <td valign=top class=style2>You are receiving this mail as a registered member of $strsitename. This is a computer auto generated message. Please do not Reply.</td> </tr> </table><p style='font:normal 12px Arial, MS Sans serif, tahoma;color:#000000;'></p> </td> <td width=8> </td> </tr> <tr> </tr> <tr> </tr> </table></td> </tr> <tr> <td><img src=$website/pics/email_bottom.gif width=600 height=22></td> </tr> </table> </body> </html> "; // To send HTML mail, the Content-type header must be set $headers = "From: $from\r\n"; $headers .= "Content-type: text/html\r\n"; //$success = mail($to,$subject, $message, $headers); } ?> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <TITLE><?php echo $info['Title']; ?></TITLE> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script> <link href="style.css" rel="stylesheet" type="text/css"> <LINK href="style.css" rel="stylesheet" type="text/css"> <STYLE type="text/css"> <!-- .style6 {font-family: Verdana; font-size: 8.5pt; color: #424542; } .style1 {color: #FFFFFF} .style5 {font-size: 12px} --> </STYLE> </HEAD> <body> <nav class="navbar navbar-default"> <div class="container-fluid" style="background:#BC1003;color:white"> <div class="navbar-header"> <a class="navbar-brand" href="#" style="color:white">Balaji Lagan Services</a> </div> <!-- <ul class="nav navbar-nav" style="float:right"> <li style="background:#680303;color:white"><a href="index.php" class="active" style="color:white;font-weight:bold;font-size:15px"><i class="fa fa-home"></i> Home</a></li> <li><a href="registration1.php"><i class="fa fa-pencil"></i> Register</a> </li> <li> </li> <li style="background:#680303;color:white"><a href="membership.php" style="color:white;font-weight:bold;font-size:15px"><i class="fa fa-group"></i> Membership</a> </li> <li> </li> <li style="background:#680303;color:white"><a href="paymentoptions.php" style="color:white;font-weight:bold;font-size:15px"><i class="fa fa-money"> Payment Option</i></a> </li> <li> </li> <li style="background:#680303;color:white"><a href="contactus.php" style="color:white;font-weight:bold;font-size:15px"><i class="fa fa-phone"></i> Contact us</a> </li> </ul>--> </div> </nav> <div class="container_full"> <div class="container"> <div class="row"> <div class="col-md-12"> <?php //|||||||||||||||| START CREATE GLOBAL LOGIN SESSION FOR VARIOUS CONTROLS ||||||||||||||||||||||||\\ $memcontrol = mysql_query("SELECT * FROM register where ConfirmEmail='$stremail' "); while($row = mysql_fetch_array($memcontrol)) { $_SESSION['Looking'] = $row['Looking']; $_SESSION['Regdate'] = $row['Regdate']; $_SESSION['matriid'] = $row['MatriID']; $_SESSION['name'] = $row['Name']; $_SESSION['gender'] = $row['Gender']; $_SESSION['status'] = $row['Status']; $_SESSION['ppp'] = $row['PhotoprotectPassword']; $_SESSION['password'] = $row['ConfirmPassword']; $_SESSION['status_for_mail']=$row['status_for_mail']; } //mysql_close($con); //|||||||||||||||| END CREATE GLOBAL LOGIN SESSION FOR VARIOUS CONTROLS ||||||||||||||||||||||||\\ ?> <?php /*?><?php //||||||||||||||||||||||| IF PAID MEMBERSHIP EXPIRED THEN UPDATE MEMBERSHIP INTO ACTIVE ||||||||||||||| \\ $checkmem = mysql_query("SELECT MatriID, Memshipexpirydate, DATEDIFF( CURRENT_DATE, Memshipexpirydate ) AS expdays FROM register ConfirmEmail='$stremail' "); while($row =mysql_fetch_array($checkmem)) { $Strexpdays=$row['expdays']; if ($Strexpdays >1) { $updatemem = mysql_query("UPDATE register SET Status ='Active' WHERE MatriID='$strid' "); } } ?> <?php */?><DIV align="center"> <TABLE width="780" border="0" cellpadding="0" cellspacing="0"> <!--DWLayoutTable--> <TR> <TD width="780" height="164"> <TABLE width="780" border="0" align="center" cellpadding="0" cellspacing="0" class="Tborder"> <!--DWLayoutTable--> <TR> <TD height="37" colspan="2"> <?php include("header.php");?> </TD> </TR> <TR> </TR> <TR> <TD height="17" colspan="2" valign="top"> <?php include("topmenu.php");?> </TD> </TR> <TR bgcolor="#FFFFFF"> <TD colspan="2" valign="top"><TABLE width="100%" border="0" cellpadding="0" cellspacing="0"> <TR> <TD> </TD> <TD ><DIV align="right"></DIV></TD> </TR> <TR> <TD> </TD> <TD class="heading1"><DIV align="center"> <table width="72%" height="20" border="0" align="left" cellpadding="0" cellspacing="0"> <tr> <td width="39%" background="pics/heading_bg.gif"><div align="left"> <strong>Register Confirm </strong></div></td> <td width="61%"> </td> </tr> </table> </DIV></TD> </TR> <TR> <TD><SPAN class="style1"> </SPAN></TD> <TD valign="top"><DIV class=submenubox style="WIDTH:490" > <DIV class=submenuContent style="WIDTH: 100%"> <DIV align="justify"> <DIV align="center" class="h2black"> <CENTER> Thank you for Registering with <?php echo $info['WebFriendlyname']; ?> </CENTER> </DIV> <P align="left"><STRONG>Congratulations Your profile is now completed field. </STRONG> Your FREE <?php echo $info['WebFriendlyname']; ?> profile has been created.It will be online as soon as we review it and confirmation message will send to you.</P> <P align="left">-Free membership allows you to search and initiate contact. </P> </DIV> </DIV> </DIV></TD> </TR> <TR> <TD height="18"> </TD> <TD valign="top"> </TD> </TR> </TABLE> </TD> </TR> <TR><TD> </TD></TR> </TABLE> </TD> </TR> </TABLE> </div> </div><!-- end layout3 fusection2 --> </div> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> </div> <div class="container" style="background:#DBD9D9;width:100%"> <div class="row"> <div class="col-md-6"><p style="float:left;margin-left:5px;"><a href="index.php">Home</a> |</p><p style="float:left;margin-left:5px;"><a href="aboutus">About Us</a> |</p><p style="float:left;margin-left:5px;"><a href="directory/index.php">Shaadi Shopping</a> |</p><p style="float:left;margin-left:5px;"><a href="help.php">Help</a> |</p><p style="float:left;margin-left:5px;"><a href="contactus">Contact Us</a> |</p><p style="float:left;margin-left:5px;"><a href="privacy">Privacy Policy |</a></p><p style="float:left;margin-left:5px;"><a href="terms_con.php">User Agreement and Terms of Use</a></div> <div class="col-md-6"><span>© 2018 http://www.balajilagan.com. All rights reserved</span></div> </div> </div> <!-- end copyright info --> </div> </body> </html> ?>