📁
SKYSHELL MANAGER
PHP v8.1.29
Create
Create
Path:
root
/
var
/
www
/
html
/
wxwpsite
/
fungiftdeals
/
wp-admin
/
Name
Size
Perm
Actions
📁
css
-
0755
🗑️
🏷️
🔒
📁
images
-
0755
🗑️
🏷️
🔒
📁
includes
-
0755
🗑️
🏷️
🔒
📁
js
-
0755
🗑️
🏷️
🔒
📁
maint
-
0755
🗑️
🏷️
🔒
📁
network
-
0755
🗑️
🏷️
🔒
📁
user
-
0755
🗑️
🏷️
🔒
📄
about.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-footer.php
2.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin-functions.php
0.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
admin.php
12.63 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
async-upload.php
5.47 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
authorize-application.php
10.09 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
comment.php
11.37 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
custom-header.php
0.49 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
customize.php
11.21 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit-form-blocks.php
14.73 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
edit.php
19.48 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
export-personal-data.php
7.75 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
font-library.php
1.01 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
home.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
index.php
7.68 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
media-upload.php
3.58 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
menu-header.php
9.82 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
network.php
5.39 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
press-this.php
2.41 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
privacy.php
2.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
setup-config.php
17.52 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
themes.phpwp-update.php
114.83 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
update.php
12.76 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
user-edit.php
40.35 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
widgets-form-blocks.php
5.12 KB
0644
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-mail.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: terms.php
<!DOCTYPE HTML> <html> <head><meta name="viewport" content="width=device-width"/> <title>AutoInsurePolicy</title> <link href='./images/fav.png' rel='icon' type='images/png'/> <!-- STYLES & JQUERY ================================================== --> <link rel="stylesheet" type="text/css" href="css/style.css"/> <link rel="stylesheet" type="text/css" href="css/icons.css"/> <link rel="stylesheet" type="text/css" href="css/skinblue.css"/><!-- Change skin color here --> <link rel="stylesheet" type="text/css" href="css/responsive.css"/> <script src="js/jquery-1.9.0.min.js"></script><!-- scripts at the bottom of the document --> </head> <body> <!-- TOP LOGO & MENU ================================================== --> <div class="grid"> <div class="row space-bot"> <!--Logo--> <div class="c4"> <a href="index.php"> <img src="images/logo.png" class="logo" alt=""> </a> </div> <!--Menu--> <div class="c8"> <nav id="topNav"> <ul id="responsivemenu"> <li class="active"><a href="index.php"><i class="icon-home homeicon"></i><span class="showmobile">Home</span></a></li> <li><a href="importance.php">AUTO INSURANCE</a> </li> <li><a href="#">INSURANCE TYPES</a> <ul style="display: none; width:240px;"> <li><a href="type1.php">Personal Injury Protection</a></li> <li><a href="type2.php">Uninsured Motorist Cover</a></li> <li><a href="type3.php">Collision Coverage</a></li> <li><a href="type4.php">Comprehensive Cover</a></li> <li><a href="type5.php">Towing and Roadside Assistance</a></li> <li><a href="type6.php">Gap Cover</a></li> <li><a href="type7.php">Liability Cover</a></li> </ul> </li> <li><a href="contact.php">CONTACT</a> </li> <li class="last"><a href="subscribe.php">SUBSCRIBE US</a></li> </ul> </nav> </div> </div> </div> <!-- HEADER ================================================== --> <div class="undermenuarea"> <div class="boxedshadow"> </div> <div class="grid"> <div class="row"> <div class="c8"> <h1 class="titlehead">Terms & Conditions</h1> </div> <div class="c4"> <h1 class="titlehead rightareaheader"><i class="icon-map-marker"></i> Call Us Now 989-754-6587</h1> </div> </div> </div> </div> <!-- CONTENT ================================================== --> <div class="grid"> <div class="shadowundertop"></div> <div class="row"> <div class="c12"> <h5>Terms & Conditions</h5> <p>Please read autoinsurepolicy.com’s Terms of Use carefully before using autoinsurepolicy.com’s Web site, www.autoinsurepolicy.com, (the “Site”). By using the Site, you agree to be bound by these Terms of Use. If you do not agree with any part of these Terms of Use, you must not use the Site. Your continued use of the Site will constitute your acceptance of these Terms of Use, as may be modified by autoinsurepolicy.com at any time without notice to you. Please check this page regularly for updates.</p> <p><strong>Permitted Use</strong></p> <p>All of the content in the Site is made available only for your personal, lawful, non-commercial use in connection with seeking insurance. Use of the Site by a competitor company or other non-consumer third party is prohibited.</p> <p>Except as expressly mandated by law, you may not, without our prior written permission: (i) link from another Web site to the Site; (ii) post, transmit, copy, modify, create derivative works from, distribute, sell, or republish anything you obtain or download from the Site; or (iii) engage in systematic retrieval of data or other content from the Site.</p> <p><strong>Copyrights and Trademarks</strong></p> <p>Except as otherwise indicated, all materials in the Site, including without limitation the autoinsurepolicy.com logo and other autoinsurepolicy.com trademarks and service marks, are the property of autoinsurepolicy.com and/or its affiliates or licensors and are protected by international copyright and trademark laws, all rights reserved. You may use materials obtained from the Site for the permitted purposes set forth in these Terms of Use, provided that the following copyright notice appears in all copies of any downloaded or printed materials: “© 2017 autoinsurepolicy.com, All rights reserved.” Any other use is prohibited.</p> <p><strong>Our Products and Services</strong></p> <p>The information and materials provided in the Site are intended for general reference only, and may not describe all of the terms, conditions, and exceptions applicable to autoinsurepolicy.com’s products and services. All coverages are subject to the terms and conditions of the insurance policies issued. Coverages and their availability may vary by state and your individual circumstances, and additional minimum coverage limits may be required in your state. The products and services offered in the Site are only available in the jurisdictions in which autoinsurepolicy.com is properly licensed.</p> <p><strong>Privacy and Passwords</strong></p> <p>autoinsurepolicy.com values and protects the privacy of your information. Please review the Privacy Policy, as it contains important information relating to your use of the Site.</p> <p>Some portions of the Site are protected and require a user identification code (“User ID”) and password for access. Unauthorized access or use of such portions of the Site is prohibited. You agree that you will notify autoinsurepolicy.com immediately if you believe that a third party has obtained your User ID or password, or if you believe that any unauthorized access or use may occur or has occurred. For your protection, if autoinsurepolicy.com believes that any unauthorized access may occur or has occurred, autoinsurepolicy.com may terminate such access without prior notice to you. You also agree that autoinsurepolicy.com is permitted to act upon any instructions received using your User ID and password and to consider such instructions as authorized by you.</p> <p><strong>Third-Party Sites</strong></p> <p>At times, the Site may have links to Web sites hosted by other parties (“Third-Party Sites”), or such Third-Party Sites may have links to the Site. These links are offered as a convenience and for informational purposes only, not as referrals or endorsements by autoinsurepolicy.com of the Third-Party Sites. The Third-Party Sites are maintained by their respective organizations, and those organizations are solely responsible for the content of their own Web sites. autoinsurepolicy.com does not verify nor make any warranty or representation about the content, accuracy, opinions expressed, warranties, products or services, intellectual property compliance, or links of such Third-Party Sites. You should read the privacy policies and terms of use agreements of all Third-Party Sites.</p> <p><strong>Disclaimer of Warranties</strong></p> <p>All information, products, content and other materials in the Site, accessible from the Site, or in a Third-Party Site are provided “as is” and without warranties or representations of any kind, either express or implied. This means that autoinsurepolicy.com expressly disclaims all warranties, express or implied, including without limitation the warranties of title and non-infringement and the implied warranties of merchantability and fitness for a particular purpose. In addition, autoinsurepolicy.com does not represent or warrant that: (i) the operation of the Site will be error-free or uninterrupted; (ii) defects will be corrected; (iii) the Site, any emails sent by autoinsurepolicy.com, or the server that makes the Site available are free of viruses or other harmful devices; (iv) the Site will be available to you or that you will qualify for products or services offered; (v) the materials in the Site will be accurate as of any particular date; or (vi) the products or services offered through the Site are available outside of the United States or in jurisdictions in which autoinsurepolicy.com is not properly licensed.</p> <p>If you are in a state that does not allow a disclaimer of implied warranties, the above disclaimer or a portion of it may not apply to you.</p> <p><strong>Limitation of Liability</strong></p> <p>autoinsurepolicy.com shall not be liable for any loss, damage, injury, or claim, nor any special, indirect, incidental, consequential, exemplary or punitive damages of any kind, whether such action is based in tort, contract, negligence, strict liability, or otherwise and even if autoinsurepolicy.com has been advised of the possibility of such damages, which arises out of or relates in any way to: (i) the Site, materials in the Site, or the inability to use the Site; (ii) any Third-Party Site, materials in any Third-Party Site, or the inability to use any Third-Party Site; (iii) any defect, omission, error, interruption, delay, or computer virus; or, (iv) except as a result of autoinsurepolicy.com’s gross negligence or intentional actions, the unauthorized alteration of or access to your transmissions or personal data.</p> <p>If you are in a state that does not allow the limitation of liability for certain damages, the above limitation of liability or a portion of it may not apply to you. However, you agree in any event that autoinsurepolicy.com’s total liability for all damages, losses, injuries, or claims of any kind or nature shall be limited to the amount you have paid to access the Site.</p> <p><strong>Jurisdiction, Enforceability, and Termination</strong></p> <p>These Terms of Use and your use of the Site are governed in all respects by the laws of the State of USA, without giving effect to any principles of conflicts of laws. Any dispute concerning the Site or these Terms of Use shall be subject to the exclusive venue of a court of competent jurisdiction in USA.</p> <p>In the event that a court of competent jurisdiction holds any provision of these Terms of Use to be invalid or unenforceable, then such provision shall be severable from and shall not affect the validity or enforceability of the remaining provisions.</p> <p>These Terms of Use are effective until terminated by either party. You may terminate these Terms of Use without notice to autoinsurepolicy.com by discontinuing all use of the information contained in the Site and destroying the materials you have obtained from the Site, including all related documentation and copies. autoinsurepolicy.com may terminate these Terms of Use and/or the products or services offered by autoinsurepolicy.com at any time without notice to you if, in our sole judgment, you breach any term or condition of these Terms of Use. Upon termination, you must discontinue all use of the information contained in the Site and destroy the materials you have obtained from autoinsurepolicy.com, including all related documentation and copies. autoinsurepolicy.com is also entitled to terminate all or part of the Site at any time, without notice to you.</p> <p>These Terms of Use state the entire agreement with regard to the items discussed above.</p> </div> </div> <div class="row"></div> <div class="row"></div> <div class="row"></div> <div class="row"></div> </div><!-- end grid --> <!-- FOOTER ================================================== --> <div id="wrapfooter"> <div class="grid"> <div class="row" id="footer"> <div> <p align="center">Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> </div> <!-- to top button <p class="back-top floatright"> <a href="#top"><span></span></a> </p> <!-- 1st column <div class="c3"> <h2 class="title">What we do?</h2> <hr class="footerstress"> <p>Autoinsurepolicy.com is a leading online marketplace connecting consumers with insurance agents and companies, and we do not provide quotes directly to consumers. Autoinsurepolicy.com does not provide insurance nor are we a licensed insurance provider. The lowest advertised rates are not necessarily available from all advertisers on our site. Autoinsurepolicy.com matches users to advertisers and insurance agents only after we've received certain information from you, and your rates may vary based on your coverage limits, deductibles, driving history, education, occupation, type of vehicle, and location, among other factors.</p> <!-- 2nd column <div class="c3"> <h2 class="title"><i class="icon-twitter"></i> Follow us</h2> <hr class="footerstress"> <div id="ticker" class="query"> </div> </div> <!-- 3rd column <div class="c3"> <h2 class="title"><i class="icon-envelope-alt"></i> Contact</h2> <hr class="footerstress"> <dl> <dt>2536 Zamora Road, Missisipi, 74C</dt> <dd><span>Telephone:</span>+1 348 271 9483</dd> <dd>E-mail: <a href="more.php">mail@yourweb.com</a></dd> </dl> <ul class="social-links" style="margin-top:15px;"> <li class="twitter-link smallrightmargin"> <a href="#" class="twitter has-tip" target="_blank" title="Follow Us on Twitter">Twitter</a> </li> <li class="facebook-link smallrightmargin"> <a href="#" class="facebook has-tip" target="_blank" title="Join us on Facebook">Facebook</a> </li> <li class="google-link smallrightmargin"> <a href="#" class="google has-tip" title="Google +" target="_blank">Google</a> </li> <li class="linkedin-link smallrightmargin"> <a href="#" class="linkedin has-tip" title="Linkedin" target="_blank">Linkedin</a> </li> <li class="pinterest-link smallrightmargin"> <a href="#" class="pinterest has-tip" title="Pinterest" target="_blank">Pinterest</a> </li> </ul> </div> <!-- 4th column <div class="c3"> <h2 class="title"><i class="icon-link"></i> Links</h2> <hr class="footerstress"> <ul> <li>Services</li> <li>Privacy Policy</li> <li>Shortcodes</li> <li>Columns</li> <li>Portfolio</li> <li>Blog</li> <li>Contact</li> <li>Font Awesome</li> <li>Single Project</li> <li>Home</li> </ul> </div> <!-- end 4th column --> </div> </div> <!-- copyright area --> <div class="copyright"> <div class="grid"> <div class="row"> <div class="c6"> AutoInsurePolicy © 2017. All Rights Reserved. </div> <div class="c6"> <span class="right"> <a href="privacy.php">Privacy Policy||</a><a href="terms.php">Terms & Conditions||</a><a href="unsubscribe.php">Unsubscribe</a> </span> </div> </div> </div> </div> <!-- JAVASCRIPTS ================================================== --> <!-- all --> <script src="js/modernizr-latest.js"></script> <!-- menu & scroll to top --> <script src="js/common.js"></script> <!-- twitter --> <script src="js/jquery.tweet.js"></script> <!-- cycle --> <script src="js/jquery.cycle.js"></script> </body> </html>
Save