| 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.org/v3/ |
Upload File : |
<?
$_SITE_CODE = 'usaga';
$_SITE_NAME = "USA Grant Applications";
$_SITE_EMAIL = 'support@usagrantapplications.org';
$_SITE_PHONE = '1-888-261-4837';
$_SITE_ADDR = '29L ATLANTIC AVE #112, OCEAN VIEW, DE 19970';
$_INITIAL_FEE = 29.95;
$_MONTHLY_FEE = 29.95;
$_VSA_PRICE = $_INITIAL_FEE*.80;
$_MONTHLY_TRIAL = 30; //days
$initial_fee = $_INITIAL_FEE;
$monthly_fee = $_MONTHLY_FEE;
$vsa_price = $_VSA_PRICE;
$monthly_trial = $_MONTHLY_TRIAL;
$STATES = array();
$STATES['AL'] = 'Alabama';
$STATES['AK'] = 'Alaska';
$STATES['AS'] = 'American Samoa';
$STATES['AZ'] = 'Arizona';
$STATES['AR'] = 'Arkansas';
$STATES['CA'] = 'California';
$STATES['CO'] = 'Colorado';
$STATES['CT'] = 'Connecticut';
$STATES['DE'] = 'Delaware';
$STATES['DC'] = 'District of Columbia';
$STATES['FM'] = 'Federated Sates of Micronesia';
$STATES['FL'] = 'Florida';
$STATES['GA'] = 'Georgia';
$STATES['GU'] = 'Guam';
$STATES['HI'] = 'Hawaii';
$STATES['ID'] = 'Idaho';
$STATES['IL'] = 'Illinois';
$STATES['IN'] = 'Indiana';
$STATES['IA'] = 'Iowa';
$STATES['KS'] = 'Kansas';
$STATES['KY'] = 'Kentucky';
$STATES['LA'] = 'Louisiana';
$STATES['ME'] = 'Maine';
$STATES['MD'] = 'Maryland';
$STATES['MH'] = 'Marsharll Islands';
$STATES['MA'] = 'Massachusetts';
$STATES['MI'] = 'Michigan';
$STATES['MN'] = 'Minnesota';
$STATES['MS'] = 'Mississippi';
$STATES['MO'] = 'Missouri';
$STATES['MT'] = 'Montana';
$STATES['NE'] = 'Nebraska';
$STATES['NV'] = 'Nevada';
$STATES['NH'] = 'New Hampshire';
$STATES['NJ'] = 'New Jersey';
$STATES['NM'] = 'New Mexico';
$STATES['NY'] = 'New York';
$STATES['NC'] = 'North Carolina';
$STATES['ND'] = 'North Dakota';
$STATES['MP'] = 'Northern Mariana Islands';
$STATES['OH'] = 'Ohio';
$STATES['OK'] = 'Oklahoma';
$STATES['OR'] = 'Oregon';
$STATES['PW'] = 'Palau';
$STATES['PA'] = 'Pennsylvania';
$STATES['PR'] = 'Puerto Rico';
$STATES['RI'] = 'Rhode Island';
$STATES['SC'] = 'South Carolina';
$STATES['SD'] = 'South Dakota';
$STATES['TN'] = 'Tennessee';
$STATES['TX'] = 'Texas';
$STATES['UT'] = 'Utah';
$STATES['VT'] = 'Vermont';
$STATES['VI'] = 'Virgin Islands';
$STATES['VA'] = 'Virginia';
$STATES['WA'] = 'Washington';
$STATES['WV'] = 'West Virginia';
$STATES['WI'] = 'Wisconsin';
$STATES['WY'] = 'Wyoming';
//ksort($STATES);
$businessgrants = array('Small Business Funding','Small Business Management',
'Start-up Business Capital','Business Expansion Capital',
'Home Business Assistance','Women-Owned Business Funding',
'Small Business Loans','Minority-Owned Business Funding',
'Private Money','Venture Capital');
$realestategrants = array('1st Time Home Buyer','Mobile Homes / Parks',
'Rental Housing Projects','Commercial Property',
'Apartment Buildings','Land Development',
'RV Parks','New Construction');
$educationgrants = array('Federal Pell Grants','Scholarships',
'Student Financial Aid','Training Grants',
'Tuition Assistance','Grants for Research',
'Stafford Loans','Grants for Universities');
$personalgrants = array('Home Repair','Rent Assistance','Child Care',
'Food & Nutrition','Personal Grants',
'Medical Bills Assistance','Utility Bill Assistance');
$women = array('Education / Tuition','Personal Assistance',
'Business','Research','Housing','Real Estate',
'1st Time Home Buyer');
$seniors = array('Education / Tuition','Personal Assistance',
'Business','Research','Housing','Real Estate',
'1st Time Home Buyer');
$minorities = array('Education / Tuition','Personal Assistance',
'Business','Research','Housing','Real Estate',
'1st Time Home Buyer');
$faith = array('Christian', 'Jewish', 'Charitable Aid', 'Foster Care', 'Poverty Assistance', 'Minorities', );
$nonprofit = array('Art / Performing Arts', 'History / Humanities', 'Community Planning', 'Community Development',
'Education', 'Small Business', 'Animal Preservation', 'Housing', 'Disaster Prevention', 'Disaster Relief',
'Hazard Mitigation', 'Property Repair', 'Arrest Programs', 'Correctional Facilities Improvment', 'Drug Abuse Treatment');
$disabled = array('Rehabilitation',' Education / Tuitiion', 'Medical Assistance', 'Social Security',
'Visual / Hearing Impaired', 'Physical Disability', 'Mental Disability');