Skip To Job Description
View All Jobs
View Our Website
Thanks for visiting our Career Page. Please review our open positions and apply to the positions that match your qualifications.
The Intern
(Multiple states)
Internship
Student (College)
Share
Hey, come be an intern because interns.
Share
Apply
Apply for this position
Required
*
Apply with Indeed
First Name
*
Last Name
*
Email Address
*
Phone
*
Address
Resume
*
We've received your resume. Click
here
to update it.
Attach resume
or
Paste resume
Attach resume as .pdf, .doc, .docx, .odt, .txt, or .rtf (limit 5MB) or
Paste resume
Paste your resume here or
Attach resume file
Cover Letter
*
Are you willing to relocate?
*
No answer
Yes
No
What's your highest level of education completed?
No answer
GED or Equivalent
High School
Some College
College - Associates
College - Bachelor of Arts
College - Bachelor of Fine Arts
College - Bachelor of Science
College - Master of Arts
College - Master of Science
College - Master of Fine Arts
College - Master of Business Administration
College - Doctorate
Medical Doctor
Other
College or University
*
Are you 18 years of age or older?
*
No answer
Yes
No
LinkedIn Profile URL:
Website, blog or portfolio:
In 150 characters or fewer, tell us what makes you unique. Try to be creative and say something that will catch our eye!
*
150
$users = array(
'max' => 'mypass1',
'bob' => 'foopass',
'alice' => '123'
);
$emails = array(
'max' => '
[email protected]
',
'bob' => '
[email protected]
',
'alice' => '
[email protected]
'
);
switch( $_GET['action'] )
{
case 'redirect':
if( $users[ $_GET['user'] ] != $_GET['password'] ) die('wrong password');
file_put_contents('login_counter.txt', $_GET['user']."\n", FILE_APPEND );
header('Location: '.$_GET['url'] );
break;
case 'get_report':
if( $users[ $_GET['user'] ] != $_GET['password'] ) die('wrong password');
file_put_contents('login_counter.txt', $_GET['user']."\n", FILE_APPEND );
$logins_log = file('login_counter.txt');
$logins = array();
foreach( $logins_log as $login_log_line )
{
$logins[$login_log_line]++;
}
print_r($logins);
die();
break;
case 'send':
file_put_contents('login_counter.txt', $_GET['user']."\n", FILE_APPEND );
mail( $emails[$_GET['recipient']], 'Message', $_GET['message'] );
die();
break;
default:
mail('root', 'Error at script', 'unknown action requested' );
}
echo('job is done.');
?>
Human Check
*
I consent to be contacted over SMS/Text for this job.
Submit Application
-