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

Contents of /fenglin/www/privacy.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (show annotations)
Fri Apr 11 12:47:39 2025 UTC (11 months ago) by sysadm
Branch: MAIN
Changes since 1.6: +18 -16 lines
Add session support

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

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