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

Contents of /fenglin/www/privacy.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.16 - (show annotations)
Thu Jun 19 08:04:45 2025 UTC (8 months, 4 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +0 -0 lines
Error occurred while calculating annotation data.
FILE REMOVED
Remove legacy pages

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

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