/[LeafOK_CVS]/fenglin/www/privacy.php
ViewVC logotype

Annotation of /fenglin/www/privacy.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations)
Sun Apr 13 10:57:11 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.8: +2 -0 lines
Refact

1 sysadm 1.6 <?
2     require_once "../lib/common.inc.php";
3 sysadm 1.7 require_once "../lib/db_open.inc.php";
4     require_once "../bbs/session_init.inc.php";
5 sysadm 1.9
6     mysqli_close($db_conn);
7 sysadm 1.6 ?>
8 sysadm 1.1 <html>
9     <head>
10 sysadm 1.3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
11 sysadm 1.6 <title><? echo $BBS_name; ?> - 隐私保护</title>
12 sysadm 1.1 <link rel="stylesheet" href="css/default.css" type="text/css">
13     </head>
14     <body>
15     <center>
16     <?
17     include "./head.inc.php";
18     ?>
19     <table width="760" border="0" cellpadding="0" cellspacing="0">
20     <tr height=20 bgcolor=#F3F9FC>
21     <td width="20">&nbsp;</td>
22 sysadm 1.6 <td><? echo $BBS_name; ?> &gt;&gt; 隐私保护</td>
23 sysadm 1.1 <td width="20">&nbsp;</td>
24     </tr>
25     <tr>
26     <td colspan=3 height=1 bgcolor=gray></td>
27     </tr>
28     <tr height=5>
29     <td>&nbsp;</td>
30     </tr>
31     </table>
32     <table width="760" border="0" cellpadding="0" cellspacing="0">
33     <tr>
34     <td width="10%"></td>
35     <td width="80%" align="center">
36     <table width="100%" border="1" bordercolor="#FF9900" cellpadding="0" cellspacing="0">
37 sysadm 1.7 <tr>
38     <td> <div style="margin:20px; ">
39     <p align="center"><strong>枫林在线保护隐私权之声明</strong></p>
40     <p> <br>
41       本条款阐述枫林在线(以下称&quot;本网站&quot;)有关隐私的声明。本条款告知当您访问本网站时,我们可能从您那里获得的信息,以及我们可能如何使用它。请您务必仔细阅读:
42     </p>
43     <p>  本网站所提供的服务会自动收集有关访问者的信息,这些信息包括访问者人数、访问时间、访问页面、来访地址等,本网站使用这些信息来对我们的服务器进行分析和对网站进行管理。</p>
44     <p>   本网站为了给您提供更加周到的个性化服务而运用了Cookies技术,当使用者访问设有Cookies装置的本网站时,本网站之服务器会自动发送Cookies至阁下浏览器内,并储存到您的电脑硬盘内,此Cookies便负责记录日后您到访本网站的种种活动、个人资料、浏览习惯等。
45     本网站亦运用Cookies储存您感兴趣的信息资料,在您的允许下,本网站还将储存您的密码,以便您造访本网站时不必每次重复输入密码。</p>
46     <p>   本网站包含有到其它网站的链接,我们对于这些网站的内容及您访问这些网站而导致的任何法律争议和后果不负任何责任。</p>
47     <p>   本声明信息适用于以下网址:https://www.fenglin.info,修改及更新权均属于枫林在线。
48     <br>
49     </p>
50     </div></td>
51     </tr>
52     </table>
53 sysadm 1.1 </td>
54     <td width="10%"></td>
55     </tr>
56     </table>
57     <?
58     include "./foot.inc.php";
59     ?>
60     </center>
61     </body>
62     </html>

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1