uawdijnntqw1x1x1
IP : 216.73.216.26
Hostname : server.wtmmart.in
Kernel : Linux server.wtmmart.in 4.18.0-553.45.1.el8_10.x86_64 #1 SMP Wed Mar 19 09:44:46 EDT 2025 x86_64
Disable Function : exec,passthru,shell_exec,system
OS : Linux
PATH:
/
home2
/
wtmwscom
/
logs
/
..
/
public_html
/
member
/
register_success.php
/
/
<?php session_start(); include('../connection.php'); include '../function_lib.php'; $uid = $_GET['uid']; $uniqid = $_GET['uniqid']; if(!isset($_SESSION['uniqid']) && $_SESSION['uniqid']!=$uniqid){ redirect('../index.php'); } unset($_SESSION['uniqid']); $result = mysqli_query($connection, "SELECT * FROM user WHERE uid='" . $uid . "'"); $row = mysqli_fetch_array($result); if(mysqli_num_rows($result)==0){ redirect("../index.php"); } ?> <html> <head> <title>Registration Successfully</title> <link href="../imgs/favicon2.ico" type="image/ico" rel="Shortcut Icon"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <script> //setTimeout(function(){ window.location = "http://"+window.location.hostname+"/email_verify_send_modal.php?id=<?php echo $uid;?>"; }, 5000); </script> <style type="text/css"> body{ background: #2DAB8B; font-family: sans-serif; margin-top: 0; } #main{ background-color:#fff; width:1045px; position:absolute; left:10%; } #logo{ border-top: #0091ED thick solid; } #logo a{ text-decoration: none; padding:5px; color: orange; font-weight: bold; font-size: 35px; font-style: italic; } p{ color: #333333; font-size: 14px; } p a{ color: #0090EC; text-decoration: none; } p a:hover{ text-decoration: underline; } table{width:60%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;} table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;} table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;} table thead th, table tbody td{padding:5px; border-collapse:collapse;} table tbody tr.light{color:#666666; background-color:#F7F7F7;} table tbody tr.dark{color:#666666; background-color:#E8E8E8;} </style> </head> <body> <div id="main"> <div id="logo"> <a href="../index.php"><img src="../img/logo.png" alt=" Wtm WebShop" style="width:250px"></a> </div> <hr style="color: yellowgreen"> <!-- end logo --> <div> <p style="text-align: center; color: #556b2f; font-size: 23px; font-family: Tahoma; font-weight: bold;"> Congratulation! Registration Successfully Completed <br /> </p> <p style="text-align: center; color: navy; font-size: 14px;">Welcome and Thank You for joining <b> Wtm WebShop</b>. <br /><br /> </p> </div> <div> <center> <table> <thead> <th colspan="2" style="text-align: center;">Account Details</th> </thead> <tbody> <tr class="light"> <td width="245" align="right">User Id </td> <td><?php echo $row['login_id']; ?></td> </tr> <tr class="dark"> <td width="200" align="right">Password </td> <td><?php echo $row['password']; ?></td> </tr> <tr class="light"> <td width="200" align="right">Date of Joining </td> <td><?php echo date("d M, Y h:i A", strtotime($row['reg_date'])); ?></td> </tr> </tbody> <thead> <th colspan="2" style="text-align: center;">Personal Details</th> </thead> <tbody> <tr class="light"> <td align="right">Name </td> <td><?php echo $row['name']; ?></td> </tr> <?php /*<tr class="light"> <td align="right">Address :</td> <td><?php echo $row['adress']; ?></td> </tr>*/?> <tr class="dark"> <td align="right">City </td> <td><?php echo $row['city']; ?></td> </tr> <?php /*<tr class="light"> <td align="right">State :</td> <td><?php echo $row['state']; ?></td> </tr> <tr class="dark"> <td align="right">Country :</td> <td><?php echo $row['country']; ?></td> </tr> <tr class="light"> <td align="right">Pin Code :</td> <td><?php echo $row['Pinnumber']; ?></td> </tr>*/?> </tbody> </table> </center> </div> <center> <div style="width: 90%"> <p> <br /> The user Id No. and password are given here along with other details for accessing your account & any related information at our Official website <a href="http://www.wtmwebshop.com" target="_blank">www.wtmwebshop.com</a> We suggest you to change your password immediately. If any problem relating to login occurs or for any other assistance contact us at our Email Id : <a href="mailto:info@wtmwebshop.com" target="_blank">info@wtmwebshop.com</a> <br /><br /> Once again Congratulations and Best of Luck for a long and great relation with our <b> Wtm WebShop </b> family. </p> <p style="text-align: left;"><br /> <font color="#556b2f" size="3">Thank You</font> <br /> <a href="../index.php">Go To Home</a> <br /><br /> </p> <p> <button onclick="window.print()">Print this document</button> </p> </div> </center> <?php $to = $row['email']; $subject = "Welcome to Wtm WebShop"; $txt = ' <html> <head> <style type="text/css"> table{width:600px; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;} table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;} table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;} table thead th, table tbody td{padding:5px; border-collapse:collapse;} table tbody tr.light{color:#666666; background-color:#F7F7F7;} table tbody tr.dark{color:#666666; background-color:#E8E8E8;} p{color: navy; font-size: 14px;} p a{ color: orangered; text-decoration: none;} p a:hover{text-decoration: underline;} </style> </head> <body> <table> <thead> <th colspan="2" style="text-align: left;">You Have Successfully Register With Wtm WebShop .Your Login Detail is as Follow</th> </thead> <tbody> <tr class="dark"> <td width="200" align="right">Your Name:</td> <td>' . $row['name'] . '</td> </tr> <tr class="light"> <td width="200" align="right">User Id:</td> <td>' . $row['login_id'] . '</td> </tr> <tr class="dark"> <td width="200" align="right">Password:</td> <td>' . $row['password'] . '</td> </tr> <tr class="light"> <td width="200" align="right">Date of Joining :</td> <td>' . $row['reg_date'] . '</td> </tr> <tr class="dark"> <td width="200" align="right">Transaction Password:</td> <td>' . $row['transaction_password'] . '</td> </tr> </tbody> </table> <p> Please keep it confidential. Please login <a href="http://www.mindspace/">www.mindspace</a> </p> <p> Please read terms and condtion on sign up at <a href="http://www.mindspace/terms_and_conditions.php">http://www.mindspace/terms_and_conditions.php</a> <br/> Wtm WebShop sends register email with content terms and condition and 18th line this company is product based company. This is not any kind of investment plan. Travel allowance income given to you for upto 24 months. This income is not fixed income. Travel allowance income is discontinued any time without any notice. This is only promotional travel allownance income. </p> <p style="color: #556b2f;"> Thanks <br /> <b> Wtm WebShop Team</b> </p> </body> </html>'; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .= "From: info@mindspace"; if (mail($to, $subject, $txt, $headers)) { echo "<p style='text-align: center;'>Your account details successfully send to your email<p>"; } else { echo "<p style='text-align: center;'>Your email address is incorrect<p>"; } ?> </body> </html>
/home2/wtmwscom/logs/../public_html/member/register_success.php