userAgreement22.html
40.1 KB
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" name="viewport">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta content="telephone=no" name="format-detection">
<title>Tao Live 用戶協議</title>
<link rel="stylesheet" href="https://zhiboweb.yazhaiyabo.com/simper/css/reset.css">
<style>
.hide {
display: none;
}
.pageBox {
max-width: 1080px;
margin: 0 auto;
}
.mTitle {
position: relative;
width: 100%;
text-align: center;
margin: 0.4rem auto 0;
}
.mTitle span {
font-size: 16px;
color: rgb(102, 102, 102);
font-weight: bold;
}
.mTitle span.check {
color: #E62E74;
}
.mTitle span:nth-child(2) {
margin-left: 20px;
}
p {
font-size: 16px;
color: #1f2329;
}
span {
color: #3370ff;
}
.bold {
font-weight: bold;
}
.title {
font-size: 30px;
}
</style>
<style>
p {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 15px !important;
}
</style>
</head>
<body>
<div class="pageBox">
<div class="pageBox">
<div class="mTitle"></div>
<div class="mCon mCon1">
<p class="title bold">Tao Live User Agreement</p>
<p class="bold center">Tao Live User Agreement</p>
<p class="bold">1. Special Notices</p>
<p>This Tao Live User Agreement (this “Agreement”) governs your usage of our services, (hereinafter,
“Services”)
including Tao Live App, a video streaming application and social network developed by us. For the
purposes
of
this Agreement, you and Tao Live will be jointly referred to as the “Parties” and respectively as a
“Party”.
</p>
<p>When using the Services, you will be subject to <span>Tao Live's Privacy Policy, Tao Live's Content Policy</span>
and
you be subject to additional guidelines or rules that are posted on the Services or made available
to you,
or
applicable to specific services and features that are disclosed to you in connection with such
services. We
may
also offer certain paid services, which are subject to any additional terms or conditions that are
disclosed
to
you in connection with such services.</p>
<p>By using our Services, or by clicking on "Sign Up" during the registration process, you agree to all
terms of
this Agreement. We, at our sole discretion, may revise this Agreement from time to time.By
continuing to
avail
our Services, you agree to be bound by the revised Agreement.</p>
<p>The Services are not for use by anyone under the age of 18. To use the Services, you agree that:
(1) you must be the "Minimum Age"(described below) or older; and
(2) you are not already restricted by Tao Live from using the Services. Creating an account with
false
information is a violation of our terms, including accounts registered on behalf of others or
persons under
the
age of 18.</p>
<p>“Minimum Age” means 18 years old. However, if law in your jurisdiction requires that you must be
older than
Minimum Age in order for Tao Live to lawfully provide the Services to you without parental consent
(including
using of your personal data) then the Minimum Age is such older age.</p>
<p>You shall be solely responsible for the safekeeping of your Tao Live account and password. All
behaviors and
activities conducted through your Tao Live account will be deemed as your behaviors and activities
for which
you
shall be solely responsible.</p>
<p class="bold">2. Services Content</p>
<p>Our mission is to give people the power to build community, connect the world and share their
beautiful
moments.
To help advance this mission with a vision to be a content platform inspiring one billion people's
lives, we
provide the services described below to you:</p>
<p>i. User Generated Content.</p>
<p>Tao Live allows users to distribute streaming live, use services, such as chat, bulletin boards,
forum
postings,
voice interactive services, and to participate in other activities in which you may create, post,
transmit,
perform, or store content, messages, text, sound, images, applications, code or other data or
materials on
the
Services (“User Content”). Users of the Services may also overlay music, graphics, stickers, virtual
items
and
other features provided by Tao Live (“Tao Live Features”) onto this User Content and transmit this
User
Content
through the Services. The views expressed by other users on the Services (including through use of
the
virtual
gifts) do not represent our views or values.</p>
<p>ii. Help you discover content, products, and services that may interest you.</p>
<p>We show you ads, offers, and other sponsored content to help you discover content, products, and
services
that
are offered by the many businesses and organizations that use Tao Live.</p>
<p>iii. Combat harmful conduct and protect and support our community.</p>
<p>We employ dedicated teams around the world and develop advanced technical systems to detect misuse of
our
Services, harmful conduct towards others, and situations where we may be able to help support or
protect our
community. If we learn of content or conduct like this, we will take appropriate action - for
example,
offering
help, removing content, removing or restricting access to certain features, disabling an account, or
contacting
law enforcement.
</p>
<p>iv. Global access to our Services</p>
<p>To operate our global service, we need to store and distribute content and data in our data centers
and
systems
around the world, including outside your country of residence. This infrastructure may be operated
or
controlled
by Tao Live.</p>
<p class="bold">3. Account</p>
<p>In order to open an account, you will be asked to provide us with certain information such as an
account name
and password.
</p>
<p>You are solely responsible for maintaining the confidentiality of your account and password, for
restricting
access to your computer, and for all activities that occur under your account or password. Please
make sure
the
information you provide to Tao Live upon registration and at all other times is true, accurate,
current, and
complete to the best of your knowledge.
</p>
<p>We may permit you to register for and log on to the Services via certain third party services. The
third
party’s
collection, use and disclosure of your information will be subject to that third party service’s
privacy
policy.
Further information about how Tao Live collects, uses and discloses your personal information when
you link
your
Tao Live account and with your account on any third party service can be found in our Privacy
Policy.</p>
<p>We reserve the right to disable your user account at any time, including if you have failed to comply
with
any
of the provisions of these terms, or if activities occur on your account which, in our sole
discretion,
would or
might cause damage to or impair the Services or infringe or violate any third party rights, or
violate any
applicable laws or regulations.</p>
<p>If you no longer want to use our Services again, and would like your account deleted, we can take
care of
this
for you. Please contact us via email <span>sichongwang9@gmail.com</span>, and we will provide you with
further assistance
and
guide you through the process. Once you choose to delete your account, you will not be able to
reactivate
your
account or retrieve any of the content or information you have added.</p>
<p class="bold">4. Privacy</p>
<p>Your privacy is important to Tao Live. Please see our Privacy Policy for information relating to how
we
collect,
use, and disclose your personal information, and how you can manage your online privacy when you use
the
Services.</p>
<p class="bold">5. Use of the Services</p>
<p>Your access to and use of the Services is subject to these terms and all applicable laws and
regulations. You
agree that you will comply with these terms of Services and Tao Live’s Community Guidelines and will
not:
</p>
<p>i. create, upload, transmit, distribute, or store any content that is inaccurate, unlawful,
infringing,
defamatory, obscene, pornographic, invasive of privacy or publicity rights, harassing, threatening,
abusive,
inflammatory, or otherwise objectionable;</p>
<p>ii. impersonate any person or entity, falsely claim an affiliation with any person or entity, or
access
Tao Live
accounts of others without permission, forge another person’s identity, or content of information
transmitted
via the Services, or perform any other similar fraudulent activity;</p>
<p>iii. defame, harass, abuse, threaten or defraud users of Tao Live, or collect, or attempt to collect,
personal
information about users or third parties without their consent;</p>
<p>iv. remove, circumvent, disable, damage or otherwise interfere with security-related features of the
Services
or
User Content, features that prevent or restrict use or copying of any content accessible through the
Services,
features that enforce limitations on the use of the Services or User Content, or delete the
copyright or
other
proprietary rights notices on the Services or User Content;</p>
<p>v. reverse engineer, decompile, disassemble or otherwise attempt to discover the source code of the
Services
or
any part thereof, except and only to the extent that this activity is expressly permitted by the law
of your
jurisdiction of residence;</p>
<p>vi. modify, adapt, translate or create derivative works based upon the Services or any part thereof,
except
and
only to the extent that such activity is expressly permitted by applicable law notwithstanding this
limitation;</p>
<p>vii. interfere with or damage operation of the Services or any user’s enjoyment of them, by any
means,
including
uploading or otherwise disseminating viruses, adware, spyware, worms, or other malicious code;</p>
<p>viii. manipulate identifiers in order to disguise the origin of any User Content transmitted through
the
Twitch
Services;</p>
<p>ix. interfere with or disrupt the Services or servers or networks connected to the Services, or
disobey any
requirements, procedures, policies or regulations of networks connected to the Services; use the
Services in
any
manner that could interfere with, disrupt, negatively affect or inhibit other users from fully
enjoying the
Services, or that could damage, disable, overburden or impair the functioning of the Services in any
manner;
</p>
<p>x. attempt to circumvent any content filtering techniques we employ, or attempt to access any service
or area
of
the Services that you are not authorized to access;</p>
<p>xi. use the Services for any illegal purpose, or in violation of any local, state, national, or
international
law or regulation, including, without limitation, laws governing intellectual property and other
proprietary
rights, data protection and privacy.</p>
<p>Tao Live takes no responsibility and assumes no liability for any User Content or for any loss or
damage
resulting therefrom, nor is Tao Live liable for any mistakes, defamation, slander, libel, omissions,
falsehoods,
obscenity, pornography or profanity you may encounter when using the Services. Your use of the
Services is
at
your own risk. In addition, these rules do not create any private right of action on the part of any
third
party
or any reasonable expectation that the Services will not contain any content that is prohibited by
such
rules.</p>
<p>Tao Live is not liable for any statements or representations included in User Content. Tao Live does
not
endorse
any User Content, opinion, recommendation, or advice expressed therein, and Tao Live expressly
disclaims any
and
all liability in connection with User Content. To the fullest extent permitted by applicable law,
Tao Live
reserves the right to remove, screen or edit any User Content posted or stored on the Services at
any time
and
without notice, including where such User Content violates these terms of Use of the Services or
applicable
law,
and you are solely responsible for creating backup copies of and replacing any User Content you post
or
store on
the Services at your sole cost and expense. Any use of the Services in violation of the foregoing
violates
these
terms of Use of the Services and may result in, among other things, termination or suspension of
your rights
to
use the Services.</p>
<p class="bold">6. Child Sexual Abuse and Exploitation (CASE) Prevention Standard</p>
<p>i. Our Commitment</p>
<p>We are committed to keeping children safe and preventing any form of sexual abuse, exploitation and related harmful behaviour. Our apps comply with all applicable laws and regulations as well as the Child Safety Standards policy, always putting the safety and rights of children first.</p>
<p>ii. Scope of application</p>
<p>This standard applies to all users and related content, including but not limited to user-generated content, interactive behaviors, reporting mechanisms and content moderation. Our goal is to create a safe and inclusive social environment, with extra protection specifically for underage users.</p>
<p>iii. Core measures</p>
<p>a. Strict age restrictions:</p>
<p>We require users to confirm their age when registering and take additional protective measures for minors, including restricting access to certain features.</p>
<p>b. Content review:</p>
<p>All user-generated content (UGC) is reviewed both manually and algorithmically to prevent any content containing sexual abuse, exploitation or inappropriate behavior from appearing on the platform.</p>
<p>c. User Code of Conduct:</p>
<p>Any sexualized behavior, language or other forms of inappropriate behavior involving children on the platform is prohibited and will be dealt with immediately and reported to relevant authorities once discovered.</p>
<p>d. Reporting and response mechanism:</p>
<p>Provides user-friendly reporting tools so any user can quickly report suspicious content or behavior. Our dedicated team will handle relevant issues within 24 hours after receiving the report.</p>
<p>e. Cooperation and reporting:</p>
<p>We work with child protection organizations and law enforcement agencies to ensure that all cases of suspected sexual abuse and exploitation are promptly investigated and reported.</p>
<p>iv. Responsibility and transparency</p>
<p>We regularly update and disclose our policies and measures related to child protection, and disclose our implementation and improvement plans to users through an annual transparency report.</p>
<p>v. Contact us</p>
<p>If you are aware of content or behavior involving child sexual abuse or exploitation, please contact us through the following methods:</p>
<p>Email: sichongwang9@gmail.com</p>
<p>Online reporting tools: in-app "report" functions</p>
<p class="bold">7. Intellectual Property Rights</p>
<p>All text, data, images, graphics, audio and/or video information and other materials within the
Services
provided by Tao Live are property of Tao Live are protected by copyright, trademark and/or other
property
rights
laws. Nothing in this Agreement shall be construed as conferring any license of any intellectual
property
rights
or such materials by Tao Live to you.</p>
<p>By using and/or uploading any live stream content or other content through a Tao Live Services to
publicly
accessible areas of Tao Live website, you grant to Tao Live and its sub-licensees the permission,
free,
permanent, irrevocable, non-exclusive and fully sub-licensable rights and license, without any
territorial
or
time limitations and without requiring any approvals and/or compensations, to use, copy, modify,
adapt,
publish,
translate, edit, dispose, create derivate works of, distribute, perform and publicly display such
content
(in
whole or in part), and/or incorporate such content into existing or future forms of work, media or
technology.</p>
<p class="bold">8. Terminating Services</p>
<p>To the fullest extent permitted by applicable law, Tao Live reserves the right, without notice and in
our
sole
discretion, to terminate your license to use the Services (including to post User Content), and to
block or
prevent your future access to and use of the Services, including where we reasonably consider that:
(a) your
use
of the Services violates this Agreement or applicable law; (b) you fraudulently use or misuse the
Services;
or
(c) we are unable to continue providing the Services to you due to technical or legitimate business
reasons.
This includes the ability to terminate or to suspend your access to any purchased products or
services. To
the
fullest extent permitted by applicable law, your only remedy with respect to any dissatisfaction
with (i)
the
Services, (ii) any term of these terms of Services, (iii) any policy or practice of Tao Live in
operating
the
Services, or (iv) any content or information transmitted through the Services, is to terminate your
account
and
to discontinue use of any and all parts of the Services.</p>
<p class="bold">9. Disclaimers</p>
<p>You shall be fully responsible for any risks involved in using Tao Live Services. Any use or reliance
on
Tao Live Services will be at your own risk.</p>
<p>Under no circumstance does Tao Live guarantee that the Services will satisfy your requirements, or
guarantee
that the Services will be uninterrupted. The timeliness, security and accuracy of the Services are
also not
guaranteed. You acknowledge and agree that the Services is provided by Tao Live on an “as is” basis.
Tao Live
make no representations or warranties of any kind express or implied as to the operation and the
providing
of
such Services or any part thereof. Tao Live shall not be liable in any way for the quality,
timeliness,
accuracy
or completeness of the Services and shall not be responsible for any consequences which may arise
from your
use
of such Services.</p>
<p>Tao Live does not guarantee the accuracy and integrity of any external links that may be accessible
by using
the
Services and/or any external links that have been placed for the convenience of you. Tao Live shall
not be
responsible for the content of any linked site or any link contained in a linked site, and Tao Live
shall
not be
held responsible or liable, directly or indirectly, for any loss or damage in connection with the
use of the
Services by you. Moreover, Tao Live shall not bear any responsibility for the content of any webpage
that
you
are directed via an external link that is not under the control of Tao Live.</p>
<p>Tao Live shall not bear any liability for the interruption of or other inadequacies in the Services
caused by
circumstances of force majeure, or that are otherwise beyond the control of Tao Live. However, as
far as
possible, Tao Live shall reasonably attempt to minimize the resulting losses of and impact upon you.
</p>
<p class="bold">10. Legal Jurisdiction</p>
<p>This Agreement shall be governed by and construed in accordance with the laws of Singapore, without
regard to
choice of law principles. Any dispute arising out of or in connection with this Agreement, including
any
question regarding its existence, validity or termination, shall be referred to and finally resolved
by
arbitration administered by the Singapore International Arbitration Centre in accordance with the
Arbitration
Rules of the Singapore International Arbitration Centre for the time being in force, which rules are
deemed
to
be incorporated by reference in this clause. The seat of the arbitration shall be Singapore. The
language of
the
arbitration shall be English. To make a request, please email <span>sichongwang9@gmail.com</span>.
</p>
<p class="bold">11. Request for information</p>
<p>All requests for information or documents related to potential, anticipated or current legal
proceedings,
investigations or disputes, or for third party user information, from any Tao Live Services must be
made
using
the appropriate level of legal process, and must be properly served on Tao Live</p>
<p class="bold">12. Modification of the Agreement</p>
<p>We amend these terms of the Agreement from time to time, for instance when we update the
functionality of our
Services, when we combine multiple apps or services operated by us or our affiliates into a single
combined
service or app, or when there are regulatory changes. We will use commercially reasonable efforts to
generally
notify all users of any material changes to these terms, such as through a notice on Tao Live
platform.
However,
you should look at the Agreement regularly to check for such changes. Your continued access or use
of the
Services after the date of the new terms constitutes your acceptance of the new terms. If you do not
agree
to
the new terms, you must stop accessing or using the Services.</p>
<p class="bold">13. Other Terms</p>
<p>This Agreement constitutes the entire agreement of agreed items and other relevant matters between
both
parties.
Other than as stipulated by this Agreement, no other rights are vested in either Party to this
Agreement.
</p>
<p>If any provision of this Agreement is rendered void or unenforceable by competent authorities, in
whole or in
part, for any reason, the remaining provisions of this Agreement shall remain valid and binding.</p>
<p>The headings within this Agreement have been set for the sake of convenience, and shall be
disregarded in the
interpretation of this Agreement.</p>
</div>
<div class="mCon mCon2 hide">
<p class="title bold">Tao Live Content Policy</p>
<p class="bold">Tao Live Content Policy</p>
<p>1. In order to enhance the community management of Tao Live and provide the users a healthy and
harmonious
platform
for both talents show and appreciation, Tao Live reserves the right to control violations in content
and
behavior.</p>
<p> 2. Tao Live users shall comply with the relevant local laws and regulations as well as Community
Convention
of
Tao Live, otherwise, he or she would be punished for the violations, which would be graded by the
Tao Live
according
to a comprehensive evaluation of the violation intention, time and other objective factors.</p>
<p>3. This convention is applicable to all the community content including but not limited to
broadcasting,
videos,
pictures, user behavior,UGC content etc.</p>
<p>4. The users could make an appeal against the punishment.</p>
<p>5. Tao Live reserves the right of final explanation of all the punishment.
</p>
<p class="bold"> Notice:</p>
<p>In addition to the User Agreement, please read the regulations listed below. This convention would be
amended
from
time to time according to the development of Tao Live community and platform.</p>
<p class="bold">Serious Violations (Class A)</p>
<p class="bold">1. Publication of anti-state and anti-government remarks or behavior insulting the
government
and state is
strictly
prohibited.</p>
<p>· Endangering state security, divulging state secrets, subverting state power and undermining
national
unity.
</p>
<p>· Harming national honor and interests.</p>
<p>· Inciting ethnic hatred or ethnic discrimination, or undermining national unity.</p>
<p>· Undermining national religion policy, damaging social order and peace and personal morality.</p>
<p>· Spreading violence, terror or abetting the commission of crimes.</p>
<p>· Organizing unlawful assembly, mobbing or disturbing social order.</p>
<p>· Inciting religious and racial discrimination.</p>
<p class="bold">2. Broadcasting live streaming involving sexual behavior, health-threatening content,
pornographic content,
sensitive political issues or copyright infringement or videos and prostitution advertisement is
prohibited.
</p>
<p class="bold">3. Displaying sexual organ or other private body parts is strictly prohibited, e.g.
touching
sensitive parts,
displaying female breast, hips, inner thighs and genital of female and male, wearing see-through
clothes
etc.
</p>
<p class="bold">4. Broadcasting gambling is strictly prohibited, gambling live streaming or inciting
others
to
gamble.</p>
<p class="bold">5. Broadcasting drugs distribution is strictly prohibited, e.g. displaying drug samples
or
relevant
performance,
drug-taking, injection, or interpretation of drug-making procedure etc.</p>
<p class="bold">6. Privacy infringement, harming other's security, endangering public interests,
invading
others
safety and
cruelty
animals is strictly prohibited.</p>
<p class="bold">7. Others behavior involving pornography (e.g. moaning), politics, gambling or drug is
strictly
prohibited.
</p>
<p class="bold">8. Publicizing competing products, poaching, unlawful deal of diamonds or beans and
fraud is
strictly
prohibited.
</p>
<p class="bold">9. Broadcasting speech involving terrorism, extremism, war, and religion violations is
not
allowed.</p>
<p class="bold">10. Promotion of sexual toys, aphrodisiac or posting misleading part-time job
recruitment
information is
strictly
prohibited.</p>
<p class="bold">11. Broadcasting speech involving terrorism, extremism, war, and religion violations is
not
allowed.</p>
<p class="bold">12. Promotion of sexual toys, aphrodisiac or posting misleading part-time job
recruitment
information is
strictly
prohibited.</p>
<p class="bold">General violations (Class B)</p>
<p class="bold">Ⅰ.The Dress Code for Hosts:Hosts should wear appropriately. Wearing no clothing or
sexually
suggestive
clothing
is
prohibited.</p>
<p>1. Tops: Underwear outside is prohibited.</p>
<p>2. Bottoms: The hem of your skirt or shorts should not be above your hip.</p>
<p>3. Men are not allowed be bare-chested.</p>
<p>4. Showing bra or underpants is prohibited.</p>
<p>5. Women are strictly forbidden to expose deep cleavage.</p>
<p>6. Skimpy outfits, see-through looks, flesh tights, fishnet stockings, garters, thongs, panties,
briefs,
low
waist
shorts or any clothes with sexually suggestive meaning in text or graphs is not allowed.</p>
<p class="bold">Notice:</p>
<p>1. Swimming suit is allowed when broadcasting on the beach or in the pool.</p>
<p> 2. Boxing/Gym: Shirtless is not allowed. Only vest or sports suit is acceptable.
</p>
<p class="bold">Ⅱ.Rules of Conduct:</p>
<p>
1. All behavior while drinking or after drinking is prohibited.
</p>
<p>2. Smoking or drinking is not allowed.</p>
<p>3. Any other indecent performance, sexually suggestive acts and voices are prohibited</p>
<p class="bold">Ⅲ.Rules of Speech:</p>
<p>1. Defamation, abuse or verbal attack is prohibited.</p>
<p>2. Harassment or molestation is prohibited.</p>
<p>3. Any content or activity involving pornography, sexual content to foster an indecent atmosphere is
prohibited.</p>
<p>4. Distributing unauthorized advertisements against state laws and Tao Live policies or illegal
advertisements is
prohibited. Illegal advertisement like adult products, guns, saber, crossbow, porn, care products,
cigarette,
aphrodisiac and venereal diseases treatment.</p>
<p class="bold">Ⅳ. Rules of Broadcasting Places and Circumstances:</p>
<p>1. Restrictions on erotic entertainment venues like bath center.</p>
<p>2. Singing and broadcasting erotic music is prohibited.</p>
<p>3. No live streaming on competing live stream platforms.</p>
<p>4. In addition to rules above, other people's inappropriate behavior and attire like smoking,
shirtless,
naked
should be avoided in the camera when broadcasting.</p>
<p>5. When broadcasting, hosts are not allowed to broadcast negative content like sleeping, leaving
camera
for
long
time, blank screen or not showing up for long time.</p>
<p>6. Broadcast or retransmission of live shows, movies or television programs without authorization is
not
allowed.</p>
<p class="bold">Content Instruction:</p>
<p>1. During broadcasting as guest, if conducting violation Class A or Class B, guest will be punished
according
to
violation of Class A or Class B.</p>
<p>2. The platform rules apply to users at all ages.</p>
<p>3. If avatars and covers conduct violation of Class A or Class B, the avatars and covers will be
banned
and
users
are forbidden to upload new avatars or covers in 24 hours or 1 hour.</p>
<p>4. In counties where juveniles broadcasting is not allowed, juveniles are nmeiyot allowed to
broadcast.
</p>
<p class="bold">Breach of Agreement</p>
<p class="bold">Class A Violation</p>
<p>For the first time violation, Tao Live will terminate your account.</p>
<p class="bold">Class B Violation</p>
<p>For the first time violation, your account will be suspended from broadcasting from 10 minutes to
forever.
</p>
</div>
</div>
</div>
</body>
<script src="../../lib/jquery-3.1.1.min.js"></script>
<script type="text/javascript">
var str = '';
if (sessionStorage.lang == 0 || sessionStorage.lang == 2) {
// $('.L-Cn').show();
// $('.L-En').hide();
$("title").text('用戶協議');
str += '<span class="check">用戶協議</span><span>社區公約</span>';
} else {
// $('.L-Cn').hide();
// $('.L-En').show();
$("title").text('User agreement');
str += '<span class="check">User Agreement</span><span>Content Policy</span>';
}
$('.mTitle').html(str);
$('.mTitle span').on('click', function () {
$('.mCon').addClass('hide');
$(this).addClass('check').siblings().removeClass('check');
if ($(this).index() == 0) {
$('.mCon1').removeClass('hide');
} else if ($(this).index() == 1) {
$('.mCon2').removeClass('hide');
}
})
</script>
</body>
</html>