This repository has been archived by the owner on May 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
/
privacy.php
133 lines (132 loc) · 4.84 KB
/
privacy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?php
include("inner.tpl");
function ShowContent($title)
{
?>
<div id="content_area">
<table width="95%" border="0" align="center" cellpadding="3" cellspacing="0">
<tr>
<td><strong>What information do we collect? </strong></td>
</tr>
<tr>
<td><div align="justify">We collect information from you when you register on our site or fill out a form.
</p>
When ordering or registering on our site, as appropriate, you may be asked to enter your: name, e-mail address, mailing address or phone number. You may, however, visit our site anonymously.</div>
</p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>What do we use your information for? </strong></td>
</tr>
<tr>
<td><p>Any of the information we collect from you may be used in one of the following ways:<br />
1. To process transactions<br />
2. Your information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.</p> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><p><strong>How do we protect your information? </strong></p> </td>
</tr>
<tr>
<td>We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Do we use cookies? </strong></td>
</tr>
<tr>
<td>We do not use cookies.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Do we disclose any information to outside parties? </strong></td>
</tr>
<tr>
<td><div align="justify">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Online Privacy Policy Only </strong></td>
</tr>
<tr>
<td>This online privacy policy applies only to information collected through our website and not to information collected offline.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Terms and Conditions </strong></td>
</tr>
<tr>
<td>Please also visit our Terms and Conditions section establishing the use, disclaimers, and limitations of liability governing the use of our website at http://www.ropclub.com/</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Your Consent </strong></td>
</tr>
<tr>
<td>By using our site, you consent to our online privacy policy.</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Changes to our Privacy Policy </strong></td>
</tr>
<tr>
<td>If we decide to change our privacy policy, we will post those changes on this page. </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><strong>Contacting Us </strong></td>
</tr>
<tr>
<td><p> If there are any questions regarding this privacy policy you may contact us using the information below. </p>
<p>http://www.ropclub.com/<br />
<br />
<strong>Reality Opportunity Club</strong><br />
Mannath Buildings<br />
NSHM P.O., Kottayam 686006 <br />
India<br />
<br />
<img src="images/ropclub.png" alt="Reality Opportunity Club" width="159" height="21" border="0" /><br />
<br />
+91 481 2311147<br />
</p></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</div>
<?php
}
function getTitle()
{
return "Privacy Policy | Reality Opportunity Club";
}
function showMeta()
{
$meta = '
<meta name="description" content="Reality Opportunity Club Privacy Policy We collect information from you when you register on our site or fill out a form. "/>
<meta name="keywords" content="Privacy Policy, Reality Opportunity Club, ROC Kottayam Kerala India, 686006, +914812311147,What information do we collect? "/>';
return $meta;
}
?>