-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathtos.html
42 lines (31 loc) · 3.53 KB
/
tos.html
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
<?php
include_once("config.php");
include_once("function-library.php");
$ptitle = "Free Image Hosting";
$pkeys = "image hosting, free image host, image host, img host, upload picture";
$pdesc = "Fast & Free Image Hosting";
$selected = "TOS";
include("header.php");
?>
<table width="100%" cellpadding="10" cellspacing="0"><tr><td valign="top">
<b>Basic TOS </b><br><br>
All users must be of atleast the age of 13, and agree to not use the <?php echo $site_url; ?> service for any illegal or unauthorized purposes. All users must agree to comply with local laws regading online conduct, and copyright laws. <?php echo $site_url; ?> is intended for personal use, and any business use is strictly prohibited. All users must not use <?php echo $site_url; ?>'s services to violate any laws which include but are not limited to copyright laws. Any violations will result in imedieate deletion of all images <?php echo $site_url; ?> has on record for your IP Address. All users use <?php echo $site_url; ?> at their own risk, users understand that images uploaded on <?php echo $site_url; ?> are not private, they may be displayed for others to view, and <?php echo $site_url; ?> users understand and agree that <?php echo $site_url; ?> cannot be responsible for the content posted on its web site and you nonetheless may be exposed to such materials and that you use <?php echo $site_url; ?>'s service at your own risk. <br><br>
<b>Conditions </b><br><br>
- We reserve the right to modify or terminate the <?php echo $site_url; ?> service for any reason, without notice at any time. <br>
- We reserve the right to alter these Terms of Use at any time. <br>
- We reserve the right to refuse service to anyone for any reason at any time. <br>
- We may, but have no obligation to, remove Content and accounts containing Content that we determine in our sole discretion are unlawful, offensive, threatening, libelous, defamatory, obscene or otherwise objectionable or violates any party's intellectual property or these Terms of Use. <br>
- If a user is found to be using <?php echo $site_url; ?> to host icons, smileys, buddy icons, forum avatars, forum badges, forum signature images, or any other graphic for website design all your images will be removed. <br><br>
<b>Copyright Information </b><br><br>
<?php echo $site_url; ?> claims no intellectual property rights over the images uploaded by its' users. <br><br>
<?php echo $site_url; ?> will review all copyright (C) infringement claims received and remove images found to have been upload or distributed in violation of any such laws. To make a valid claim you must provide <?php echo $site_url; ?> with the following information: <br><br>
- A physical or electronic signature of the copyright owner or the person authorized to act on its behalf; <br>
- A description of the copyrighted work claimed to have been infringed; <br>
- A description of the infringing material and information reasonably sufficient to permit <?php echo $site_url; ?> to locate the material; <br>
- Your contact information, including your address, telephone number, and email; <br>
- A statement by you that you have a good faith belief that use of the material in the manner complained of is not authorized by the copyright owner, its agent, or the law; and <br>
- A statement that the information in the notification is accurate, and, under the pains and penalties of perjury, that you are authorized to act on behalf of the copyright owner. Claims can be sent to us via the <a href="contact.html">contact us page</a>.
</td></tr></table>
<?php
include("footer.php");
?>