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/americasgotfunding.com/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/americasgotfunding.com/selector.php
<?php require_once($_SERVER['DOCUMENT_ROOT'].'/assets/includes/php_header.php'); ?>
<!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" />
<meta name="viewport" content="width=device-width" />
<title>America's Got Funding - Select Your Funding</title>
<style type="text/css">
<!--
@font-face {
  font-family: 'ErasBD';
  src: url('assets/fonts/erasbd-webfont.eot');
  src: local('☺'),
	url("assets/fonts/erasbd-webfont.woff") format("woff"),
	url("assets/fonts/erasbd-webfont.ttf") format("opentype"),
	url("assets/fonts/erasbd-webfont.svg#ErasBD") format("svg");
	}
@font-face {
  font-family: 'TexGyre';
  src: url('assets/fonts/texgyreadventor-regular-webfont.eot');
  src: local('☺'),
	url("assets/fonts/texgyreadventor-regular-webfont.woff") format("woff"),
	url("assets/fonts/texgyreadventor-regular-webfont.ttf") format("opentype"),
	url("assets/fonts/texgyreadventor-regular-webfont.svg#TexGyre") format("svg");
	}

body {
	margin:0;
	background:url('assets/images/bgselector.jpg') center top no-repeat;
	}
	
h1	{
	font-family:'ErasBD';
	font-size:46px;
	color:#05307c;
	text-align:center;
	margin:0 auto 15px;
	}
h2	{
	font-family:'TexGyre';
	font-size:24px;
	margin:10px auto;
	}

a {text-decoration:none}

.logo {
	width:100%;
	height:110px;
	margin:15px auto 0;
	background:url('assets/images/logo.png') center top no-repeat;
	}
.size {
	width:1024px;
	margin:0 auto;
	}

.content {
	min-height:500px;
	width:100%;
	padding:5% 5% 1%;
	margin-bottom:50px;
	background:rgba(255,255,255,0.8);
	-webkit-box-shadow:0 4px 13px #0199d6;
	   -moz-box-shadow:0 4px 13px #0199d6;
			box-shadow:0 4px 13px #0199d6;
	}
.content, .btn_graphic {
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
	}
	
.btn_link {
	width:23%;
	text-align:center;
	display:inline-block;
	margin:20px 2% 10px 0;
	}
.btn_link:last-child {
	margin-right:0;
	}
	
.btn_graphic {
	width:100%;
	height:300px;
	border:12px solid rgba(255,255,255,0.4); 
	background-repeat:no-repeat;
	-webkit-transition:all 0.3s;
	   -moz-transition:all 0.3s;
			transition:all 0.3s;
	-webkit-box-shadow:0 0 15px #bbb;
	   -moz-box-shadow:0 0 15px #bbb;
			box-shadow:0 0 15px #bbb;
	}

.btn_education h2	{color:#4de2a4;}
.btn_realestate h2	{color:#4dcfe2;}
.btn_business h2	{color:#4b8cb6;}
.btn_personal h2	{color:#7ad58c;}

.btn_education .btn_graphic	{
	background-image:url('assets/images/btn_education.png');
	background-position:left top;
	}
.btn_realestate .btn_graphic	{
	background-image:url('assets/images/btn_realestate.png');
	background-position:left center;
	}
.btn_business .btn_graphic	{
	background-image:url('assets/images/btn_business.png');
	background-position:right top;
	}
.btn_personal .btn_graphic	{
	background-image:url('assets/images/btn_personal.png');
	background-position:center top;
	}

.btn_link:hover .btn_graphic {
	border:12px solid rgba(240,240,240,0.9);
	}
	
.btn_education:hover .btn_graphic {
	background-color:#4de2a4;
	-webkit-box-shadow:0 0 15px #4de2a4;
	   -moz-box-shadow:0 0 15px #4de2a4;
			box-shadow:0 0 15px #4de2a4;
	}
.btn_realestate:hover .btn_graphic {
	background-color:#4dcfe2;
	-webkit-box-shadow:0 0 15px #4dcfe2;
	   -moz-box-shadow:0 0 15px #4dcfe2;
			box-shadow:0 0 15px #4dcfe2;
	}
.btn_business:hover	 .btn_graphic {
	background-color:#4b8cb6;
	-webkit-box-shadow:0 0 15px #4b8cb6;
	   -moz-box-shadow:0 0 15px #4b8cb6;
			box-shadow:0 0 15px #4b8cb6;
	}
.btn_personal:hover .btn_graphic {
	background-color:#7ad58c;
	-webkit-box-shadow:0 0 15px #7ad58c;
	   -moz-box-shadow:0 0 15px #7ad58c;
			box-shadow:0 0 15px #7ad58c;
	}
@media screen and (max-width:1024px) {
	.size {
		width:768px;
	}
	h1	{font-size:40px;}
}
@media screen and (max-width:768px) {
	.size	{
		width:520px;
	}
	.btn_link {
		width:46%;
		margin:10px 4% 0 0;
	}
	.btn_link:nth-child(3) {
		margin:10px 0 0;
	}
	.btn_graphic {
		height:140px;
		background-size:100% auto;
	}
	.btn_link h2 	{font-size:18px;}
	.btn_link h2 br {display:none;}
}
@media screen and (max-width:520px) {
	.size	{
		width:420px;
	}
	h1	{font-size:30px;}
@media screen and (max-width:420px) {
	.size	{
		width:320px;
	}
	h1	{font-size:28px;}
	.btn_link {
		width:100%;
		margin:10px 0 0;
	}
}
-->
</style>
</head>

<body>
    <div class="size">
    	<div class="logo"></div>
        <div class="content">
        	<h1>Click on the Funding You Want!</h1>
            <a href="SCHOOL-GRANT.php?tc=<?= $tc; ?><?= $params; ?>" class="btn_link btn_education">
            	<div class="btn_graphic"></div>
                <h2>TUITION <br />EDUCATION</h2>
            </a>
            <a href="HOME-GRANTS.php?tc=<?= $tc; ?><?= $params; ?>" class="btn_link btn_realestate">
            	<div class="btn_graphic"></div>
                <h2>REAL ESTATE <br />HOUSING</h2>
            </a>
            <a href="BIZ-GRANTS.php?tc=<?= $tc; ?><?= $params; ?>" class="btn_link btn_business">
            	<div class="btn_graphic"></div>
                <h2>BUSINESS <br />RELATED</h2>
            </a>
            <a href="NewGrants?apptype=personal_funding&tc=<?= $tc; ?><?= $params; ?>" class="btn_link btn_personal">
            	<div class="btn_graphic"></div>
                <h2>PERSONAL <br />NEEDS</h2>
            </a>
        </div>
    </div>
    	<!--BEGIN Google Analytics Code for every page -->
		<script type="text/javascript">
		  var _gaq = _gaq || [];
		  _gaq.push(['_setAccount', 'UA-18289459-1']);
		  _gaq.push(['_setDomainName', '.americasgotfunding.com']);
		  _gaq.push(['_trackPageview']);
		
		  (function() {
		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
		  })();
		</script>
		<!-- END Google Analytics Code for every page -->
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit