| 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/sportyone.com/public_html/ |
Upload File : |
<?php
include_once("_config.php");
include_once('fnk/tools.php');
if(!isset($_GET["f"]))
{
$query = "select m.model_name, br.model_id, m.photo_from, s.site_name, s.site_link, s.site_id ";
$query .= " from babe_randomizer br ";
$query .= " left join models m on m.model_id = br.model_id ";
$query .= " left join sites s on s.site_id = m.photo_from ";
$query .= " limit 1 ";
$result = mysql_query($query) or die("ERROR: <br>$query<br /> <strong>" . mysql_error()."</strong>");
$row = mysql_fetch_assoc($result);
$rand_babe = $row["model_name"];
$rand_babe_id = $row["model_id"];
$photo_from = $row["site_name"];
$photo_from_link = $row["site_link"];
$site_id = $row["site_id"];
$site_name = $row["site_name"];
}else
{
$query = "select m.model_name, m.model_id, m.photo_from, s.site_name, s.site_link, s.site_id ";
$query .= " from models m ";
$query .= " join sites s on s.site_id = m.photo_from ";
$query .= "order by rand() limit 1 ";
$result = mysql_query($query) or die("ERROR: <br>$query<br /> <strong>" . mysql_error()."</strong>");
$row = mysql_fetch_assoc($result);
$rand_babe = $row["model_name"];
$rand_babe_id = $row["model_id"];
$photo_from = $row["site_name"];
$photo_from_link = $row["site_link"];
$site_id = $row["site_id"];
$site_name = $row["site_name"];
}
$query = "select model_name ";
$query .= " from models where live = 'y' ";
$query .= " order by rand() limit 4 ";
$result = mysql_query($query) or die("ERROR: <br>$query<br /> <strong>" . mysql_error()."</strong>");
$connection->close();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
<!--
a:link {
color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
color: #000000;
}
a:active {
color: #000000;
}
.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #FFFFFF;
}
.style2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #630031;
}
.style4 {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.style5 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.styleBR {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
.style7 {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7white {
color: #FFFFFF;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style7white a:link {
color: #FFFFFF;
}
.style7white a:visited {
color: #FFFFFF;
}
.style7white a:hover {
color: #FFFFFF; text-decoration:none;
}
.style7white a:active {
color: #FFFFFF;
}
.style9 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style11br {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }
.style12 {font-size: 14px}
.style15 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; font-weight: bold; }
.style17 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.style27 {font-size: 12; font-weight: bold; }
.sporty_select {font-size: 12; background-color:#630031; color:#ffcc00; }
.sporty_select a:link {
color: #ffcc00;
}
.sporty_select a:visited {
color: #ffcc00;
}
.sporty_select a:hover {
color: #ffcc00;
}
.sporty_select a:active {
color: #ffcc00;
}
.style28 {
font-size: 18px;
font-weight: bold;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>
<body bgcolor="#333333">
<div align="center">
<a href="<?php echo $link = make_model_link($rand_babe);?>" target="_parent" class="style5"><font color="#ffffff"><?php echo stripslashes($rand_babe); ?></font></a>
<br>
<a href="<?php echo $link = make_model_link($rand_babe);?>" target="_parent" class="style5"><IMG SRC="images/models/<?php echo $rand_babe_id; ?>_big.jpg" ALT="" WIDTH=208 HEIGHT=312 border="0"></a>
<br>
<span class="style11br"> Photo Courtesy of <a href="http://new.sportyone.com/?content=site&site_id=<?php echo $site_id; ?>&site_name=<?php echo $site_name; ?>" target="_parent"><font color="#ffffff"><?php echo $photo_from ?></font></span><br />
<div style="padding-top:7px;">
<a href="baberandomizer.php?f=no" class="style23" style="text-decoration:none"><strong style="background-color:#ffffff; text-decoration:none; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:italic;">Click to Randomize!</strong></a>
</div>
</div>
</BODY>
</html>