403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/HostingSpaces/admin/penpalamerica.com/wwwroot/newpal2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/penpalamerica.com/wwwroot/newpal2/verifyemail.php
<!DOCTYPE HTML>
<!--
	Tactile by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
-->
<html>
	<head>
		<title>PenpalAmerica - Get America Talking</title>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
		<link rel="stylesheet" href="assets/css/main.css" />
		<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
		<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
	</head>
	<body>

		<!-- Header -->
		<header id="header">
			<h1><a href="index.html">Penpal America <span>- Get America Talking</span></a></h1>
			<a href="#">Android Mobile Phone Users Only</a>
			<a href="#menu">Menu</a>
		</header>

		<!-- Menu -->
			<nav id="menu">
				<ul class="links">
					<li><a href="index.html">Home</a></li>
					<li><a href="faq.html">FAQ</a></li>

				</ul>

			</nav>

		<!-- Main -->
			<article id="main">
				<header>
					<h2 class="major special">Penpal America, Email Verification</h2>
					<p>Join Penpal America to make new friends in America</p>
				</header>
				<section class="wrapper">
					<div class="inner">
						<header class="major2">
						<h2>EMAIL VERIFICATION</h2>
					
					    </header>
					</div>
					<div class="container">

						<!-- Text -->
							<section>
							<?php 
							        include "general.php";
									include "connect.php";
									
									$email=$_GET['id'];
									$emailcode=$_GET['key'];	
									$domain ="penpalamerica.com";
										
									$query ="select emailcode from penpal where email ='$email' and emailcode ='$emailcode' and domain ='$domain'";
									$response = getQuery1($query);
									//echo $query;
									if($response !="#"){
										 echo "	<p ><font color='green'> Your Email has been verified. Go to the App and login to continue chatting.</font></p>";
										 $queryUpdate ="update penpal set emailverified='true' where email ='$email' and emailcode ='$emailcode' and domain ='$domain'";
										 
										 $updateResponse = updateQuery($queryUpdate);
									}else{
											echo "	<p ><font color='green'> Sorry we cannot verify your email right now. </font></p>";
									}

									
									
								?>
				 
				            </section>
					</div>
			
				</section>
			</article>

			<!-- Footer -->
				<footer id="footer">
					<div class="inner">

					</div>
					<div class="copyright">
						<ul class="labeled-icons">
			     	<li>
	           	&copy; Penpal America 2019. All rights reserved.
		       </li>
	         <li>
								 <a href="privacy.html">Privacy</a>
						</li>
						<li>
								 <a href="terms.html">Terms</a>
						</li>

						<li>
								 <a href="#">support@penpalamerica.com</a>
						</li>
		</ul>


					</div>
				</footer>


		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/jquery.scrolly.min.js"></script>
			<script src="assets/js/skel.min.js"></script>
			<script src="assets/js/util.js"></script>
			<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
			<script src="assets/js/main.js"></script>

	</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit