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/mod_video_output.php
<?php

	echo '<div class="video_holder">';

	$grab_sql = mysql_query($query) or die(mysql_error());

	if (mysql_num_rows($grab_sql) == 0) { // IF NO RECORDS

		echo 'sorry! no results.';

	} else {

		$rowcount = 1;

		while ($row = mysql_fetch_array($grab_sql)) {

			// WISHLIST PAGE ONLY
			$wishlist = "";
			if ($_SERVER['PHP_SELF'] == "/acct_wishlist.php") {
				$id = $row['content_id'];
				include('mod_wishlist_check.php'); // output: $wishlist
				$wishlist = "<div id=\"wishlist_".$id."\">".$wishlist."</div>";
			}	
			// WISHLIST PAGE ONLY

			if ($row['rate'] == "") {
				$rate = "0.00";
			} else {
				$rate = $row['rate'];
			}
		
			$rate = round($rate,2);

			$models = "";

			$get_models = mysql_query("SELECT * FROM `cms_content_models` WHERE `content_id` = '" . $row['content_id'] . "'") or die(mysql_error());

			if (mysql_num_rows($get_models) > 0) {

				while ($model = mysql_fetch_object($get_models)) {

					$get_model_info = mysql_query("SELECT * FROM `cms_models` WHERE `model_id` = '" . $model->model_id . "'") or die(mysql_error());

					if (mysql_num_rows($get_model_info) > 0) {

						while ($plug_model_info = mysql_fetch_object($get_model_info)) {

							if (isset($models) && $models != "") {
								$models .= ' & ';
							}

							$models .= '<a href=model.php?id=' . $plug_model_info->model_id . '">' . stripslashes($plug_model_info->name) . '</a>';

						}
					}
				}
			}

			if (isset($member_id) && $member_id > 0) {
				$purchase_url = "checkout.php?a=1&id=" . $row['id'];
			} else {
				$purchase_url = "join.php";
			}

			echo '<div class="video_plug_holder' . ($rowcount % 2 == 0 ? ' holder_last': '') . '">
				<div class="video_info">$' . $row['price'] . ' / ' . $row['duration'] . ' mins</div><div class="video_addtocart"><a href="' . $purchase_url . '"><img src="images/purchase.jpg" width="15" height="19" border="0"><span>add to cart</span></a></div>
				<a href="video.php?id=' . $row['id'] . '">
					<img src=view.php?content="' . $row['directory'] . 'tn/' . $row['uniq_id'] . '.jpg" class="video_thumb">
					<div class="video_title">' . $row['title'] . '</div></a>';

			if (isset($models) && $models != "") {
				echo '<div class="video_featuring">Featuring: ' . $models . '</div>';
			}

			echo '</div>';

			$rowcount++;

		}

	}

	echo '</div>';

Youez - 2016 - github.com/yon3zu
LinuXploit