/[nuke]/html/cookies.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /html/cookies.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Fri Sep 22 07:22:13 2000 UTC (23 years, 7 months ago) by dpavlin
Branch: dbp, MAIN
CVS Tags: r3_6, HEAD
Changes since 1.1: +0 -0 lines
import of version 3.6

1 <?php
2
3 if (!isset($mainfile)) { include("mainfile.php"); }
4
5 include("header.php");
6 ?>
7 <font face=Arial,Helvetica size=3>
8 <p align=justify>
9
10 On this site we use <I>cookies</I> to be able to offer customized
11 services.
12
13 <BR><BR>
14
15 Of this form it is possible that, with your user account, you can select
16 special characteristics of this page, such as the number of news items
17 that you want to display on the top page, the appearance of users'
18 comments, the total appearance of the site through themes, and much more.
19 This customized information is stored locally in your browser's cookies file.
20
21 <BR><BR>
22
23 If you are one of those people who do not wish to accept cookies, you can
24 still use this site. However, if you create an account, you will need to
25 log in each time you visit this site in order to load all your desired
26 settings.
27
28 <BR><BR>
29
30 If you are paranoid about cookies, or you are worried that another rogue
31 site could remove them from your machine and obtain your personal
32 data, you should be aware that our cookies are stored encrypted in your
33 cookies file. If some other site managed to actually remove them, they would
34 probably not be able to recover the information since it will appear as
35 gibberish.
36 <BR><BR>
37
38 In order to return to the previous page click &lt;Back&gt; on your browser.
39 </p>
40
41 <?php
42 include("footer.php");
43 ?>

  ViewVC Help
Powered by ViewVC 1.1.26