403Webshell
Server IP : 10.200.247.200  /  Your IP : 216.73.217.19
Web Server : Apache
System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64
User : jeremy ( 1001)
PHP Version : 8.4.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /var/www/usa_sites/usafundingapplications.ai/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usafundingapplications.ai/order_reduced_text.php
<?
	session_start();
	include_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');
	include_once($_SERVER['DOCUMENT_ROOT'].'/abot/inc.php');
	if(!empty($_GET['rid']))
	{
		$info = file_get_contents('https://surfcrm.com/lcapi/reactivate_user_status_reduced_text.php?rid='.base64_decode($_GET['rid']).'&field=clicked_link&info=1');
		$_SESSION['post'] = json_decode($info);
		header("Location: order_reduced_text.php");
		exit(0);
	}
	if(empty($_POST['site_code']) && !empty($_SESSION['post'])) 
	{
		foreach($_SESSION['post'] as $key => $value) 
		{
			$_POST[$key] = $value;
			$_REQUEST[$key] = $value;
		}
	}
	$_MONTHLY_FEE = 9.97;
	$monthly_subscription_fee = 9.97;
	$initial_subscription_fee = 34.95; 
	if(!empty($_POST['submit']))
	{
		$return = PostFields('https://surfcrm.com/lcapi/reactivate_user_reduced_text.php', $_POST);
		$info = json_decode($return);
		if(!empty($info->error)) 
		{
			$error = $info->error;
		} 
		else 
		{
			header("Location: login.php?user={$info->username}&pass={$info->password}");
			exit(0);
		}
	}
	$title = 'Grant Research Service';
	$body_id = 'index';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <?
        if($phone || $tablet) 
		{
            ?>
            <meta name="viewport" content="initial-scale=<?=$scale?>, minimum-scale=<?=$scale?>, maximum-scale=<?=$scale?>">
            <?
        } 
        ?>
        <title>
            <?=$_SITE_NAME?> - <?=$title?>
        </title>
        <script type="text/javascript" src="/abot/js/jquery.min.js"></script>
        <link rel="stylesheet" type="text/css" href="/abot/style/glyphicons/css/glyphicons.css"/>
        <link rel="stylesheet" type="text/css" href="/abot/style/common.css"/>
        <link type="text/css" rel="stylesheet" href="/v2/style.css" />
        <link rel="stylesheet" type="text/css" href="/css/order.css">
    </head>
    <body class="white-bg center">
        <div class="logo" onclick="window.location='/'"></div>
        <div class="relative block center white-bg" style="">
			<?
            if($error != '') 
            { 
                ?>
                <div class="red-bg white p10 f16 bold">
                    <?=$error?>
                </div>
                <?
            }
            ?>
            <form method="post" action="order_reduced_text.php" class="relative iblock center" style="background:transparent;">
                <div class="relative iblock p10 white-bg left" style="max-width:400px;">
                    <div class="Harabara p10 f28 red center">
                        Confirm Your Information
                    </div>
                    <div class="p10 f18">
                        <?=$_REQUEST['first_name']?> <?=$_REQUEST['last_name']?>
                    </div>
                    <div class="p10 f18" style="padding-top:0px;">
                        <?=formatPhone($_REQUEST['phone'])?>
                        <br>
                        <?=$_REQUEST['email']?>
                    </div>
                    <br>
                    <br>
                    <label style="width:100%; height:100%;">
                        <table>
                            <tr>
                                <td style="vertical-align:top; width:80px;">
                                    <div class="relative iblock f50 glyphicons glyphicons-unchecked unchecked dark-gray"
                                    	onclick="$(this).hide(); $(this).parent().find('.checked').show();"
                                        style="top:-10px; left:5px;"></div>
                                    <div class="relative iblock f50 glyphicons glyphicons-check checked green" 
                                    	onclick="$(this).hide(); $(this).parent().find('.unchecked').show();"
                                        style="display:none; top:-10px; left:5px;"></div>
                                </td>
                                <td style="vertical-align:top;">
                                    <div class="relative block f20 left">
                                        Yes, I want access to the database of 1000s of grant applications, two live teleconferences with a 
                                        grant writer & new grant alerts emailed to me for only $9.97 per month
                                    </div>
                                </td>
                            </tr>
                        </table>
                    </label>
                    <input type="hidden" name="site_code" value="<?=$_REQUEST['site_code']?>" />
                    <input type="hidden" name="rid" value="<?=$_REQUEST['rid']?>" />
                    <input type="hidden" name="client_id" value="<?=$_REQUEST['client_id']?>" />
                    <input type="hidden" name="monthly_fee" value="<?=$_REQUEST['monthly_fee']?>" />
                    <input type="hidden" name="first_name" value="<?=$_REQUEST['first_name']?>" />
                    <input type="hidden" name="last_name" value="<?=$_REQUEST['last_name']?>" />
                    <input type="hidden" name="phone" value="<?=$_REQUEST['phone']?>" />
                    <input type="hidden" name="email" value="<?=$_REQUEST['email']?>" />
                    <input type="hidden" name="ip_address" value="<?=$_SERVER['REMOTE_ADDR']?>" />
					<input type="hidden" name="action" value="really_reactivate" />
                    <div style="height:25px;"></div>
                    <input type="submit" name="submit" value="REDUCE MY FEE" class="bold"
                                style="
                                        width:100%;
                                        height:50px; 
                                        padding:10px 25px; 
                                        cursor:pointer; 
                                        border-radius: 6px; 
                                        background: #d9534f; 
                                        border: 1px solid #d43f3a; 
                                        color:white; 
                                        font-size:16px;" />
                </div>
            </form>
           	<div class="relative block" style="height:64px;"></div>
        </div>
<?
$tracker = "https://www.surfcrm.com/lcapi/KeywordImpressionTracking.php" . "?";
$tracker .= "site=nusaf" . "&";
$tracker .= "ip_address=" . $_SERVER['REMOTE_ADDR'] . "&";
$tracker .= "keywords=" . urlencode($_SESSION['keywords']) . "&";
$tracker .= "landing_page=" . urlencode($_SESSION['landing_page']) . "&";
$tracker .= "referer_domain=" . urlencode($_SESSION['referer_domain']);
?>    
<img src="<?=$tracker?>" />
<?
if (isset($_SERVER['HTTPS']))
{
	?>
	<img src="https://www.surfcrm.com/tracker/server/tracker.php?<?=$trackerparams?>" />
	<? 	
}
else
{
	?>
	<img src="http://www.surfcrm.com/tracker/server/tracker.php?<?=$trackerparams?>" />
	<?
}
?>
<!--BEGIN Google Analytics Code for every page -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<?
	$current_page = '';
	$stack = get_included_files();
	$pageList = array(
						'order.php',
						'header.php',
						'keyword_parser.php',
						'header_20.php',
						'functions.includes2.php',
						'terms_textarea.php',
						'ads.php',
						'footer_20.php',
						'sidebar.php',
						'header2.php',
						'footer2.php',
						'php_header.php',
						'globals.php',
						'functions.includes.php',
						'LCAPI.php',
						'TrackerLib.php',
						'Yahoo.php',
						'MIVA.php',
						'Unknown.php',
						'footer.php'
					);
	foreach($stack as $s) 
	{
		if(!in_array(basename($s), $pageList)) 
		{
			$current_page = basename($s);
		}
	}
?>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11520596-2");
pageTracker._setDomainName(".NewUsaFunding.com");
pageTracker._trackPageview('<?= $current_page;?>');
} catch(err) {}
</script>
<!-- END Google Analytics Code for every page -->
 	</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit