Advertisement
Guest User

faq

a guest
Mar 14th, 2019
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 33.82 KB | None | 0 0
  1. <?php
  2. ob_start("ob_gzhandler");
  3. include_once('config.php');
  4. $state_arr = array("AK"=> "Alaska",
  5. "AL"=> "Alabama",
  6. "AR"=> "Arkansas",
  7. "AZ"=> "Arizona",
  8. "CA"=> "California",
  9. "CO"=> "Colorado",
  10. "CT"=> "Connecticut",
  11. "DC"=> "District of Columbia",
  12. "DE"=> "Delaware",
  13. "FL"=> "Florida",
  14. "GA"=> "Georgia",
  15. "HI"=> "Hawaii",
  16. "IA"=> "Iowa",
  17. "ID"=> "Idaho",
  18. "IL"=> "Illinois",
  19. "IN"=> "Indiana",
  20. "KS"=> "Kansas",
  21. "KY"=> "Kentucky",
  22. "LA"=> "Louisiana",
  23. "MA"=> "Massachusetts",
  24. "MD"=> "Maryland",
  25. "ME"=> "Maine",
  26. "MI"=> "Michigan",
  27. "MN"=> "Minnesota",
  28. "MO"=> "Missouri",
  29. "MS"=> "Mississippi",
  30. "MT"=> "Montana",
  31. "NC"=> "North Carolina",
  32. "ND"=> "North Dakota",
  33. "NE"=> "Nebraska",
  34. "NH"=> "New Hampshire",
  35. "NJ"=> "New Jersey",
  36. "NM"=> "New Mexico",
  37. "NV"=> "Nevada",
  38. "NY"=> "New York",
  39. "OH"=> "Ohio",
  40. "OK"=> "Oklahoma",
  41. "OR"=> "Oregon",
  42. "PA"=> "Pennsylvania",
  43. "RI"=> "Rhode Island",
  44. "SC"=> "South Carolina",
  45. "SD"=> "South Dakota",
  46. "TN"=> "Tennessee",
  47. "TX"=> "Texas",
  48. "UT"=> "Utah",
  49. "VA"=> "Virginia",
  50. "VT"=> "Vermont",
  51. "WA"=> "Washington",
  52. "WI"=> "Wisconsin",
  53. "WV"=> "WestVirginia",
  54. "WY"=> "Wyoming");
  55.  
  56.  
  57. function display_options_list($val_arr,$val='')
  58. {
  59.     $html = '';
  60.     foreach($val_arr as $val_code=>$val_name)
  61.     {
  62.         $html .= "<option value=\"".$val_code."\"";
  63.  
  64.         if($val_code == $val) $html .= " selected='selected'";
  65.  
  66.         $html .= ">".$val_name."</option>\n";
  67.     }
  68.     return $html;
  69. }
  70.  
  71. ?>
  72. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  73. <html xmlns="http://www.w3.org/1999/xhtml">
  74. <head>
  75. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  76. <title>Cash Advance & Payday Loan Customer Questions - AdvanceLoan</title>
  77. <meta name="description" content=" Questions and answers for payday advance loans from AdvanceLoan. Apply Online or Call 1-877-534-5330 now"/>
  78. <meta name="robots" content="noindex, follow">
  79. <meta name="verify-v1" content="7Chq413+nP7GgGn5EbpAszMru+9BP8GVyBS9xRimdUo="/>
  80. <link rel="stylesheet" type="text/css" href="<?php echo $CONF['INC_PATH'];?>style.css"/>
  81. <link type="text/css" rel="stylesheet" href="./calendar/dhtmlgoodies_calendar/dhtmlgoodies_calendar.css?random=20051112" media="screen"></link>
  82. <script src="includes/validator.js" type="text/javascript"></script>
  83. <script src="includes/date.format.js" type="text/javascript"></script>
  84. <script type="text/javascript" src="./calendar/dhtmlgoodies_calendar/dhtmlgoodies_calendar.js?random=20060118"></script>
  85. <meta name="verify-v1" content="Myi6b+7eaue3QCj1dqcZ6Bm7W4KBJBKTETpOmr9VUvQ=" />
  86. <style type="text/css">
  87. .mylink span  a:hover {font-weight:normal;text-decoration:none;}
  88.  
  89.  
  90. </style>
  91. </head>
  92. <?php  
  93.  
  94. $type=explode("/",$_SERVER['REQUEST_URI']);
  95.  
  96. if(!empty($type[1]))
  97. {
  98.     $scriptCategoryname=basename($type[1],".php");
  99.     $pageName=$type[1];
  100. }
  101. $categoryName=ucwords($categoryName=str_replace("-"," ",$scriptCategoryname));
  102. $scriptName=substr($pageName,0,-4);
  103. $scriptName=ucwords($scriptName=str_replace("-"," ",$scriptName));
  104.  
  105. ?>
  106. <!-- header starts -->
  107. <body>
  108. <?php include_once($CONF['INC_REAL_PATH']."new_header.php");?>
  109. <!-- header ends -->
  110.  
  111. <!--start middle-->
  112. <table width="762" border="0" cellspacing="0" cellpadding="0" class="main">
  113. <tr>
  114.     <td width="541" rowspan="2" class="apply-bg" valign="top"> 
  115.     <!-- MAIN FORM STARTS-->
  116.     <div style="position:relative;">
  117.     <div style="position:absolute; width: 130px; left:370px; top:-225px" class="phone-txt">Apply Online or by Phone Toll Free at: <span style="font-size:15px;"><br/>1-877-534-5330</span></div></div>
  118.         <table align="left"  cellpadding="0" cellspacing="0" border="0" width="100%">
  119.     <tr>
  120.     <td colspan="3">
  121.         <table border="0" cellpadding="0" cellspacing="0" width="515">
  122.                         <tr><td height="20">
  123. <h1>FAQ's</h1><br/><br/>
  124. <p>If you are looking for answers to any payday <a href="https://www.advanceloan.net/">cash advance loans</a> questions that you may have please see<br/> the information below which should be helpful for you. We have listed
  125. the questions that <br/>we most often get asked by people using the AdvanceLoan website.</p>
  126.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What exactly is an online payday loan?</h2>
  127.             <p>A payday loan is a small unsecured loan, usually for $100 to $1,000, which is <br>designed to meet your emergency financial needs until your next payday. Essentially, you are making <br>out a check for the advanced loan amount, plus a fee to the lender, to be held until your next payday.</p><p>Payday loans are also known as a cash advance, short term loans, payday advances, <br>cash loans, deferred deposit and a number <br>of other terms. No matter what you call them, payday loans can get you through a short term <br>financial crisis.</p><br><p>Charges are often shown as an APR percentage rate which represents the interest rate for a <br>whole year. This can seem somewhat high but you should remember that payday loans are usually only <br>held for a few weeks at the very most so the actual amount you pay is relatively small.</p><p>AdvanceLoan.net is here to help you find an honest <a href="https://www.ftc.gov/news-events/media-resources/consumer-finance/payday-lending">payday loan lender</a>. We present your completed application to our vast network of direct lenders in order to find a lender that is most likely to approve your loan quickly. By searching for a payday loan through AdvanceLoan.net, you can be sure that your application has been reviewed by the leading companies in the <a href="https://en.wikipedia.org/wiki/Payday_loans_in_the_United_States
  128. ">payday loan industry</a>.</p>
  129.  
  130.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What are the requirements for a cash advance loan?</h2>
  131.             <p>The minimum requirements for a payday loan are:</p><p>1. You must be at least 18 years of age or older</p>           <p>2. Have a job (or another regular source of income)</p><p>3. You must have an active open bank account</p><p>To be approved for a loan, you need to meet all the requirements of the specific lender with whom you are connected. The lender will evaluate your application and determine whether you are eligible for a loan based on its own set of approval criteria. Factors such as your income, the  direct deposit of your salary into your bank account, past payday loan history and your state of residence, may affect the approval of your loan.</p><p>If your application is accepted by a payday lender, your assigned lender may contact you directly to ask for additional information in order to fully approve the application. Payday lenders utilize proprietary criteria to evaluate applicants and will approve your loan when your application matches their individual set of criteria.</p><p>In order to increase your chances of getting correctly matched with a lender and ultimately approved for a loan, please be sure to fill out our application with honest, verifiable information. For example, entering your cell phone number instead of your home phone makes it more difficult to verify your information. In fact many lenders will not accept applications that cannot be completely verified. We do our best to find a suitable lender for you, but unfortunately there's no cast iron guarantee that your loan application will be accepted.</p>
  132.  
  133.  
  134.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">How long do I have to pay back a payday advance loan? </h2></p>
  135.                 <p>Your loan is normally due to be paid back on your next pay date. However, most lenders will allow you to extend your loan by paying an additional fee.</p><p>Once you are matched with a lender, you will be directed to the lenders loan documents. Here you can find specific instructions regarding what happens when your loan is due. You typically have the following options:</p><p>* Do nothing at all and your loan will auto-finance</p><p>* Pay off the loan in full</p><p>* Renew the loan and pay interest and fees only</p><p>* Renew the loan and pay interest and part of the principal</p><p>Please contact your lender directly if you have any repayment questions.</p>
  136.  
  137.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">How quickly can I get my money?</h2>
  138.     <p>Payday lenders typically process the loan immediately so that it will be available in your bank account the next business day after the loan is approved. Some lenders have the ability to wire the money to your bank account immediately. If you apply on a weekend or holiday, the money will be sent to you the next business day.
  139.  
  140.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What hours is your service available?</h2>
  141.             <p>We accept applications 24 hours a day, 7 days a week, every day of the year. However, once your application is submitted  to a payday lender, sometimes its procedures require additional verification which can only be carried out during normal business hours. Please remember that the lenders can only electronically deposit money to your bank account on days when your bank is open.</p><p>You can submit your loan application to us at any time, 24 hours a day, 7 days a week. </p>
  142.  
  143.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">How do bank holidays affect my loan?</h2>
  144.             <p>The following bank holidays are observed by Federal Banks and their branches:<br/>New Years Day<br/>Martin Luther King, Jr. Day<br/>Presidents Day</p><p>Memorial Day</p><p>Independence Day</p><p>Labor Day</p><p>Columbus Day</p><p>Veterans Day</p><p>Thanksgiving Day</p><p>Christmas Day<br/>For holidays that fall on Saturday, Federal Reserve Banks and branches open the preceding Friday. For holidays that fall on Sunday, Federal Reserve Banks and branches close the following Monday.</p><p>If your loan is approved on a weekend or bank holiday, typically your funds will be sent on the next business day. You should contact the lender directly to confirm exactly when the money will be deposited and the ACH department of your bank to verify that the funds have been credited into your account.</p>
  145.  
  146.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">How much money can I have advanced to me?</h2>
  147.             <p>AdvanceLoan will help you borrow between $100 to $1,000, based upon the information that you provide to us in the loan application. At first your lender may offer you a smaller loan until you establish a payment history with them.</p><p>Always remember that once you have built up some history with the payday lender they are more likely to offer you more. This may only take a short time to achieve.</p>
  148.  
  149.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What if I do not get approved for a loan by the lender you matched me with?</h2>
  150.             <p>AdvanceLoan works with a vast network of payday loan lenders; however, we cannot realistically guarantee that we can find a lender for you. If you are not matched with a lender at first, here are a few suggestions to improve your chances if you chose to re-apply:</p><p>* Time of Day: Many lenders do not accept applications outside of normal business hours. You may want to re-apply during regular business hours Monday - Friday 8 AM to 5 PM EST.</p><p>* Direct Deposit: Many lenders favor customers whose paycheck is directly deposited into their bank account by their employers. If you do not have direct deposit, please ask your employer to enroll you in their direct deposit program and then come back and re-apply.</p><p>* Outstanding Payday Loans: Many lenders will not issue payday loans if you have too many current loans outstanding. Once you have paid off your other loans, come back and re-apply.</p>
  151.  
  152.  
  153.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">Do I need to fax any information to apply for a cash advance?</h2>
  154.             <p>No, the application process does not require any faxed documents. However, your lender may ask you to fax over certain information such as a paystub, if they are unable to verify information in your application.</p>
  155.  
  156.  
  157.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">Are there consequences if I miss a payment, pay after my due date or completely fail to pay the loan back?</h2>
  158.             <p>When you are approved for a loan that is offered by a lender that you have been matched with, you must accept the terms and conditions associated with accepting the loan offer. One of the most important terms of the loan is that you must pay back the loan on time. If you miss a payment, pay your loan late or completely fail to pay back the loan, it is possible that the lender will charge additional fees for your failure to comply with their terms. It is also possible that your loan will be handed over to a debt collection agency. Any failure to pay the loan back as agreed upon can result in a report to a consumer reporting agency. Reporting a failure to pay to these agencies may unfortunately negatively affect your credit history.</p><p>It is your responsibility to make yourself familiar with the terms and conditions of a loan. If you find yourself having trouble making a payment, you should contact the lender immediately and let them know your situation. Lenders are often willing to postpone payment due dates or lower monthly payments for a temporary period of time to assist you. Contact your lender directly for the answer to any questions you may have concerning the terms of the loan.</p>
  159.  
  160.  
  161.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What is the Payday Lenders code of practice?</h2>
  162.             <b>Truth In Lending Act</b>
  163. <p>Consumers using the AdvanceLoan website should be aware that the practices and policies of Advanceloan.net strictly adhere to the regulations of the Truth in Lending Act. Before initiating any loan, a consumer should be able to see exact interest rates, charges, details of the loan and any other fees without any obligation to take out the loan. As different states have different laws it's recommended that consumers view the state regulations on this page. </p>                 <p>In addition to the above any lender that chooses to participate in our matching service must agree to the regulations listed below.</p>
  164.                            
  165.                     <p>&#8226; Any personal information gathered from borrowers may not be sold by lenders for marketing purposes. The lender may not attempt to sell products of services to the borrower that are not related to the loan.<br/><br/>
  166.  
  167. &#8226; Information is only to be used by the lender to communicate directly with the borrower regarding the loan. This information may not be given to a third party.<br/><br/>
  168.  
  169. &#8226; Lenders are required to provide borrowers with a phone number for customer service concerns. The phone number must be a current number that is accessible on a regular basis. The lender is required to respond to any customer questions within two business days. All responses should be courteous and professional.<br/><br/>
  170.  
  171. &#8226; Terms and conditions of the loan must be completely outlined by the lender before the borrower agrees to the loan offer. The terms and conditions that must be available to borrowers prior to agreeing to the loan are listed below.
  172. <br/><br/>
  173. - The exact amount of the loan that is offered<br/><br/>
  174.  
  175. - The length of the loan<br/><br/>
  176.  
  177. - The amount and frequency of loan payments<br/><br/>
  178.  
  179. - Fees and interest details<br/><br/>
  180.  
  181. - Details regarding failure to pay, missed payments and late payments<br/><br/>
  182.  
  183. &#8226; Lenders are required to comply with all federal and state laws related to collection procedures.<br/><br/>
  184. &#8226; Lenders are required to comply with all federal and state laws related short term lending.<br/><br/>
  185. </p>
  186. <p>
  187. We take the time to make sure that lenders are complying with the regulations outlined above. If a lender is found to be operating outside of these regulations, we reserve the right to suspend or terminate the lender from our matching service and loan and any other fees.
  188.  
  189. </p>
  190.  
  191.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What is the renewal policy on these payday loans?</h2>
  192.             <p>Each lender reserves the right to maintain its own renewal policy. Some lenders are willing to offer a loan with alternative payment plans. Be aware that these alternative plans may be subject to additional fees. Also be sure to thoroughly read the terms and conditions before requesting an alternative payment plan. If you are confused about any of the terms and conditions, contact your lender to request clarification. Be sure to tell them that you were matched with them using our service. Any issues with reaching your lender should be discussed with us immediately.</p>
  193.  
  194.  
  195.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">What is the APR rate for these loans?</h2>
  196.             <p>Once you have completed and submitted the no-obligation online application form you will see the exact APR rate and terms for your loan.
  197. If the APR rate and terms are acceptable then you can go ahead and apply for the loan. If they are not acceptable or you change your mind and want to cancel, you can do so without any obligation to continue.</p>
  198.                     <p>
  199.                     It is important to review all the information regarding the loan before you agree to it.<br/>
  200. <br/>
  201. We require all lenders to provide clear information to borrowers. Do not agree to the loan unless you completely understand this information fully.<br/><br/>
  202.  
  203. It is not necessary for borrowers to accept the terms and conditions of the loan. However, be aware that you will not be eligible to receive the loan if you do not agree with the terms.
  204.  
  205.  
  206.                     </p>
  207. <p>
  208. <b>APR example</b> <br/>
  209. APR rates range from from 260% to 1042% depending on your location and personal circumstances. Please see the table below for the minimum and maximum borrowing costs for a loan over 14 days. </p>             </td>
  210. </tr>
  211. <tr>
  212. <td style="padding-top:30px;">
  213. <table class="imagetable">
  214.   <tr >
  215.     <td style="background:#2F9AD2; color: #FFFFFF;font-size: 14px;font-weight:bold;" align="center" colspan="5">Rate/fee Projections - Cost per amount borrowed over 14 days</td></tr>
  216.   <tr>
  217.       <th>Loan Amount</th>
  218.       <th>Lowest Rate</th>
  219.       <th>Repayment</th>
  220.       <th>Highest Rate</th>
  221.       <th>Repayment</th>
  222.   </tr>
  223.   <tr>
  224.       <td>$100*</td>
  225.       <td>$10*</td>
  226.       <td>$110*</td>
  227.       <td>$35*</td>
  228.       <td>$135*</td>
  229.   </tr>
  230.    <tr>
  231.       <td>$200*</td>
  232.       <td>$20*</td>
  233.       <td>$220*</td>
  234.       <td>$70*</td>
  235.       <td>$270*</td>
  236.   </tr>
  237.    <tr>
  238.       <td>$300*</td>
  239.       <td>$30*</td>
  240.       <td>$330*</td>
  241.       <td>$105*</td>
  242.       <td>$405*</td>
  243.   </tr>
  244.    <tr>
  245.       <td>$400*</td>
  246.       <td>$40*</td>
  247.       <td>$440*</td>
  248.       <td>$140*</td>
  249.       <td>$540*</td>
  250.   </tr>
  251.    <tr>
  252.       <td>$500*</td>
  253.       <td>$50*</td>
  254.       <td>$550*</td>
  255.       <td>$175*</td>
  256.       <td>$675*</td>
  257.   </tr>
  258.    <tr>
  259.       <td>$600*</td>
  260.       <td>$60*</td>
  261.       <td>$660*</td>
  262.       <td>$210*</td>
  263.       <td>$810*</td>
  264.   </tr>
  265.    <tr>
  266.       <td>$700*</td>
  267.       <td>$70*</td>
  268.       <td>$770*</td>
  269.       <td>$245*</td>
  270.       <td>$945*</td>
  271.   </tr>
  272.    <tr>
  273.       <td>$800*</td>
  274.       <td>$80*</td>
  275.       <td>$880*</td>
  276.       <td>$280*</td>
  277.       <td>$1080*</td>
  278.   </tr>
  279.    <tr>
  280.       <td>$900*</td>
  281.       <td>$90*</td>
  282.       <td>$990*</td>
  283.       <td>$315*</td>
  284.       <td>$1215*</td>
  285.   </tr>
  286.    <tr>
  287.       <td>$1000*</td>
  288.       <td>$100*</td>
  289.       <td>$1100*</td>
  290.       <td>$350*</td>
  291.       <td>$1350*</td>
  292.   </tr>
  293.   <tr><td style="background:#fff;" colspan="5">*Shows the minimum and maximum possible charges per amount borrowed over 14 days. Effective APR rates 260% - 1042%</td></tr>
  294.  
  295.  
  296.  
  297.             <h2 class="articleHead" style="padding-top:15px;padding-right:80px; align:justify;">Guide to State By State Payday Loan Laws</h2>
  298.             <p>Each state enforces different payday loan laws from others. These rules regulate the term, cost and size of a payday loan. Some also prohibit coercive collection practices or ban certain types of fees. Many states apply very few restrictions, while others completely prohibit such lending. This guide offers a comprehensive look at each state's laws.</p>
  299.                    
  300.                    
  301.                     <p>&#8226; Alabama caps payday loans at $500, with up to 17.5 percent interest. It also limits the number of loan "rollover" periods. Loan terms range from 10 to 31 days.<br/><br/>
  302.  
  303. &#8226;  Alaska requires a minimum loan term of 14 days and limits the principal to $500. Interest is capped at 15 percent and lenders cannot use aggressive collection practices.<br/><br/>
  304.  
  305. &#8226; Arizona enforces a ban on payday lending. In the past, the Grand Canyon State imposed a 15 percent limit on interest rates.<br/><br/>
  306.  
  307. &#8226; Arkansas also prohibits such lending. Before banning it, the state limited interest to 10 percent and capped loans at $400.<br/><br/>
  308.  
  309. &#8226; California maintains a payday loan limit of $300 and restricts interest rates to no more than 15 percent. It caps some types of loans at 10 percent. The term cannot exceed 31 days.<br/><br/>
  310. &#8226; Colorado allows terms up to 40 days, but each borrower may only hold one payday loan at a time. Interest can be as high as 20 percent on loans up to $300. The state caps it at 7.5 percent on amounts between $300 and the $500 maximum.<br/><br/>
  311.  
  312. &#8226; Connecticut does not regulate payday loan fees or interest rates.<br/><br/>
  313.  
  314. &#8226; Delaware permits terms up to 60 days. Individuals can borrow a maximum of $500. There is no interest rate limit.<br/><br/>
  315.  
  316. &#8226; The District of Columbia does not allow payday lending. It previously capped loans at $1,000.<br/><br/>
  317.  
  318. &#8226; Florida restricts payday loans to a maximum of $500. It allows lenders to charge up to 10 percent interest, plus a $5 verification fee. Terms range from one week to 31 days.<br/><br/>
  319.  
  320. &#8226; Georgia's laws prohibit most lenders from demanding high interest rates on loans under $3,000. This effectively bans payday lending.<br/><br/>
  321.  
  322. &#8226; Hawaii maintains a loan term limit of 32 days and a maximum principal of $600. It limits check-cashing fees on deferred deposits to 15 percent.<br/><br/>
  323.  
  324. &#8226; Idaho caps payday loans at $1,000. It does not regulate terms, fees or rates.<br/><br/>
  325.  
  326. &#8226; Illinois limits interest and fees to a total of 15.5 percent. On a monthly basis, the borrower must earn at least four times the principal of a loan. Terms can be as short as 13 days or as long as 45.<br/><br/>
  327.  
  328. &#8226; Indiana law calls for a minimum loan term of two weeks. The state doesn't allow loans of less than $50 or more than $500. Depending upon the principal, maximum rates range from 10 to 15 percent.<br/><br/>
  329.  
  330. &#8226; Iowa limits loans to 31 days and $500. Lenders can charge up to 15 percent interest on the initial $100 and 10 percent on additional funds.<br/><br/>
  331.  
  332. &#8226; Kansas caps loans at $500. Terms may range from one week to 30 days, and the maximum interest rate stands at 15 percent. Lenders cannot garnish military wages or offer over three payday loans to the same borrower in 30 days.<br/><br/>
  333.  
  334. &#8226; Kentucky bars lenders from charging fees and interest equal to more than 15 percent of the principal. It permits loans of up to $500 and terms ranging from 14 to 60 days.<br/><br/>
  335.  
  336. &#8226; Louisiana's laws cap the principal at $350 and allow loan terms of up to 60 days. Fees cannot exceed $45 or 16.75 percent.<br/><br/>
  337.  
  338. &#8226; Maine does not regulate loan terms, fees or interest rates.<br/><br/>
  339.  
  340. &#8226; Maryland maintains strict interest rate controls that effectively ban payday lending.<br/><br/>
  341.  
  342. &#8226; Massachusetts also prohibits lending of this type.<br/><br/>
  343.  
  344. &#8226; Michigan allows payday lenders to issue loans of up to $600 for a maximum of 30 days. The top interest rates are tiered; they range from 11 to 15 percent.<br/><br/>
  345.  
  346. &#8226; Minnesota lets borrowers take out loans of up to $350 for a maximum of 30 days. Fees and interest cannot exceed $5.50 on amounts of $50 or less. Several different limits apply to other amounts.<br/><br/>
  347.  
  348. &#8226; Mississippi does not permit loans in excess of $400. It allows loan terms no longer than 30 days. Rates can be as high as 18 percent.<br/><br/>
  349.  
  350. &#8226; Missouri has one of the highest limits on interest and fees; lenders may charge up to 75 percent. Terms range from two weeks to 31 days. The state caps loans at $500.<br/><br/>
  351.  
  352. &#8226; Montana law restricts the length of payday loans to 31 days and does not allow interest to exceed 36 percent. Residents cannot borrow more than four times their monthly after-tax income. The principal may range from $50 to $300.<br/><br/>
  353.  
  354. &#8226; Nebraska lets payday lenders issue loans of up to $500 for a maximum of 31 days. It limits interest and fees to 15 percent.<br/><br/>
  355.  
  356. &#8226; Nevada applies very few restrictions. However, an individual may not borrow more than 25 percent of his or her typical monthly income.<br/><br/>
  357.  
  358. &#8226; New Hampshire does not allow payday lenders to charge fees in addition to interest. Each loan must have a principal of $500 or less and a term of seven to 30 days.<br/><br/>
  359.  
  360. &#8226; New Jersey has not enacted laws to regulate this type of lending.<br/><br/>
  361.  
  362. &#8226; New Mexico caps administrative fees at 15.5 percent and limits terms to 35 days. It also imposes borrower income restrictions.<br/><br/>
  363.  
  364. &#8226; New York doesn't regulate the fees on payday loans or restrict loan terms.<br/><br/>
  365.  
  366. &#8226; North Carolina prohibits payday lending.<br/><br/>
  367.  
  368. &#8226; North Dakota allows loans of up to $500 and maximum terms of 60 days. Lenders cannot charge interest rates over 20 percent, although some additional fees may apply.<br/><br/>
  369.  
  370. &#8226; Ohio strictly regulates payday loans. It caps annual interest at 28 percent and requires a minimum loan term of 31 days. The principal cannot exceed $500.<br/><br/>
  371.  
  372. &#8226; Oklahoma's laws permit payday loans of $500 or less. Terms range from 12 to 45 days. Lenders may charge a maximum of 15 percent interest on the first $300 and 10 percent on amounts over $300.<br/><br/>
  373.  
  374. &#8226; Oregon requires a loan term of 31 to 60 days. The principal cap is based on a borrower's income. Origination fees may not exceed $30 or 10 percent of the principal.<br/><br/>
  375. &#8226; Pennsylvania does not have payday lending laws.<br/><br/>
  376. &#8226; Rhode Island restricts loans to 15 percent interest and a $500 principal. The term must be at least 13 days.<br/><br/>
  377.  
  378. &#8226; South Carolina caps loan terms at 31 days, and individuals cannot borrow more than $300 at a time. Interest and fees may not exceed 15 percent.<br/><br/>
  379.  
  380. &#8226; South Dakota's laws don't place any limits on fees or interest rates. However, they do restrict loans to a maximum of $500.<br/><br/>
  381.  
  382. &#8226; Tennessee permits loan terms of up to 31 days. Loans may not exceed $500. Total fees are capped at 15 percent.<br/><br/>
  383.  
  384. &#8226; Texas allows terms of one week to 31 days. Lenders may charge a monthly fee of up to $10 and 48 percent annual interest.<br/><br/>
  385.  
  386. &#8226; Utah only restricts the number of times a loan can be rolled over.<br/><br/>
  387.  
  388. &#8226; Vermont allows payday lenders to charge any interest rate. The Green Mountain State doesn't regulate loan terms or apply any other special rules.<br/><br/>
  389.  
  390. &#8226; Virginia requires each loan to have a principal of no more than $500 and a term of at least one week. It caps interest at 15 percent, although lenders can add verification fees and penalties for late payments.<br/><br/>
  391.  
  392.  
  393. &#8226; Washington limits loan terms to 45 days and caps the principal at $700. Interest may not exceed 15 percent on the initial $500 or 10 percent on amounts over $500. Borrower income restrictions apply.<br/><br/>
  394.  
  395. &#8226; West Virginia's state government generally does not condone payday lending.<br/><br/>
  396.  
  397. &#8226; Wisconsin has relatively few laws governing payday loans. Borrowers may take out multiple loans, but the total amount cannot exceed $1,500. The state also prohibits lenders from charging database fees.<br/><br/>
  398.  
  399. &#8226; Wyoming limits loan terms to one month and does not allow lenders to roll over loans. It caps monthly interest and fees at 20 percent. However, lenders may charge $30 for 30-day loans under $150. <br/><br/>
  400.  
  401. </p>
  402.  
  403.            
  404. </td></tr>
  405.         </table>
  406.     </td>
  407.     </tr>
  408. </table>
  409.  
  410.  
  411.     <!-- MAIN FORM ENDS-->
  412.     </td>
  413.     <td class="rgt-pannel" width="222" valign="top" align="left">
  414.         <!-- RIGHT PANEL STARTS-->
  415.        
  416.        
  417. <table border="0" cellpadding="0" cellspacing="0">
  418.    
  419.     <tr>
  420.         <td valign="top" width="222" align="center" height="290">
  421.             <div  style="position:relative;">
  422.             <!-- Left Form Section -->
  423.              <div style="position:absolute; right:0; width:300px;">
  424.            <form method="post" action="https://www.advanceloan.net/" name="shortForm">
  425.             <table width="100%" border="0" cellspacing="0" cellpadding="0">
  426.               <tr>
  427.                 <td class="topRoundBg"><img src="<?php echo $CONF['IMG_PATH'];?>top_leftRound.jpg" alt="" /></td>
  428.               </tr>
  429.               <tr>
  430.                 <td class="startnowBg"><img src="<?php echo $CONF['IMG_PATH'];?>startNow.jpg" alt="" /></td>
  431.               </tr>
  432.               <tr>
  433.                 <td class="topRound2Bg  "><img src="<?php echo $CONF['IMG_PATH'];?>top_round2.jpg" alt="" /></td>
  434.               </tr>
  435.               <tr>
  436.                 <td class="formtableBg"><div class="formtableBg2">
  437.                     <table width="100%" border="0" cellspacing="0" cellpadding="0">
  438.                       <tr>
  439.                         <td class="firstNamePadd">Loan Amount</td>
  440.                         <td class="textfield"><select name="requested_amount">
  441.                             <option value="">Select</option>
  442.                         <?php for($i=100;$i<=500;$i+=100){?>
  443.                         <option value="<?php echo $i; ?>" <?php if($_POST['requested_amount'] ==$i) echo 'selected';?>>$<?php echo $i; if($i==500) echo ' or more';?></option>
  444.                         <?php }?>
  445.                         </select></td>
  446.                       </tr>
  447.                       <tr>
  448.                         <td class="firstNamePadd">First Name:</td>
  449.                         <td class="textfield"><input name="first_name" type="text" /></td>
  450.                       </tr>
  451.                       <tr>
  452.                         <td class="firstNamePadd">Last Name:</td>
  453.                         <td class="textfield"><input name="last_name" type="text" /></td>
  454.                       </tr>
  455.                       <tr>
  456.                         <td class="firstNamePadd">Email Address:</td>
  457.                         <td class="textfield"><input name="email" type="text" /></td>
  458.                       </tr>
  459.                       <tr>
  460.                         <td class="firstNamePadd">Your State:</td>
  461.                         <td class="textfield"><select name="state">
  462.                             <option>Select</option>
  463.                             <?php
  464.                     echo display_options_list($state_arr, $_REQUEST['state']);
  465.                 ?>
  466.                         </select></td>
  467.                       </tr>
  468.                       <tr>
  469.                         <td class="firstNamePadd">Zip Code:</td>
  470.                         <td class="textfield"><input name="Zip" type="text" /></td>
  471.                       </tr>
  472.                       <tr>
  473.                         <td colspan="2" align="center" style="padding:7px 0 0 0;"><input type="image" src="<?php echo $CONF['IMG_PATH'];?>submit_btn_new.png" /></td>
  474.                         </tr>
  475.                     </table></div>
  476.                 </td>
  477.               </tr>
  478.               <tr>
  479.                 <td class="bott_round2"><img src="<?php echo $CONF['IMG_PATH'];?>bott_round.jpg" alt="" /></td>
  480.               </tr>
  481.             </table>
  482.             </form>
  483.             </div></div>
  484.            
  485.            
  486.             <!-- Left Form End -->
  487.        
  488.        
  489.         </td>
  490.     </tr>
  491.     <tr>
  492.         <td width="205" valign="top" class="secured1" style="padding-left:8px;">
  493.         <table width="205" border="0"  cellspacing="0" cellpadding="0" align="center">
  494.             <tr>
  495.             <td style="padding-top:5px; padding-left:6px;" align="left" valign="top">
  496.                 <script language="JavaScript" type="text/javascript" src="http://smarticon.geotrust.com/si.js">&nbsp;</script>
  497.             </td>
  498.             <td valign="top" style="padding-top:5px; padding-right:4px;" align="right">
  499.                 <a href="#"><img src="<?php echo $CONF['IMG_PATH'];?>secure_conf.jpg" alt="" border="0" /></a>
  500.             </td>
  501.             </tr>
  502.         </table>
  503.         </td>
  504.     </tr>          
  505.     <tr>
  506.         <td width="218" valign="top" align="center">
  507.             <ul class="content-rgt">
  508.                 <li class="fill" ><img src="<?php echo $CONF['IMG_PATH'];?>its-as.jpg" alt="" /></li>
  509.                 <li class="fill" ><a href="#"><img src="<?php echo $CONF['IMG_PATH'];?>fill-out.jpg" alt="" border="0" /></a></li>
  510.                 <li class="fill" ><a href="#"><img src="<?php echo $CONF['IMG_PATH'];?>click-summit.jpg" alt="" border="0" /></a></li>
  511.                 <li class="fill" ><a href="#"><img src="<?php echo $CONF['IMG_PATH'];?>receive-your.jpg" alt="" border="0" /></a></li>
  512.             </ul>
  513.         </td>
  514.     </tr>
  515.  
  516.    
  517.    
  518.    
  519.    
  520.     <tr>
  521.         <td class="rgt-blue-box" align="center">
  522.         <table width="205" border="0"  cellspacing="0" cellpadding="0">
  523.             <tr><td height="6"></td></tr>
  524.             <tr><td align="center"><img src="<?php echo $CONF['IMG_PATH'];?>rgt-top-corner.jpg" alt="" /></td></tr>
  525.             <tr><td class="rgt-blue-box-mid" align="left"><b>If you are in need of a quick cash loan, don't worry, our lenders specialize in offering payday loans to people exactly like you.<br /><br />
  526.             They are experts in cash advance lending, so you can be assured that you will receive a fast, professional service and that your money is deposited quickly and securely. </b></td></tr>
  527.             <tr><td class="rgt-blue-box"><img src="<?php echo $CONF['IMG_PATH'];?>rgt-bottom-corner.jpg" alt="" /></td></tr>
  528.         </table>
  529.         </td>
  530.     </tr>
  531. </table>
  532.        
  533.        
  534.        
  535.        
  536.        
  537.         <!-- RIGHT PANEL ENDS-->
  538.     </td>
  539. </tr>
  540. <tr valign="top"><td valign="bottom" class="rgt-pannel"><img src="<?php echo $CONF['IMG_PATH'];?>right-bg2-bottom.jpg" alt=""/></td>
  541. </tr>
  542. </table>
  543. <!--end middle-->
  544.  
  545.   <!--footer starts-->
  546.  <?php include_once($CONF['INC_REAL_PATH']."new_footer.php");?>
  547. <!--footer ends-->
  548.  
  549. </body>
  550. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement