NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<?php
ini_set( 'display_errors', 0);
error_reporting(E_ALL);
include('../session.php');
if(isset($_POST['F_Pass'])){
$conn = mysqli_connect("localhost", "u962227670_swastika", "n*3>K~p?H", "u962227670_swastika");

$Email = mysqli_real_escape_string($conn, $_POST['email']);
$Check_Email = "SELECT * FROM clients WHERE Email='$Email'";
$E_Query = mysqli_query($conn, $Check_Email);
$E_Count = mysqli_num_rows($E_Query);

if($E_Count){
$userdata = mysqli_fetch_array($E_Query);
$username = $userdata['First_Name'];
$Email = $userdata['Email'];
$Token = $userdata['Token'];
$ID = $userdata['ID'];

$subject = "Reset Your Password";

$message = "";
$message .= "
<body style='margin: 0; padding: 0;;>
<table role='presentation' border='0' cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td style='padding: 20px 0 30px 0;'>
<table align='center' border='0' cellpadding='0' cellspacing='0' width='600' style='border-collapse: collapse; border: 1pxsolid #cccccc;'>
<tr>
<td align='center' bgcolor='#70bbd9' style='padding: 40px 0 30px 0; border-radius:20px;'>
<img style='border-radius: 50%' src='https://swastikasnc.com/images/email.gif' alt='Creating Email Magic.' width='300' heigh='230' style='display: block;' />
</td>
</tr>
<tr>
<td bgcolor='#ffffff' style='padding: 40px 30px 40px 30px;'>
<table border='0' cellpadding='0' cellspacing='0' width='100%' style='border-collapse: collapse;'>
<tr>
<td style='color: #153643; font-family: Arial, sans-serif;'>
<h1 style='font-size: 24px; margin: 0; color: turquoise;'><b>$First_Name</b> Thankyou For Choosing To SwastikaSNC.</h1><br>
</td>
</tr>
<tr>
<td style='color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 30px 0;>
<p style='margin: 0;'>
$username, Thank-you For You Are Here, We Appreciate To Your Interest.</b></p>

<p style='color: red;'><b>Your Login ID</b> : $ID</p>
<p><b>Email</b> : $Email</p>

<p><b style='cplor:red:'> NOTE : </b> Please do not share this link with your friends or any family member or anyone. If something goes wrong on sharing, we will not responsible for this. </p>

<p>Please Click On That Link To Reset Your Password !</p><br>
<center>
<hr style='border: 1px solid #000; margin-left:10%;margin-right:10%;'>
<a class='btn text-center' href='https://swastikasnc.com/user_password_reset/forgot_your_password?ID=$Token'><h1>Reset Password</h1></a>
<hr style='border: 1px solid #000; margin-left:10%;margin-right:10%;'>
</center>
<br>
<br><br>
<b style='color:red;'>
Please do not reply on this mail, it is auto generated mail. ThankYou
</b>
</p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td bgcolor='#ee4c50' style='padding: 30px 30px;'>
<table border='0' cellpadding='0' cellspacing='0' width='100%' style='border-collapse: collapse;'>
<tr>
<td style='color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;'>
<p style='margin: 0;'>Copyright &copy;<script>document.write(new Date().getFullYear());</script> All Rights Reserve<br/>
<a href='https://swastikasnc.com/' style='color: #ffffff;'>SwastikaSNC</a> | All Rights Reserved </p>
</td>

</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
";

$header = "From:SwastikaSNC Supports [email protected] rn";
$header .= "Cc:[email protected] rn";
$header .= "MIME-Version: 1.0rn";
$header .= "Content-type: text/htmlrn";

$sender = "Capital Broking Firm";

$retval = mail ($Email,$subject,$message,$header,$sender);

if( $retval == true ) {
echo "<!DOCTYPE>
<html>
<head><title>Redirecting...</title><style>html,body{background:#FFF;width:100%}.preloader{width:100%;height:100%;background:transparent;position:fixed;top:0;left:0;z-index:1111}.logo{width:300px;height:70px;margin:150px auto 50px auto;font-size:50px;text-shadow:-1px 2px 2px #000;text-align:center;color:azure}.loader-frame{width:70px;height:70px;margin:auto;position:relative}.loader1,.loader{position:absolute;border:5px solid darkturquoise;border-radius:50%}.loader1{width:50px;height:50px;border-left:5px solid white;border-right:5px solid white;top:5px;left:5px;animation:clockwisespin1 2s linear 3}@keyframes clockwisespin1{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}</style> </head>

<body>
<div style='text-align: center; margin-top:100px;'>
<h4>Sending Mail ...</h4>
<p>Please Wait We Are Praparing A Password Reset Link For Your Request !<br>Make Sure You Have A Key For Reset Your Password</p><br><br>
<div class='preloader' id='preloader'>
<div class='logo'>
</div>
<div class='loader-frame'>
<div class='loader1' id='loader1'></div>
</div>
</div>
<h2 style='color: darkturquoise; margin-bottom:150px;'></h2>
<br><br><br>
<h4>Swastika Shares & Commodity</h4>
</div>
<hr style='border: 1px solid #000; margin-left:20%;margin-right:20%;'>
<center>
<footer class='footer'>
<div class='container-fluid'>
<div class='copyright ml-auto'>
@2021_Swastika Shares & Commodity | All Rights Reserved
</div>
</div>
</footer>
</center>

</body>

</html>";
echo "<script>setTimeout("location = 'reset_pasword_output_page';",3000);</script>";
}else {
echo "<script> alert('Request Cancel ! Try Again')</script>";
echo "<script>setTimeout("location = 'input_reset_password';",1000);</script>";
}
} else{
$_SESSION['error']="Please Enter A Registered Email Address !";
header('location: input_reset_password');
}
}
mysqli_close($conn);

?>
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.