| 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/store.tiacyrusxxx.com/public_html/dev/TSCP2/ |
Upload File : |
<?php
session_start();
$dbhost = "localhost";
$dbuser = "xfanclubs";
$dbpass = "cIQ7PgXTn6n5l";
$site_name = "XFanClubs";
$today = date("Y-m-d");
#include "check_login.php";
if (!isset($skip_header)) {
include "_html_t.php";
}
$baseroot = "/web/sites/taj/xfanclubs.com/";
$blogsweb = "../../content/blogs/";
$blogroot = "../content/blogs/";
$modelsweb = "../content/models/";
$modelsroot = "../content/models/";
$contentweb = "../../content/content/";
$contentroot = "../content/content/";
$photosetsroot = "../content/content/photos";
#$mem_contentroot = "/web/sites/taj/xfanclubs.com_files/";
$mem_contentroot = "../content/content/";
$model_x['licon'] = "150";
$model_y['licon'] = "240";
$model_x['ricon'] = "100";
$model_y['ricon'] = "160";
$model_x['img'] = "450";
$model_y['img'] = "600";
$model_x['tn'] = "600";
$model_y['tn'] = "450";
$photoset_x['licon'] = "125";
$photoset_y['licon'] = "200";
$photoset_x['ricon'] = "100";
$photoset_y['ricon'] = "160";
$photoset_x['img'] = "600";
$photoset_y['img'] = "450";
$photoset_x['tn'] = "144";
$photoset_y['tn'] = "68";
$video_x['licon'] = "230";
$video_y['licon'] = "130";
$video_x['ricon'] = "160";
$video_y['ricon'] = "100";
$video_x['img'] = "720";
$video_y['img'] = "448";
function dbConn($db="") {
global $dbhost, $dbuser, $dbpass;
$sqlconn = @mysql_connect($dbhost, $dbuser, $dbpass) or die("cannot connect");
if ($db == "") { $db = "xfanclubs"; }
if ($db!="" and !@mysql_select_db($db)) die("no database");
return $sqlconn;
}
function pagination($url="",$page="",$total_pages="") {
$output = "<div align=\"center\">";
if ($page != 1) {
$output .= "<a href=\"" . $url . "&page=" . ($page-1) . "\" class=\"pagination\"><span>« prev</span></a>";
}
for ($i = 1;$i <= $total_pages;$i++) {
if ($i == $page) {
$output .= "<a href=\"#\" class=\"currpagination\"><span>" . $i . "</span></a>";
} else {
$output .= "<a href=\"" . $url . "&page=" . $i . "\" class=\"pagination\"><span>" . $i . "</span></a>";
}
}
if ($page < $total_pages) {
$output .= "<a href=\"" . $url . "&page=" . ($page + 1) . "\" class=\"pagination\"><span>next »</span></a>";
}
$output .= "</div>";
return $output;
}
define('MANDRILL_API_KEY', 'VbxiWXZVtIOY00wTSbOKdw');
include_once('../functions_system.php');
include_once('functions_admin_system.php');