77 lines
4 KiB
PHP
77 lines
4 KiB
PHP
<?php
|
|
if (!defined('IN_SYS')) {
|
|
// exit('禁止访问');
|
|
header("Location: ../index.php");
|
|
exit;
|
|
}
|
|
// $html = file_get_contents('https://ifastnet.com/privacy.php');
|
|
// preg_match('/<footer[^>]*id="footer"[^>]*>(.*?) <//footer>/si', $html, $match);
|
|
$title = $title . ' - ' . $LANG['privacy_policy'];
|
|
?>
|
|
|
|
<div class="container">
|
|
<div class="page-header">
|
|
<h1 class="text-center"><?php echo $LANG['privacy_policy']; ?></a></h1>
|
|
<p class="text-center">Privacy policy information</p>
|
|
</div>
|
|
</div>
|
|
<section class="section-wrap privacyInfo">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="hidden-xs col-sm-12 col-md-12">
|
|
<h1>Privacy Policy</h1>
|
|
</div>
|
|
<div class="col-sm-12 col-md-12">
|
|
<h2>IFastNet LTD Privacy Policy</h2>
|
|
|
|
<p>In an effort to protect our clients' and site visitors privacy and rights, IFastNet LTD has
|
|
established a Privacy Policy which explains what information we gather on visitors and what we
|
|
do with information that we gather.</p>
|
|
|
|
<p>This Privacy Policy governs the manner in which IFastNet LTD collects, uses, maintains and
|
|
discloses information collected from users of this Web site (each, a "User").</p>
|
|
</div>
|
|
<div class="col-sm-12 col-md-12">
|
|
<h2>Privacy</h2>
|
|
|
|
<p>Users' privacy is very important to IFastNet LTD. We are committed to safeguarding the
|
|
information Users entrust to IFastNet LTD.</p>
|
|
</div>
|
|
|
|
<div class="col-sm-12 col-md-12">
|
|
<h2>The information we collect</h2>
|
|
|
|
<p>IFastNet LTD collects personally identifiable information from Users through online forms for
|
|
ordering products and services. We may also collect information about how Users use our Web
|
|
site, for example, by tracking the number of unique views received by the pages of the Web site
|
|
or the domains from which Users originate. We use "cookies" to track how Users use our Web
|
|
site.</p>
|
|
</div>
|
|
|
|
<div class="col-sm-12 col-md-12">
|
|
<h2>How we use information</h2>
|
|
|
|
<p>IFastNet LTD may use personally identifiable information collected through our Web site to
|
|
contact Users regarding products and services offered by IFastNet LTD and its trusted
|
|
affiliates, independent contractors and business partners, and otherwise to enhance Users'
|
|
experience with IFastNet LTD and such affiliates, independent contractors and business partners.
|
|
</p>
|
|
|
|
<p>At no time will IFastNet LTD's database of users ever be sold to any entity for the purpose of
|
|
marketing or mailing lists. Personal information will not be sold or otherwise transferred to
|
|
our business partners without your prior consent, except that we will disclose the information
|
|
we collect to third parties when, in our good faith judgment, we are obligated to do so under
|
|
applicable laws.</p>
|
|
</div>
|
|
<div class="col-sm-12 col-md-12">
|
|
<h2>Cookies</h2>
|
|
|
|
<p>Cookies are small digital signature files that are stored by your web browser that allow your
|
|
preferences to be recorded when visiting the website. Also they may be used to track your return
|
|
visits to the website.</p>
|
|
|
|
<p>3rd party advertising companies may also use cookies for tracking purposes.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|