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/penpaleurope.com/backup/app/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/HostingSpaces/admin/penpaleurope.com/backup/app//index - Copy.php
<?php include "general.php";
include "connect.php";


?>


<!DOCTYPE HTML>
<!--
	Latitude by Pixelarity
	pixelarity.com @pixelarity
	License: pixelarity.com/license
-->
<html>
	<head>
		<title>PenpalAfrica - Make New Friends in Africa</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 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
	</head>
	<body>
		<div id="page-wrapper">

			<!-- Header -->
				<header id="header">
					<h1><a href="index.php"><img width='196' height='60' src='http://www.penpalafrica.com/api/penpallogo.png' alt='PenpalAfrica logo' /></a></h1>
					<nav id="nav">
						<ul>
							<li><a href="index.php">Home</a></li>
								<li><a href="login.php">Login</a></li>
							<li><a href="register.php">Register</a></li>
							<li><a href="faq.html">FAQ</a></li>

						</ul>
					</nav>
				</header>

			<!-- Main -->
				<section id="main" class="wrapper style2">
					<header class="major">
						<h2>Welcome To PenpalAfrica<br>Meet New Friends across Africa <br>(Nigeria, Ghana, Kenya and South Africa etc)</h2>
						<p><em>Penpal Africa (The Pan Social Network Service) allows subscribers to meet new friends across Africa. <br>
							This service complements  the conventional Penpal Service which enables individuals to make friendship  through <br>
							letter writing but in our case through web/app messaging service.</em></p>
						<p><em>Register here for unlimited chatting with Pals across Africa. You can view Pals' profiles, galleries or
							<br>send messages to them even when they are not online. You can use our search tools to find Pals in any African <br>
							country and send then instant messages. You can like Pals profiles or pictures.</em></p>

							<p><a  href='register.php'>Click HERE To Register Directly from the Site</a></p>

					 <h2>Quick Registration from Your Mobile Phones <br /></h2>

					 <div class="table-wrapper" >
								 <table  style="color: white;">
									 <thead>
										 <tr >
											 <th  style="color: white;">country</th>
											 <th  style="color: white;">SMS</th>
											 <th  style="color: white;">Costs</th>
											 <th  style="color: white;">Validity</th>
										 </tr>
									 </thead>
									 <tbody>
										 <tr>
											 <td>Nigeria</td>
											 <td>Send Penpal to 33811</td>
											 <td>N50 per sms</td>
											 <td>2 Weeks Subscription</td>
										 </tr>
										 <tr>
											 <td>Ghana</td>
											 <td>Send Penpal to 1903</td>
											 <td>50p per sms</td>
											 <td>2 Weeks Subscription</td>
										 </tr>
										 <tr>
											 <td>South Africa</td>
											 <td>Send Penpal to 33282</td>
											 <td>R1.50 per sms</td>
											 <td>2 Weeks Subscription</td>
										 </tr>
										 <tr>
											 <td>Kenya</td>
											 <td>Send FOR15 Penpal  to 72222</td>
											 <td>KES15.00 per sms</td>
											 <td>2 Weeks Subscription</td>
										 </tr>
									 </tbody>

								 </table>
							 </div>


					</header>
				</section>

<!-- Extra -->

                  <div class="container">

							<section>
								<header>
									<h3>Great People, Great Countries, and Great Continent</h3>
									<p>Meet New Friends in Nigeria, Ghana and South Africa. Other Countries coming soon.</p>
								</header>

								<div class="row">
									<div class="3u 6u(narrow) 12u$(mobilep)">
										<a href="#" class="image fit"><img src="images/pic06.jpg" alt="" /></a>
										<p><strong>Nigeria Pals</strong> To Get started Send Penpal to 33811 N30.00 per sms</p>
									</div>
									<div class="3u 6u$(narrow) 12u$(mobilep)">
										<a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a>
										<p><strong>Ghana Pals</strong> To Get started Send Penpal to 1903 CHc0.50 per sms</p>
									</div>
									<div class="3u 6u(narrow) 12u$(mobilep)">
										<a href="#" class="image fit"><img src="images/pic08.jpg" alt="" /></a>
										<p><strong>South Africa Pals</strong> To Get started Send Penpal to 33282 R1.50 per sms</p>
									</div>
									<div class="3u$ 6u$(narrow) 12u$(mobilep)">
										<a href="#" class="image fit"><img src="images/pic09.jpg" alt="" /></a>
										<p><strong>kenya Pals </strong>To Get started Send FOR15 Penpal to 72222 KES15.00 per sms</p>
									</div>
								</div>
							</section>


					</div>



					<div class="container">

						<!-- Content -->
						<section id="content">
     <h2>Check Below Latest 20 Pals <span>from Nigeria, Ghana, Kenya, South Africa etc <br /></span></h2>


	  <?php

	     $query ="select nickname,age,sex,palid,location,country,profile, date(datesent),photo from penpalsubscriber where status ='1' and profile !='' order by sn desc limit 20;";
