| 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/glamourdollars.com/vip-area/ |
Upload File : |
<?php
$dbhost = "localhost";
$dbuser = "viparea";
$dbpass = "dffmijnif9";
define('VIP_DELIGHT_OF_THE_MONTH_LINK', '/elle-alexandra');
define('VIP_DELIGHT_OF_THE_MONTH_NAME', 'Elle Alexandra');
$headerimg = sprintf("%02d",rand(1,16));
$today = date("Y-m-d");
$blogweb = "images/blogs/";
$modelsweb = "images/models/";
$contentweb = "images/content/";
$featureweb = "images/feature/";
$docroot = "/web/sites/taj/glamourdollars/vip-area/";
$seo_description = "The hottest porn models on the net in hot videos and sexy photosets. See such hot models as Jana Jordan, Andie Valentino and Shay Laren. Only the hottest young nude models.";
$seo_keywords = "porn models, hot girls, hot sexy models, naked girls, young nude models, nude porn stars";
$seo_title = "VipArea.com - World Famous Erotic Photos and Videos of Beautiful Naked Girls";
$seo_imagekeyword = "naked";
function dbConn($db="") {
global $dbhost, $dbuser, $dbpass;
$sqlconn = @mysql_connect($dbhost, $dbuser, $dbpass) or die("cannot connect");
if ($db == "") { $db = "viparea"; }
if ($db!="" and !@mysql_select_db($db)) die("no database");
return $sqlconn;
}
function pagination($url="",$page="",$total_pages="") {
$output = "<div align=\"center\" class=\"pagination\" style=\"padding:20px;\">";
if($total_pages < 6) $total_pages = 6;
if ($page != 1) {
$output .= "<a href=\"" . $url . "&page=" . ($page-1) . "\">« prev</a> ";
}
if($total_pages > 15) {
if($page <= 5) {
$start = 1;
} else {
$start = $page - 5;
}
if($page >= ($total_pages - $page)) {
$stop = $total_pages;
} else {
$stop = $page + 5;
if($stop > $total_pages) {
$stop = $total_pages;
}
}
for ($i = $start;$i <= $stop;$i++) {
if ($i == $page) {
$output .= "<a href=\"#\" class=\"currentpage\">" . $i . "</a> ";
} else {
$output .= "<a href=\"" . $url . "&page=" . $i . "\">" . $i . "</a> ";
}
}
} else {
for ($i = 1;$i <= $total_pages;$i++) {
if ($i == $page) {
$output .= "<a href=\"#\" class=\"currentpage\">" . $i . "</a> ";
} else {
$output .= "<a href=\"" . $url . "&page=" . $i . "\">" . $i . "</a> ";
}
}
}
if ($page < $total_pages) {
$output .= "<a href=\"" . $url . "&page=" . ($page + 1) . "\">next »</a>";
}
$output .= "</div>";
return $output;
}
/*
function ajaxpagination($content_type="",$page="",$total_pages="") {
$output = "<table width=\"998\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td align=\"right\"><a href=\"join.php\"><img src=\"images/index_joinnow2.jpg\" width=\"200\" height=\"50\" border=\"0\" alt=\"exclusive viparea\"></a></td>";
$output .= "<td width=\"200\"><div align=\"right\" class=\"pagination\" style=\"padding:20px;\">";
for ($i = 1;$i <= $total_pages;$i++) {
if ($i == $page) {
$output .= "<a href=\"#\" class=\"currentpage\">" . $i . "</a> ";
} else {
$output .= "<a href=\"javascript:upd('".$content_type."','".$i."');";
//if($page == 0) { $output .= "switchstart('".$i."');"; }
$output .= "\">" . $i . "</a> ";
}
}
$output .= "</div></td><td width=\"50\"> </td></tr></table>";
return $output;
}
*/
function ajaxpagination($content_type="",$page="",$total_pages="") {
$output = "<div id=\"pnavcont\"><div id=\"pnav\"><ul id=\"rnav\">";
$output .= "<li><a href=\"".$content_type.".php\" alt=\"porn models\">VIEW ALL ".strtoupper($content_type)."</a></li>";
for ($i = $total_pages;$i >= 1;$i--) {
if ($i == $page) {
$output .= "<li id=\"sel\">";
} else {
$output .= "<li>";
}
$output .= "<a href=\"javascript:upd('".$content_type."','".$i."');\">" . $i . "</a></li>";
}
$output .= "<li><a href=\"join.php\" alt=\"exclusive viparea\">JOIN VIPAREA NOW AND GET INSIDE</a></li>";
$output .= "</ul></div></div>";
return $output;
}
?>