| 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/pornstarhoneys.com/public_html/modules/ |
Upload File : |
<?php // small_thumbs.php
// $last value must come from calling program
if ($last) {
if ($last + 60 > $totalRecs) {
$last = 0;
}
} else {
$last = 0;
}
$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 .= ")";
echo "<div align='center'><img src='/images/sample.gif' width='743' height='28' alt='' border='0'></div>"
."<table align='center' width='780' cellspacing='2' cellpadding='0' border='0'>\n<tr>\n<td align='center'>\n";
$qry = q("SELECT * FROM models WHERE unix_day <= '$timestamp' $word $exclude ORDER BY tour_rank DESC, tour_votes DESC LIMIT $last,64", $link);
while ($model = f($qry)) {
$girlname = str_replace('_', ' ', $model->link);
$girlname = str_replace('-', ' ', $model->link);
$page = "/honeys/$model->link.php?$tracking&start=$start";
echo "<a class='babe-link' href='$page'><img class='babe' src='/thumbs/babes-small/$model->image' border='0' alt='$model->name' width='90' height='120'></a>\n";
}
echo "</td>\n</tr>\n</table>\n"
.$joinlink, "<div align='center'><img src='/images/click-here.gif' width='598' height='36' alt='Click Here To Join Now!' border='0'></div></a><br>"
."</div></body></html>";
?>