| 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 : |
<?php
include "header-2.php";
$hostName = "localhost";
$userName = "honeyadmin";
$password = "honeys2002";
$databaseName = "honeys";
define(TYPE, "HungarianHoneys;Videos;HoneySchool");
define(STOLB, "4");
define(UPD, "40");
define(COL, "4");
define(LIKE, "12");
define(COL_CATEG, "5");
define(HOW_CATEG, "200");
define(DOM, "pinkhoneypot.com");
define(COL_PIC, "6");
define(HOW_PIC, "1500");
define(HOW_IP, "100");
define(DEF_URL, "http://hungarianhoneys.com");
define(VAR_PICD, "12");
$categ = "Video";
$z = "Videos";
$link = mysql_connect($hostName, $userName, $password);
mysql_select_db($databaseName, $link);
$dom = DOM;
$time = mktime("12", "00", "00", date("m"), date("d"), date("Y"));
//include "header.php";
//include "left-nav.php";
$keys = explode(';', $z);
$word = " and (word LIKE '%".$keys[0]."%'";
for($x=1; $x < count($keys); $x++) {
$word .= " OR word LIKE '%".$keys[$x]."%'";
}
$word .= ")";
$girlname = str_replace('_', ' ', $categ);
$girlname = str_replace('-', ' ', $girlname);
//$select = "select * from sets where dates<=$time $word and compliant='yes' and pics>0 and (word like '%".$categ."%' OR girlname='".$girlname."' OR girlname LIKE '".$girlname.";%' OR girlname LIKE '%;".$girlname.";%' OR girlname LIKE '%;".$girlname."') ORDER BY dates DESC, name";
//$select = "select * from sets where dates<=$time $word and compliant='yes' and (word like '%".$categ."%' OR girlname='".$girlname."' OR girlname LIKE '".$girlname.";%' OR girlname LIKE '%;".$girlname.";%' OR girlname LIKE '%;".$girlname."') ORDER BY dates DESC, name";
$select = "select * from sets where dates<=$time $word and compliant='yes' and (word like '%".$categ."%' OR girlname='$girlname' OR girlname LIKE '$girlname;%' OR girlname LIKE '%;$girlname;%' OR girlname LIKE '%;$girlname') ORDER BY dates DESC, name";
//$select = "select * from sets where (girlname='$girlname' OR girlname LIKE '$girlname;%' OR girlname LIKE '%;$girlname;%' OR girlname LIKE '%;$girlname')";
// echo $select; exit;
$result = mysql_query($select);
$all = mysql_num_rows($result);
if (isset($all)) $all = intval($all);
if (isset($sta)) $sta = intval($sta); else $sta = 0;
if (isset($show)) $show = intval($show); else $show = HOW_CATEG;
if($file = @fopen("template.html", "r")) {
while(!feof($file)) {
$TEM.=fgets($file, 1024);
}
fclose($file);
}
$select .= " LIMIT $sta,$show";
$result = mysql_query($select);
$up = 0;
echo "\r\n<table id='videos' width='100%' align='center' cellspacing='0' cellpadding='5' border='0'>\r\n<tr>\r\n";
echo "<td colspan='5' class='text'>\r\n<strong>Honey School</strong> offers you the best collection of babe and legal teenage honeys on the planet. These hot videos from <strong>Honey School</strong> are just a sample of the larger collection that you'll have instantly when you join now. Most of the videos are in eye popping high definition and these rare beauties are eager to learn and ready to perform for you.\r\n</td>\r\n";
while($row = mysql_fetch_object($result)) {
if($up%5 == 0) {
echo "</tr>\r\n<tr>\r\n";
// $up = 0;
}
echo "<td valign='top'>\r\n<img src='$row->icon' alt='$row->name' border=1><br />\r\n";
echo "<p class='girl'>$row->girlname</p>\r\n<p class='date'>$row->day</p>\r\n</td>\r\n";
$up ++;
}
echo "</tr>\r\n</table>\r\n\r\n";
//if($sta > 0 && ($sta + $show) >= $all) {
// echo "<p class='navigation'><a href='".$PHP_SELF."?categ=".$categ."&sta=".($sta - $show)."'><<< <u>PREV</u></a></p>\r\n";
//} elseif(($sta + $show) < $all && $sta == 0) {
// echo "<p class='navigation'><a href='".$PHP_SELF."?categ=".$categ."&sta=".($sta + $show)."'><u>NEXT</u> >>></a></p>\r\n";
//} else {
// if(!($all <= $show)) {
// echo "<p class='navigation'><a href='".$PHP_SELF."?categ=".$categ."&sta=".($sta - $show)."'><<< <u>PREV</u></a> <a href='".$PHP_SELF."?categ=".$categ."&sta=".($sta + $show)."'><u>NEXT</u> >>></a></p>\r\n";
// }
//}
//echo "</div>\r\n";
include "footer.php";
?>