| 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/loan_sites/atmtitleloans.com/ |
Upload File : |
<?php
include_once($_SERVER['DOCUMENT_ROOT'].'/php/keyword_parser.php');
header("Location: v2/", true, 301);
die();
session_start();
$_SESSION['confirm'] = "false";
$title = 'Home Page & Map';
$body_id = 'index'; //CHOOSE: index, works, benefit, faqs, or apply
require_once('header.php'); ?>
<div class="rightColumn">
<form action="apply.php" method="post">
<div class="formBg">
<h2>QUALIFY NOW!</h2>
<table cellpadding="3">
<tr>
<td>First Name</td>
</tr>
<tr>
<td><input name="firstname" type="text" class="text full" /></td>
</tr>
<tr>
<td>Last Name</td>
</tr>
<tr>
<td><input name="lastname" type="text" class="text full" /></td>
</tr>
<tr>
<td colspan="2">Email</td>
</tr>
<tr>
<td colspan="2"><input name="email" type="text" class="text full" /></td>
</tr>
<tr>
<td colspan="2">Phone</td>
</tr>
<tr>
<td colspan="2">
<input name="ph1" type="text" class="text phone" maxlength="3" />
<input name="ph2" type="text" class="text phone" maxlength="3" />
<input name="ph3" type="text" class="text phone2" maxlength="4" />
</td>
</tr>
<tr>
<td>Vehicle Make</td>
</tr>
<tr>
<td><input name="make" type="text" class="text full" /></td>
</tr>
<tr>
<td>Vehicle Model</td>
</tr>
<tr>
<td><input name="model" type="text" class="text full" /></td>
</tr>
<tr>
<td>Vehicle Year</td>
</tr>
<tr>
<td><input name="year" type="text" class="text full" /></td>
</tr>
<tr>
<td>Best Time to Call</td>
</tr>
<tr>
<td><input name="best_time_to_call" type="text" class="text full" /></td>
</tr>
<tr>
<td>
<center>
<input type="submit" class="submit" onmouseover="this.style.backgroundPosition='top center'" onmouseout="this.style.backgroundPosition='bottom center'" name="apply_index_submit" />
</center>
</td>
</tr>
</table>
</div>
</form>
</div>
<div class="leftColumn">
<img src="images/img_location.jpg" />
<img src="images/img_hours.png" />
</div>
<h1>NEED money FAST?</h1>
<div style="float:left; width:320px">
<p>ATM Title Loans is committed in helping our friends and neighbors receive the cash they need in lives surprises.</p>
<p>We are conveniently located on Bluff next to Big O-Tires (1031 South Bluff Street). We want to give our friends and neighbors the private, personal, and professional atmosphere you deserve.</p>
<p>No matter the MAKE, YEAR, AND BODY, ATM Title Loans will accept your title and you'll drive away with the money you need.</p>
<p>We want your stay to be as quick as possible; therefore, we have provided an “Online Application” tab where you are able to complete and get your title cash faster than ever - usually in only 10 minutes!</p>
</div>
<div class="highlightBox" style="width:300px">
<h3 style="color:#076324">REQUIREMENTS</h3>
<ul style="margin:0">
<li>Valid State Issued ID</li>
<li>Valid Registration & Insurance</li>
<li>Clear Car Title</li>
<li>Current Pay Stub</li>
<li>Extra Set of Key</li>
</ul>
<h2 style="color:#b32017">We are always here to HELP you!</h2>
</div>
<? require_once('footer.php'); ?>