| 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 : /HostingSpaces/admin/penpaleurope.com/wwwroot/newpal/ |
Upload File : |
<!DOCTYPE HTML>
<!--
Concentric by Pixelarity
pixelarity.com @pixelarity
License: pixelarity.com/license
-->
<html>
<head>
<title>Penpal Europe - Meet New Friends from Europe</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="Chat with Friends, Meet New Friends, Chat with people from Europe, Connect with with people from Europe, Meet people, meet new people, Chatting with friends, Europe chat, Europe chats, Uk, United Kingdom, Spain , Russia, Belgium,Italy, France, Germany" />
<meta name="keywords"
content="chat, chatting, meeting, new friends, meet new people, meet, chat new people, Europe, Europeans, with people from Europe. Europe chatting, European chatting, Dating, chatting" />
<meta name="author" content="Swift Alliance Ltd">
<meta name="robots" content="index, follow">
<meta name="revisit-after" content="2 month">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body class="two-sidebar">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<div>
<!-- Logo -->
<div id="logo">
<h1><a href="index.html">Penpal Europe</a></h1>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
</div>
</div>
<!-- Main -->
<div id="main" style="background-color:#FBFCFC;">
<div class="container">
<!-- Content -->
<div class="row">
<div id="content" class="12u">
<article>
<header>
<h2>PASSWORD RESET</h2>
</header>
<?php
$errno = isset($_GET['err']) ? $_GET['err'] : '';
if($errno ==='0')
{
echo "<p><font color ='green'>Success: Your new password updated successfully. Kindly login from the App now and start chatting.</font></p>";
die();
}
if($errno ==='1')
{
echo "<p><font color ='red'>Your Password did not match</font></p>";
}
if($errno ==='2')
{
echo "<p><font color ='red'>Your password is too short.</font></p>";
}
if($errno ==='3')
{
echo "<p><font color ='red'>We cannot update your password at this moment</font></p>";
}
if($errno ==='4')
{
echo "<p><font color ='red'>Database Error! We cannot update your password at this moment. Contact support via email</font></p>";
}
?>
<?php
include "general.php";
include "connect.php";
$email=$_GET['id'];
$passwordcode=$_GET['key'];
$in=$_GET['in'];
$ko=$_GET['ko'];
$domain ="penpaleurope.com";
$query ="select emailcode from penpal where email ='$email' and passwordcode ='$passwordcode' and domain ='$domain'";
$response = getQuery1($query);
//echo $query;
if($response !="#"){
echo "<div class='container'>";
echo "<div class='row 50%' align='center'>";
echo "<label>Enter New Password ( minimum of 6 characters)</label>";
echo "</div>";
echo "<form method='post' action='passwordreset.php'>";
echo "<div class='row 50%'>";
echo "<div class='6u 12u'>";
echo "<input type='password' name='pass1' id='pass1' value='' placeholder='Password' />";
echo "</div>";
echo "</div>";
echo "<div class='row 50%'>";
echo "<div class='6u 12u'>";
echo "<input type='password' name='pass2' id='pass2' value='' placeholder='Confirm Password' />";
echo "</div>";
echo "</div>";
echo "<input type='hidden' id='email' name='email' value='$email'>";
echo "<input type='hidden' id='in' name='in' value='$in'>";
echo "<input type='hidden' id='ko' name='ko' value='$ko'>";
echo "<input type='hidden' id='domain' name='domain' value='$domain'>";
echo "<input type='hidden' id='passwordcode' name='passwordcode' value='$passwordcode'>";
echo "<div class='row 50%'>";
echo "<div class='12u$'>";
echo "<ul class='actions'>";
echo "<li><input type='submit' value='Submit' class='button alt' /></li>";
echo "</ul>";
echo "</div>";
echo "</div>";
echo "</form>";
echo "</div>";
}else{
echo " <p ><font color='red'> Sorry we cannot reset your password now. </font></p>";
}
?>
</article>
</div>
</div>
</div>
</div>
<!-- Footer -->
<section id="footer">
<div class="container">
<!-- Lists -->
<ul class="lists">
<li>
<ul class="default">
<li><a href="https://penpaleurope.com/privacy.html">Privacy</a></li>
</ul>
</li>
<li>
<ul class="default">
<li><a href="https://penpaleurope.com/terms.html">Terms</a></li>
</ul>
</li>
<li>
<ul class="default">
<li><a href="#">support @ penpaleurope.com</a></li>
</ul>
</li>
</ul>
<!-- Social -->
<section>
<ul class="social">
<li><a href="#" class="icon fa-facebook"><span>Facebook</span></a></li>
<li><a href="#" class="icon fa-twitter"><span>Twitter</span></a></li>
<li><a href="#" class="icon fa-linkedin"><span>Linkedin</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
© 2018 Penpal Europe. All rights Reserved
</div>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.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>