ÿØÿà JPEG ÿþ; 403WebShell
403Webshell
Server IP : 68.65.120.201  /  Your IP : 216.73.216.73
Web Server : LiteSpeed
System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : taxhyuvu ( 2294)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/taxhyuvu/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/taxhyuvu/www/usignup.php
<!DOCTYPE html>
<?php ?>
<html lang="en">
<head>
	<title>User Signup</title>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
<!--===============================================================================================-->	
	<link rel="icon" type="image/png" href="icon.png"/>
<!--===============================================================================================-->
	<link rel="stylesheet" type="text/css" href="ulogin/vendor/bootstrap/css/bootstrap.min.css">
<!--===============================================================================================-->
	<link rel="stylesheet" type="text/css" href="ulogin/fonts/font-awesome-4.7.0/css/font-awesome.min.css">
<!--===============================================================================================-->
	<link rel="stylesheet" type="text/css" href="ulogin/vendor/animate/animate.css">
<!--===============================================================================================-->	
	<link rel="stylesheet" type="text/css" href="ulogin/vendor/css-hamburgers/hamburgers.min.css">
<!--===============================================================================================-->
	<link rel="stylesheet" type="text/css" href="ulogin/vendor/select2/select2.min.css">
<!--===============================================================================================-->
	<link rel="stylesheet" type="text/css" href="ulogin/css/util.css">
	<link rel="stylesheet" type="text/css" href="ulogin/css/main.css">
<!--===============================================================================================-->

<style>
img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    margin-bottom: 0%;
}
.container-login100 
{
    background: linear-gradient(-135deg, #5e5d5b, #1c959e);
}
.wrap-login100 {
    width: 960px;
    background: #fff;
	/* padding: 20px 80px 20px 75px; */
	padding: 20px 130px 20px 100px;
}




.p-t-136 {
	padding-top: 15px;
    padding-left: 0px;
    width: 330px;
}

.login100-form-title {
	
    font-family: math;
    font-size: 35px;
    color: #0e7786;
	font-weight:900;
    line-height: 1.2;
    text-align: center;
    width: 330px;
    display: block;
    padding-bottom: 15px;
    padding-top: 5px;
}

.input100 {
	width: 330px;
    font-family: math !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    
    background: #ebebeb !important;
    border-radius: 12px !important;
	border:1px solid #c0c9cb !important;
    
}
.symbol-input100 {
    font-size: 16px;
    color: #1c7785 !important;
    
}
.focus-input100 {
	box-shadow: 0px 0px 0px 0px;
    color: rgb(255 255 255 / 80%) !important;
}

.login100-form-btn {
    font-family: math !important;
    font-size: 17px !important;
    color: white  !important;
    background: #1c959e !important;
    font-weight: 900 !important;
    border-radius: 10px;
}
.login100-form-btn:hover {
    background: #e9e9e9 !important;
    color: #257784 !important;
    border: 1px solid #1e929b !important;
    transition: 0.5s;
}
.container-login100-form-btn {
     padding-top: 10px;
	 width:330px;
}

.input100 {
   
    padding: 0 0px 0 40px ;
}

.symbol-input100 {
    font-size: 16px;
    padding-left: 14px;

}
.txt1 {
    font-family: math;
    font-size: 17px;
    line-height: 1.5;
    color: #646262;
	font-weight: 700;
}
.txt2 {
    font-family: math;
    font-size: 17px;
    line-height: 1.5;
    color: #646262;
	font-weight: 700;
}
textarea:focus, input:focus {
    /* border-color: transparent !important; */
    padding-left:40px !important;
	
}
.input100:focus + .focus-input100 + .symbol-input100 {
    padding-left: 14px;
}
.funy{font-weight: 500;
    font-weight: 500;
    width: 100%;
    border-radius: 5px;
    font-family: math;
    height: 25px;
    background: whitesmoke;
}

a{
    font-family: math;
    font-size: 17px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    font-weight: 700;
	}
	a:hover {
    text-decoration: none;
    color: #05666d;
    font-weight: 700;
}
</style>

</head>
<body>
<?php
	include "admin/db.php";

		if(isset($_POST['signup'])){

			$name=$_POST['name'];
			$desig=$_POST['desig'];
			$phone=$_POST['phone'];
			$email=$_POST['email'];
			$pass=$_POST['pass'];
			$confpass=$_POST['confpass'];
			$city=$_POST['city'];
			$addres=$_POST['addres'];
			$date=$_POST['date'];
			$user=$_POST['user'];

			$Usquery = "SELECT * FROM  `signup` WHERE `Email_Address` = '$email'";

			$Udat = mysqli_query($con,$Usquery);
		
			$count = mysqli_num_rows($Udat);
		
			if($count==1)
					{
					    
 
    
    
    
					    echo
						"<script>
							alert('Sorry! This Email Address is Already Registered');
							window.location.href='login';
						</script>";
					}
		
				else
				{ if($pass == $confpass){
				    
				  $date1 = strtotime("+3 day", strtotime("$date"));
	 echo $date12=date("d/m/Y", $date1);
					$Usquery= "INSERT INTO `signup`(`Full_Name`, `Designation`, `Phone_Number`, `Email_Address`, `Password`, `Confirm_Password`, `city`, `addres`, `Date`, `approve`,`tdate`) VALUES ('$name','$desig','$phone','$email','$pass','$confpass','$city','$addres','$date','v','$date12')";
					echo $date12;
					$Data = mysqli_query($con,$Usquery);
		
						if ($Data == 'true' ) 
							{
							 
							 
					$Para1='<!DOCTYPE html>
    <html>
    
    <head>
        <title>Welcome to Taxhelpline</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta http-equiv="X-UA-Compatible" content="IE=edge" />
        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">

    <style type="text/css">
            @media screen {
                @font-face {
                    font-family: \'Lato\';
                    font-style: normal;
                    font-weight: 400;
                    src: local(\'Lato Regular\'), local(\'Lato-Regular\'), url(https://fonts.gstatic.com/s/lato/v11/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format(\'woff\');
                }
    
                @font-face {
                    font-family: \'Lato\';
                    font-style: normal;
                    font-weight: 700;
                    src: local(\'Lato Bold\'), local(\'Lato-Bold\'), url(https://fonts.gstatic.com/s/lato/v11/qdgUG4U09HnJwhYI-uK18wLUuEpTyoUstqEm5AMlJo4.woff) format(\'woff\');
                }
    
                @font-face {
                    font-family: \'Lato\';
                    font-style: italic;
                    font-weight: 400;
                    src: local(\'Lato Italic\'), local(\'Lato-Italic\'), url(https://fonts.gstatic.com/s/lato/v11/RYyZNoeFgb0l7W3Vu1aSWOvvDin1pK8aKteLpeZ5c0A.woff) format(\'woff\');
                }
    
                @font-face {
                    font-family: \'Lato\';
                    font-style: italic;
                    font-weight: 700;
                    src: local(\'Lato Bold Italic\'), local(\'Lato-BoldItalic\'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYELO3LdcAZYWl9Si6vvxL-qU.woff) format(\'woff\');
                }
            }
    
            /* CLIENT-SPECIFIC STYLES */
            body,
            table,
            td,
            a {
                -webkit-text-size-adjust: 100%;
                -ms-text-size-adjust: 100%;
            }
    
            table,
            td {
                mso-table-lspace: 0pt;
                mso-table-rspace: 0pt;
            }
    
            img {
                -ms-interpolation-mode: bicubic;
            }
    
            /* RESET STYLES */
            img {
                border: 0;
                height: auto;
                line-height: 100%;
                outline: none;
                text-decoration: none;
            }
    
            table {
                border-collapse: collapse !important;
            }
    
            body {
                height: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
                width: 100% !important;
            }
    
            /* iOS BLUE LINKS */
            a[x-apple-data-detectors] {
                color: inherit !important;
                text-decoration: none !important;
                font-size: inherit !important;
                font-family: inherit !important;
                font-weight: inherit !important;
                line-height: inherit !important;
            }
    
            /* MOBILE STYLES */
            @media screen and (max-width:600px) {
                h1 {
                    font-size: 32px !important;
                    line-height: 32px !important;
                }
            }
    
            /* ANDROID CENTER FIX */
            div[style*="margin: 16px 0;"] {
                margin: 0 !important;
            }
        </style>
    </head>
    
    <body style="background-color: #f4f4f4; margin: 0 !important; padding: 0 !important;">
        <!-- HIDDEN PREHEADER TEXT -->
        <div style="display: none; font-size: 1px; color: #fefefe; line-height: 1px;  max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;"><b>Taxhelpline</b>  We\'re thrilled to have you here! Get ready to dive into your new account.
        </div>
        <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <!-- LOGO -->
           
            
            <tr>
                <td bgcolor="#1c959e" align="center" style="padding: 0px 10px 0px 10px;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;">
                        <tr>
                            <td bgcolor="#ffffff" align="center" valign="top" style="padding: 10px 20px 5px 20px; border-radius: 4px 4px 0px 0px; color: #111111;  font-size: 48px; font-weight: 400; letter-spacing: 4px; line-height: 48px;">
                               <h2 style="font-size: 22px;
    font-family: unset;
    color: #666666;"> Thanks for visiting </h2>
                                <img width="300px" src="https://www.taxhelplines.com.pk/Logo.png" alt="">
                            </td>

                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td bgcolor="#f4f4f4" align="center" style="padding: 0px 10px 0px 10px;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;">
                        <tr>
                            <td bgcolor="#ffffff" align="left" style="text-align:justify; padding: 20px 30px 40px 30px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;">
                                <center><p style="font-size: 20px;"><b>‘Welcome to TaxHelpline’</b></p></center><br>
                                <p style="margin: 0;text-align:justify;"><B>Dear '.$name.',</B><br><r> We’d like to confirm that your Sign-up request for user account is received and your account is created successfully. <br>
                                    </a></p>
                            
                                
                                </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" align="left">
                                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                                    <tr>
                                      
                                    </tr>
                                </table>
                            </td>
                        </tr> <!-- COPY -->
                        <tr>
                            <td bgcolor="#ffffff" align="left" style="padding: 0px 30px 0px 30px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;">
<center>                                  <b><p>Account Detail</p></b></center>
                                <p style="margin: 0;"><b>Name : </b> '.$name.' <br>
                                                        <b>Designation : </b> '.$desig.' <br>
                                                        <b>Email : </b> '.$email.' <br>
                                                        <b>Password : </b> '.$pass.' <br>
                                                        <b>Contact  : </b> '.$phone.' <br></p>
                                                        
                            </td>
                        </tr> <!-- COPY -->
                        <tr>
                            <td bgcolor="#ffffff" align="left" style="padding: 20px 30px 20px 30px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;">
                              
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" align="left" style="padding: 0px 30px 20px 30px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;">
                                <p style="margin: 0;">We welcome your feedback while using our website or any issues logging into your account, Feel free to reach out to us at: <a href="https://taxhelplines.com.pk/contact"> https://taxhelplines.com.pk</p>
                            </td>
                        </tr>
                        <tr>
                            <td bgcolor="#ffffff" align="left" style="padding: 0px 30px 40px 30px; border-radius: 0px 0px 4px 4px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;">
                                <p style="margin: 0;">Best Regards,<br><b> TaxHelpline Team</b></p>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td bgcolor="#f4f4f4" align="center" style="padding: 30px 10px 0px 10px;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;">
                        <tr>
                            <td bgcolor="#1c959ea1" align="center" style="padding: 15px 15px 15px 15px; border-radius: 4px 4px 4px 4px; color: #666666;  font-size: 18px; font-weight: 400; line-height: 25px;background:#5e5d5b73;">
                                <h2 style="font-size: 20px; font-weight: 400; color: #111111; margin: 0;">Need more help?</h2>
                                </p>
                           
                                <div class="row">
                                    <div class="col-md-4"><p style="font-weight: 800;
    color: #ffffffa8;" ><i class="fa fa-phone" aria-hidden="true"></i>
 021-32462161</p></div>
                                    <div class="col-md-4"><p style="font-weight: 800;
    color: #ffffffa8;"><i class="fa fa-phone" aria-hidden="true"></i>
0333-2214794</p></div>
                                    <div class="col-md-4"><p style="font-weight: 800;
    color: #ffffffa8;"><i class="fa fa-phone" aria-hidden="true"></i>
0314-4062161</p></div>

                                    </div>
                                </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td bgcolor="#f4f4f4" align="center" style="padding: 0px 10px 0px 10px;">
                    <table border="0" cellpadding="0" cellspacing="0" width="100%" style="max-width: 600px;">
                        <tr>
                            <td bgcolor="#f4f4f4" align="left" style="padding: 0px 30px 30px 30px; color: #666666;  font-size: 14px; font-weight: 400; line-height: 18px;"> <br>
                                <p style="margin: 0; text-align: justify;"><b> DISCLAIMER:</b> All information has been given in good faith; however, the Readers must study the original text from Officials Websites of the Department and Libraries. This data may contains errors or any mistakes but the Owner/ CEO of the website will not be responsible.</p>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    </body>
    
    </html>';
							
							  $subject ="Welcome to Taxhelpline ";

$headers = 'From: Taxhelpline info@taxhelplines.com.pk'       . "\r\n" .
                 'Reply-To: info@taxhelplines.com.pk' . "\r\n" .
                 'X-Mailer: PHP/' . phpversion();

  
  $headers .="MIME-Version: 1.0\r\n";
  $headers .="Content-Type:text/html; charset=ISO-8859-1\r\n";

    mail($email,$subject,$Para1,$headers);
    
    if(mail == true){
        echo	"<script>
							
							window.location.href='noway?em=$email';
						</script>";
        
    }
    		 
							 
							 

		
		
		
							}
						else
							{
								echo
								"<script>
								alert('Registraion Failed');
								window.location.href='usignup';
							</script>";
							}
				}else{echo
					"<script>
					alert('Password and Confirm Password are not same!');
					
				</script>";}
			}}
		
					
					?>
	<div class="limiter">
		<div class="container-login100">
			<div class="wrap-login100">
				<div class="login100-pic js-tilt"  data-tilt style="display: flex;text-align: center;align-items: center;justify-content: center;">
					<img src="ulogin/images/img-01.png" alt="IMG" >
				</div>

				<form class="login100-form validate-form" method="post">
					<span class="login100-form-title">
					  User Signup					</span>

					<div class="wrap-input100 validate-input" data-validate = "Your Name is Required">
						<input class="input100" type="text" name="name" placeholder="Enter Your Full Name">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							<i class="fa fa-user" aria-hidden="true"></i>
						</span>
					</div>

					<div class="wrap-input100" >
						<input class="input100" type="text" name="desig" placeholder="Enter Your Designation">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							 <i class="fa fa-user-circle" aria-hidden="true"></i> 
						</span>
					</div>

					<div class="wrap-input100 validate-input" data-validate = "Phone No is Required">
						<input class="input100" type="text" name="phone" placeholder="Enter Your Phone No">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							<i class="fa fa-phone" aria-hidden="true"></i>
						</span>
					</div>

					<div class="wrap-input100 validate-input" data-validate = "Valid email is required: abc@xyz.com">
						<input class="input100" type="email" name="email" placeholder="Enter Your Email ">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							<i class="fa fa-envelope" aria-hidden="true"></i>
						</span>
					</div>
					
					<div class="wrap-input100 validate-input" data-validate = "Password is required">
						<input class="input100" type="password" name="pass" placeholder="Enter Your Password">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							<i class="fa fa-lock" aria-hidden="true"></i>
						</span>
					</div>
					
					<div class="wrap-input100 validate-input" data-validate = "Confirm Password is required">
						<input class="input100" type="password" name="confpass" placeholder="Confirm Your Password">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							<i class="fa fa-lock" aria-hidden="true"></i>
						</span>
					</div>
					
					<div class="wrap-input100">
						<input class="input100" type="text" name="city" placeholder="Enter Your City">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							 <i class="fa fa-map-marker" aria-hidden="true"></i> 
						</span>
					</div>
					<div class="wrap-input100" >
						<input class="input100" type="text" name="addres" placeholder="Enter Your Address">
						<span class="focus-input100"></span>
						<span class="symbol-input100">
							 <i class="fa fa-globe" aria-hidden="true"></i> 
						</span>
					</div>
					<?php             
               			 echo "<input type='hidden' name='date'  value='" . date('d-m-Y') . "' required/>";
                ?>
					<div class="wrap-input100 validate-input" data-validate = "Password is required">
							<!-- <select name="user" class="funy" id="user" required>
							<option value="" disabled selected hidden>Select Account</option>	
							<option value="a">Admin Account</option>
								<option value="e">Employee Account</option>
							</select> -->
							<input class="input100" type="hidden" name="user" value="u">
	
					</div>
					<div class="container-login100-form-btn">
						<button type="submit" class="login100-form-btn" name="signup">
						Create your Account
						</button>
					</div>
					
<!-- 
					<div class="text-center p-t-12">
						<span class="txt1">
							Forgot
						</span>
						<a class="txt2" href="#">
							Username / Password?
						</a>
					</div> -->

					<div class="text-center p-t-136">
						<span class="txt2">
							I am already Member!</span> <a href="login">Login</a>
							<i class="fa fa-long-arrow-right m-l-5" aria-hidden="true"></i>
						</a>
					</div>
				</form>
			</div>
		</div>
	</div>
	
	

	
<!--===============================================================================================-->	
	<script src="ulogin/vendor/jquery/jquery-3.2.1.min.js"></script>
<!--===============================================================================================-->
	<script src="ulogin/vendor/bootstrap/js/popper.js"></script>
	<script src="ulogin/vendor/bootstrap/js/bootstrap.min.js"></script>
<!--===============================================================================================-->
	<script src="ulogin/vendor/select2/select2.min.js"></script>
<!--===============================================================================================-->
	<script src="ulogin/vendor/tilt/tilt.jquery.min.js"></script>
	<script >
		$('.js-tilt').tilt({
			scale: 1.1
		})
	</script>
<!--===============================================================================================-->
	<script src="ulogin/js/main.js"></script>

</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit