| 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/fasttracktitleloans.com/ |
Upload File : |
<?php
ob_start();
include 'includes/autoload.php';
$page = 'index';
$form = 'full';
if(!empty($_GET['first_name'])) {
foreach($_GET as $k=>$v) {
$_SESSION['basic_form_filled_out'][$k] = $v;
}
header("Location: index.php");
exit(0);
}
if(!empty($_SESSION['basic_form_filled_out'])) {
foreach($_SESSION['basic_form_filled_out'] as $k=>$v) {
$_REQUEST[$k] = $v;
}
$_SESSION['basic_form_filled_out'] = array();
?>
<script type="text/javascript">
$('document').ready(function() {
alert('The reCaptcha response was incorrect.');
});
</script>
<?php
}
?>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h2>Apply for An Online Personal Loan in Utah</h2>
<p style="font-size:16px;">As one of the renowned personal loan lenders in Utah, we offer you fast and instant personal loan according to your need. Apply online for your personal loan today!
</br>
</br>
When times get tough for you, we don’t want to make them tougher. FAST TRACK LOANS is in the business of helping people get BACK ON TRACK with the CASH they need and treating them with the RESPECT they deserve in the process.</p>
<div class="col-md-6">
<h1 class="page-header">Signature Loan Advantages</h1>
<div class='loans-intro'>
<div class='row'>
<div class="content-box align_left wow slideInLeft animation-delay-1">
<h4>NO COLLARTERAL REQUIRED - Signature only</h4>
</div>
<div class="content-box align_left align_left wow slideInLeft animation-delay-2">
<h4 class="text-black">LOWER INTEREST RATES - Will always beat our competitors</h4>
</div>
<div class="content-box align_left wow slideInLeft animation-delay-3">
<h4>SET PAYMENTS - Principle and Interest is combined</h4>
</div>
<div class="content-box align_left wow slideInLeft animation-delay-4">
<h4 class="text-black">FLEXIBLE TERMS - Up to 6 months to repay</h4>
</div>
<div class="content-box align_left wow slideInLeft animation-delay-5">
<h4>FURIOUSLY FAST - Loan Money is deposited directly into your bank account within 30 minutes or less once you're approved</h4>
</div>
<div class="content-box align_left wow slideInLeft animation-delay-6">
<h4 class="text-black">CONVENIENT - Apply, get accepted, and even sign the contract online without ever leaving your home or getting out of your pajamas!</h4>
</div>
<div class="content-box align_left wow slideInLeft animation-delay-7">
<h4>EASY TO QUALIFY FOR - No Red Tape - Just 4 simple requirements:</h4>
<ol>
<li>Earn at least $500 of income every two weeks</li>
<li>Be on your current job at least 6 months</li>
<li>Have an active checking account</li>
<li>Be 18 years old and a legal U.S. Citizen</li>
</ol>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<h1 class="page-header">Personal Title Loan Advantages</h1>
<div class='loans-intro'>
<div class='row'>
<div class="content-box align_left wow slideInRight animation-delay-1">
<h4>LOWER INTEREST RATES - Will always beat our competitors</h4>
</div>
<div class="content-box align_left align_left wow slideInRight animation-delay-2">
<h4 class="text-black">NO DISCRIMINATION - When it comes to the make, model, mileage, year, and condition of the vehicle</h4>
</div>
<div class="content-box align_left wow slideInRight animation-delay-3">
<h4>FLEXIBLE PAYMENTS - We accept Debit Cards, Credit Cards, Cashier's Checks, Money Orders, Checks, Cash, Automtic Withdrawl from your bank or payments over the phone</h4>
</div>
<div class="content-box align_left wow slideInRight animation-delay-4">
<h4 class="text-black">FURIOUSLY FAST - 30 minutes or less</h4>
</div>
<div class="content-box align_left wow slideInRight animation-delay-5">
<h4>NO CREDIT CHECKS</h4>
</div>
<div class="content-box align_left wow slideInRight animation-delay-6">
<h4 class="text-black">NO REPO GUARANTEE - See store for details</h4>
</div>
<div class="content-box align_left wow slideInRight animation-delay-7">
<h4>EASY TO QUALIFY FOR - No Red Tape - Just 4 simple requirements:</h4>
<ol>
<li>Free and Clear Title</li>
<li>Two forms of I.D.</li>
<li>Proof of Insurance</li>
<li>Pay Stubs for your last two pay periods</li>
</ol>
</div>
</div>
</div>
</div>
</div>
<div class='clearfix'></div>
</div>
</div>
<br><br>
</section>
<section class='margin-bottom home-checklist'>
<div class='container'>
<div class='row'>
<div class='col-sm-10 col-sm-offset-1'>
<div class='jumbotron wow slideInUp animation-delay-1'>
<div class="col-sm-6">
<ul class="list-unstyled">
<li><i class='fa fa-check text-danger active'></i> FastTrack offers same day cash!</li>
<li><i class='fa fa-check text-danger active'></i> FastTrack has competitive rates!</li>
<li><i class='fa fa-check text-danger active'></i> FastTrack requires no collateral on signature loans!</li>
<li><i class='fa fa-check text-danger active'></i> FastTrack allows you to continue driving your vehicle on title loans!</li>
</ul>
</div>
<div class="col-sm-6">
<ul class='list-unstyled'>
<li><i class='fa fa-check text-danger active'></i> FastTrack welcomes all credit!</li>
<li><i class='fa fa-check text-danger active'></i> FastTrack offers quick approval – get your cash faster!</li>
<li><i class='fa fa-check text-danger active'></i> FastTrack may be able to pay off your current personal or title loan and get you a lower rate with us!</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<?php
$pageHtml = ob_get_clean();
include 'includes/layout.php';