//echo $query;
if(!$result= mysqli_query($con,$query))
{
  //echo mysqli_error($con);
  echo "Database error please try again";
   mysqli_close($con);
   exit();
}

$cnt= "";
echo "<div class='table-wrapper'><table  class='alt' >";
echo "<tr>";

echo "<th>" ."Photo" . "</th>"."<th>" ."Nickname" . "</th>". "<th>". "Age" . "</th>". "<th>". "Sex" . "</th>". "<th>" . "Location". "</th>"."<th>". "Country"."</th>"."<th>". "Profile"."</th>"."<th>". "Date Joined"."</th>";

echo "</tr>";
$cnt = 1;
$precountry = "";
$pic = "<span class='image left'><img src='./penpal/assets/img/default/48.jpg' align='top'></span>";
while($row = mysqli_fetch_array($result))
{
  if ($cnt ==1)
   echo "<tr>";
  else
   echo "<tr class='alt'>";
  $cnt = $cnt+1;
  if ($cnt > 2)
      $cnt =1;

  if ( $row['photo'] =="1"){
	    $palid =$row['palid'];
      $pic = "<span class='image left'><img src='./penpal/assets/img/subscribers/$palid/profile/$palid". ".jpg' align='top'></span>";
		}
	$country = $row['country'];
	//$naira = $row['rp1'];
	//$euro = $row['rp5'];
	//$dollars = $row['rp8'];

//	if($precountry != $country)
//	echo "<td>" . $country."</td>";
	//else
	//echo "<td></td>";
	$profile = $row['profile'];
	echo  "<td>".$pic."</td>" ."<td>".$row['nickname']."</td>" . "<td>".$row['age']."</td>". "<td>". $row['sex']. "</td>". "<td>". $row['location'] . "</td>" . "<td>". $row['country'] . "</td>". "<td>". $profile . "</td>". "<td>". $row['date(datesent)'] . "</td>";
	echo "</tr>";
  $pic = "<span class='image left'><img src='/penpal/assets/img/default/48.jpg' align='top'></span>";
}


echo "</table></div>";
//echo $cnt;
mysqli_close($con);
	  ?>






                                               </section>

</div>
<div class="container">

<section>
<header>
<h3>Advertisements</h3>
<p></p>
</header>

<div class="row">
<div class="3u 6u(narrow) 12u$(mobilep)">

	<p><strong>Bulsksms Service = Mobile Marketing</strong> Reach your clients through our bulksms platform, thousand of clients are alreading doing so. Registration is free.</p>
	<a href="http://www.247sms.com" class="image fit" target="_blank">Bulksms Service - Click here</a>
</div>
<div class="3u 6u$(narrow) 12u$(mobilep)">
	<a></a>
	<p></p>
</div>
<div class="3u 6u$(narrow) 12u$(mobilep)">
	<a></a>
	<p></p>
</div>
<div class="3u 6u$(narrow) 12u$(mobilep)">
	<a></a>
	<p></p>
</div>

</div>
</section>


</div>







									<!-- Footer -->
<footer id="footer">
					<div class="container">
						<div class="row">
							<div class="3u 6u(narrow) 12u$(mobilep)">
								<h3>Penpal Africa - Nigeria</h3>
								<ul class="alt">
									<li><a href="#">Send Penpal to 33811 to Register</a></li>

								</ul>
								<h3>Penpal Africa - Kenya</h3>
								<ul class="alt">
									<li><a href="#">Send FOR15 Penpal to 72222 to Register</a></li>

								</ul>
							</div>
							<div class="3u 6u$(narrow) 12u$(mobilep)">
								<h3>Penpal Africa - Ghana</h3>
								<ul class="alt">
									<li><a href="#">Send Penpal to 1903 to Register</a></li>

								</ul>
								<h3>Penpal Africa - South Africa</h3>
								<ul class="alt">
									<li><a href="#">Send Penpal to 33282 to Register</a></li>

								</ul>
							</div>
							<div class="6u 12u$(narrow)">

								<h3>Contact Us</h3>
								<div class="row">

									<div class="6u 12u(mobilep)">
										<ul class="labeled-icons">
											<li>
												<h3 class="icon fa-envelope"><span class="label">Email</span></h3>
												<a href="#">support@penpalafrica.com</a>
											</li>
											<li>
												<h3 class="icon fa-twitter"><span class="label">Twitter</span></h3>
												<a href="#">@penpalafrica</a>
											</li>
										</ul>
									</div>
								</div>
							</div>
						</div>
					</div>
					<div class="copyright">
						&copy; Penpal Africa 2017. All rights reserved.
					</div>
				</footer>

		</div>

		<!-- Scripts -->
			<script src="assets/js/jquery.min.js"></script>
			<script src="assets/js/jquery.dropotron.min.js"></script>
			<script src="assets/js/jquery.scrollgress.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