|
@@ -27,15 +27,15 @@ class Rules {
|
27
|
27
|
public static function display_site_tag_rules($OnUpload = false) {
|
28
|
28
|
?>
|
29
|
29
|
<ul>
|
30
|
|
- <li>Tags should be comma-separated, and you should use a period (".") to separate words inside a tag — e.g. "<strong class="important_text_alt">big.breasts</strong>".</li>
|
|
30
|
+ <li>Tags should be comma-separated, and you should use a period (".") to separate words inside a tag — e.g. "<strong class="important_text_alt">big.breasts</strong>".</li>
|
31
|
31
|
|
32
|
32
|
<li>There is a list of official tags <?=($OnUpload ? 'to the left of the text box' : 'on <a href="upload.php">the torrent upload page</a>')?>. Please use these tags instead of "unofficial" tags (e.g. use the official "<strong class="important_text_alt">paizuri</strong>" tag, instead of an unofficial "<strong class="important_text">titfuck</strong>" tag).</strong></li>
|
33
|
33
|
|
34
|
|
- <li>Avoid using multiple synonymous tags. Using both "<strong class="important_text">pissing</strong>" and "<strong class="important_text_alt">urination</strong>" is redundant and stupid — just use the official "<strong class="important_text_alt">urination</strong>" tag.</li>
|
|
34
|
+ <li>Avoid using multiple synonymous tags. Using both "<strong class="important_text">pissing</strong>" and "<strong class="important_text_alt">urination</strong>" is redundant and stupid — just use the official "<strong class="important_text_alt">urination</strong>" tag.</li>
|
35
|
35
|
|
36
|
36
|
<li>Do not add useless tags that are already covered by other metadata. If a torrent is in the JAV category, it should not be tagged <strong class="important_text">jav</strong>.</li>
|
37
|
37
|
|
38
|
|
- <li>Only tag information on the title itself — <strong>not the individual release</strong>. Tags such as "<strong class="important_text">mkv</strong>", "<strong class="important_text">windows</strong>", "<strong class="important_text">scan</strong>", "<strong class="important_text">from.dlsite</strong>", etc. are strictly forbidden. Remember that these tags will be used for other versions of the same title.</li>
|
|
38
|
+ <li>Only tag information related to the group itself — <strong>not the individual release</strong>. Tags such as "<strong class="important_text">mkv</strong>", "<strong class="important_text">windows</strong>", "<strong class="important_text">scan</strong>", "<strong class="important_text">from.dlsite</strong>", etc. are strictly forbidden. Remember that these tags will be used for other releases in the same group.</li>
|
39
|
39
|
|
40
|
40
|
<li>Derivative works may be tagged with the name of the parent series or characters within the work. For example, tags such as "<strong class="tag_parody">touhou</strong>" or "<strong class="tag_character">iori.minase</strong>" may be acceptable if they are being used on derivative (parody) works. These kinds of tags should NOT be used if the series is primarily erotic in nature. Characters should be tagged with the form "<strong class="important_text_alt">surname.firstname</strong>" if applicable.</li>
|
41
|
41
|
|
|
@@ -49,16 +49,16 @@ class Rules {
|
49
|
49
|
|
50
|
50
|
<li><strong>Use tag namespaces when appropriate.</strong> Oppaitime allows for tag namespaces to aid with searching. For example, you may want to use the tags "<strong class="important_text_alt">masturbation:male</strong>" or "<strong class="important_text_alt">masturbation:female</strong>" instead of just "<strong class="important_text">masturbation</strong>". They can be used to make search queries more specific. Searching for "<strong class="important_texti_alt">masturbation</strong>" will show all torrents tagged with "<strong class="important_text_alt">masturbation</strong>", "<strong class="important_text_alt">masturbation:male</strong>", or "<strong class="important_text_alt">masturbation:female</strong>". However, searching for "<strong class="important_text_alt">masturbation:female</strong>" will ONLY show torrents with that tag. Tags with namespaces will appear differently depending on the namespace used, which include:
|
51
|
51
|
<ul>
|
52
|
|
- <li><strong>:parody<strong> - Used to denote a parodied work: <strong class="tag_parody">touhou</strong>, <strong class="tag_parody">kantai.collection</strong></li>
|
|
52
|
+ <li><strong>:parody</strong> - Used to denote a parodied work: <strong class="tag_parody">touhou</strong>, <strong class="tag_parody">kantai.collection</strong></li>
|
53
|
53
|
<li><strong>:character</strong> - Used to denote a character in a parodied work: <strong class="tag_character">iori.minase</strong>, <strong class="tag_character">hakurei.reimu</strong></li>
|
54
|
54
|
<li><strong>:male</strong> - Used to denote that the tag refers to a male character: <strong class="tag_male">masturbation</strong>, <strong class="tag_male">teacher</strong></li>
|
55
|
55
|
<li><strong>:female</strong> - Used to denote that the tag refers to a female character: <strong class="tag_female">masturbation</strong>, <strong class="tag_female">shaved</strong></li>
|
56
|
56
|
</ul>
|
57
|
57
|
</li>
|
58
|
58
|
|
59
|
|
- <li><strong>All uploads require a minimum of 5 tags.</strong></li>
|
|
59
|
+ <li><strong>All uploads require a minimum of 5 tags.</strong> Do not add unrelated tags just to meet the 5 tag requirement. If you can't think of 5 tags for your content, watch/read/play through it again until you can.</li>
|
60
|
60
|
|
61
|
|
- <li><strong>You should be able to build up a list of tags using only the official tags <?=($OnUpload ? 'to the left of the text box' : 'on <a href="upload.php">the torrent upload page</a>')?>. If you are in any doubt about whether or not a tag is acceptable, do not add it.</strong></li>
|
|
61
|
+ <li><strong>You should be able to build up a list of tags using only the official tags <?=($OnUpload ? 'to the left of the text box' : 'on <a href="upload.php">the torrent upload page</a>')?>.</strong> If you are in any doubt about whether or not a tag is acceptable, do not add it.</li>
|
62
|
62
|
</ul>
|
63
|
63
|
<?
|
64
|
64
|
}
|
|
@@ -70,69 +70,20 @@ class Rules {
|
70
|
70
|
public static function display_forum_rules() {
|
71
|
71
|
?>
|
72
|
72
|
<ol>
|
73
|
|
- <li>
|
74
|
|
- Many forums have their own set of rules. Make sure you read and take note of these rules before you attempt to post in one of these forums.
|
75
|
|
- </li>
|
76
|
|
- <li>
|
77
|
|
- Don't use all capital letters, excessive !!! (exclamation marks) or ??? (question marks) unless it's funny. Basically just don't type like a disgusting fucking normie.
|
78
|
|
- </li>
|
79
|
|
- <li>
|
80
|
|
- No lame referral schemes. This includes freeipods.com, freepsps.com, or any other similar scheme in which the poster gets personal gain from users clicking a link. This shit is the WORST and you WILL be permanently banned on the spot, no questions asked you douche.
|
81
|
|
- </li>
|
82
|
|
- <li>
|
83
|
|
- No asking for money for any reason whatsoever. We don't know or care about your friend who lost everything, or dying relative who wants to enjoy their last few moments alive by being given lots of money. The only ones allowed to shill around these parts are staff.
|
84
|
|
- </li>
|
85
|
|
- <li>
|
86
|
|
- Do not inappropriately advertise your uploads. In special cases, it is acceptable to mention new uploads in an approved thread, but be sure to carefully read the thread's rules before posting. It is also acceptable to discuss releases you have uploaded when conversing about the title itself. Blatant attempts to advertise your uploads outside of the appropriate forums or threads may result in a warning or being called a faggot.
|
87
|
|
- </li>
|
88
|
|
- <li>
|
89
|
|
- No posting requests in forums. There's a request link at the top of the page for a god damn reason.
|
90
|
|
- </li>
|
91
|
|
- <li>
|
92
|
|
- No flaming unless they <i>really</i> deserve it. Feel free to use offensive language, but don't be confrontational for the sake of confrontation.
|
93
|
|
- </li>
|
94
|
|
- <li>
|
95
|
|
- Don't point out or attack other members' share ratios. A higher ratio totally makes you better than other people, though.
|
96
|
|
- </li>
|
97
|
|
- <li>
|
98
|
|
- Asking stupid questions will probably result in you being made fun of. A stupid question is one that you could have found the answer to yourself with a little research, or one that you're asking in the wrong place. If you do the basic research suggested (i.e., read the rules/wiki) or search the forums and don't find the answer to your question, then go ahead and ask. Staff and First Line Support (FLS) are not here to hand-feed you the answers you could have found on your own with a little bit of effort. Apply yourself. Put <i>some</i> effort in.
|
99
|
|
- </li>
|
100
|
|
- <li>
|
101
|
|
- Be sure you read all the sticky threads in a forum before you post. Let's be honest, we both know you're not going to do this.
|
102
|
|
- </li>
|
103
|
|
- <li>
|
104
|
|
- Use descriptive and specific subject lines. This helps others decide whether your particular words of "wisdom" relate to a topic they care about.
|
105
|
|
- </li>
|
106
|
|
- <li>
|
107
|
|
- Don't post comments that don't add anything to the discussion. If you don't have anything valuable to say, don't say anything. When you're just cruising through a thread in a leisurely manner, it's not too annoying to read through a lot of "hear, hear"'s and "I agree"'s. But if you're actually trying to find information, it's a pain in the ass. So save those one-word responses for threads that have degenerated to the point where none but true aficionados are following them any more.
|
108
|
|
- <p>
|
109
|
|
- Or short: NO spamming, unless it's funny.
|
110
|
|
- </p>
|
111
|
|
- </li>
|
112
|
|
- <li>
|
113
|
|
- Refrain from quoting excessively. When quoting someone, use only the portion of the quote that is absolutely necessary. This includes quoting pictures! Don't quote the entire first post, either. I swear to god if I see you doing this it's over.
|
114
|
|
- </li>
|
115
|
|
- <li>
|
116
|
|
- Feel free to request and discuss cracks for games and software. Links are fine, but if they're found to be malicious, the fire's gonna be under <i>your</i> ass.
|
117
|
|
- </li>
|
118
|
|
- <li>
|
119
|
|
- Political or religious discussions are okay. These types of discussions lead to arguments and flaming users, which can be pretty funny to watch and gives staff a good excuse to ban people.
|
120
|
|
- </li>
|
121
|
|
- <li>
|
122
|
|
- Don't waste other people's bandwidth by posting images with a large file size.
|
123
|
|
- </li>
|
124
|
|
- <li>
|
125
|
|
- Be (a little) patient with newcomers. Once you have become an expert, it is easy to forget that you started out as a dumbass too.
|
126
|
|
- </li>
|
127
|
|
- <li>
|
128
|
|
- Requesting invites to other sites is probably fine unless you're being obnoxious about it. Invites may be formally <strong>offered</strong> in the invite forum, and nowhere else.
|
129
|
|
- </li>
|
130
|
|
- <li>
|
131
|
|
- No language other than English (and Japanese, when relevant) is permitted in the forums. If we can't understand it, we will assume you're calling our mothers whores.
|
132
|
|
- </li>
|
133
|
|
- <li>
|
134
|
|
- Mature and graphic content on the forums and IRC is acceptable. In fact, it's expected. This is a porn site. Pictures of spiderman are prohibited.
|
135
|
|
- </li>
|
|
73
|
+ <li>Many forums have their own set of rules. Make sure you read and take note of these rules before you attempt to post in one of these forums.</li>
|
|
74
|
+ <li>No commercial advertising or referral schemes. This includes any scheme in which the poster gets personal gain from users clicking a link. You will be immediately banned for this, no questions asked.</li>
|
|
75
|
+ <li>No asking for money for any reason whatsoever. We don't know or care about your friend who lost everything, or dying relative who wants to enjoy their last few moments alive by being given lots of money.</li>
|
|
76
|
+ <li>Do not inappropriately advertise your uploads. In special cases, it is acceptable to mention new uploads in an approved thread, but be sure to carefully read the thread's rules before posting. It is also acceptable to discuss releases you have uploaded when conversing about the title itself. Blatant attempts to advertise your uploads outside of the appropriate forums or threads may result in a warning or loss of privileges.</li>
|
|
77
|
+ <li>No posting requests in forums. There's a requests link at the top of the page for a reason.</li>
|
|
78
|
+ <li>Be sure you read all the sticky threads in a forum before you post.</li>
|
|
79
|
+ <li>Use descriptive and specific subject lines. This helps others decide whether your particular words of "wisdom" relate to a topic they care about.</li>
|
|
80
|
+ <li>Don't post comments that don't add anything to the discussion. This generally includes any post without its own substance, such as "I agree" or "haha". These kinds of posts are annoying to people who are trying to actually find some information in a thread.</li>
|
|
81
|
+ <li>Refrain from quoting excessively. When quoting someone, use only the portion of the quote that is absolutely necessary.</li>
|
|
82
|
+ <li>Do not post any potentially malicious links without sufficient warning.</li>
|
|
83
|
+ <li>Don't waste other people's bandwidth by posting images with a large file size.</li>
|
|
84
|
+ <li>Only offer or request invites to other trackers in designated forums. If you can't find the invite forum, it's because you don't have access to it and should not post about it.</li>
|
|
85
|
+ <li>No language other than English (and Japanese, when relevant) is permitted in the forums.</li>
|
|
86
|
+ <li>Some things that <em>are</em> allowed include mature and graphic content, political and religious discussions, and insults. You are welcome to express whatever inflammatory opinions you want as long as you don't go overboard with it.</li>
|
136
|
87
|
</ol>
|
137
|
88
|
<?
|
138
|
89
|
}
|
|
@@ -144,23 +95,19 @@ class Rules {
|
144
|
95
|
public static function display_irc_chat_rules() {
|
145
|
96
|
?>
|
146
|
97
|
<ol>
|
147
|
|
- <li>Staff have the final decision. If a staff member says stop and you continue, expect to be called a faggot.</li>
|
148
|
|
- <li>Be respectful to IRC Operators and Administrators. These people are site staff who do it for FREE. They are here for the benefit of all and to aid in conflict resolution. They enjoy Hot Pockets.</li>
|
149
|
|
- <li>Do not link shock sites without a warning (unless it's funny). If in doubt, ask a staff member in <?=(BOT_HELP_CHAN)?> about it.</li>
|
150
|
|
- <li>Excessive swearing will not get you kicked; practice being a sailor.</li>
|
|
98
|
+ <li>Staff have the final decision. If a staff member says stop and you continue, expect repercussions.</li>
|
151
|
99
|
<li>Do not leave Caps Lock enabled all the time. It gets annoying, and you will likely get yourself kicked.</li>
|
152
|
|
- <li>No arguing. You can't win an argument <s>over the Internet</s> because you're probably a dumbass, so you're just wasting your time trying.</li>
|
153
|
100
|
<li>No opinions, especially related to race, religion, politics, etc are allowed. Failure to comply with a request to cease having an opinion WILL be considered a thoughtcrime and you WILL be reeducated.</li>
|
154
|
|
- <li>Flooding is irritating and will warrant you a kick if it isn't funny enough or if an admin is cranky. This includes, but is not limited to, automatic "now playing" scripts, pasting large amounts of text, and multiple consecutive lines with no relevance to the conversation at hand.</li>
|
155
|
|
- <li>Impersonation of other members — particularly staff members — will not go unpunished. If you are uncertain of a user's identity, check their vhost, and then continue to be uncertain of their identity.</li>
|
|
101
|
+ <li>Flooding is irritating and will warrant you a kick if it isn't funny enough or if an admin is cranky. This includes, but is not limited to, automatic "now playing" scripts, pasting large amounts of irrelevant text, and multiple consecutive lines with no relevance to the conversation at hand.</li>
|
|
102
|
+ <li>Impersonation of other members — particularly staff members — will not go unpunished. If you are uncertain of a user's identity, check their vhost</li>
|
156
|
103
|
<li>Spamming is <b>strictly</b> forbidden unless it's funny. This includes, but is not limited to, personal sites, online auctions, and cans of blended meat.</li>
|
157
|
|
- <li>Obsessive annoyance — both to other users and staff — will not be tolerated.</li>
|
|
104
|
+ <li>Obsessive annoyance — both to other users and staff — will not be tolerated.</li>
|
158
|
105
|
<li>Do not PM, DCC, or Query anyone you don't know or have never talked to without asking first; this applies specifically to staff.</li>
|
159
|
|
- <li>No language other than English is permitted in the official IRC channels. If you can't use a real language, just stay in your shithole country.</li>
|
160
|
|
- <li>The offering, selling, trading, and giving away of invites to this or any other site on our IRC network is <strong>strictly whatever</strong>.</li>
|
|
106
|
+ <li>No language other than English is permitted in the official IRC channels.</li>
|
161
|
107
|
<li>Bots are not permitted in official channels with the exception of <strong>#oppaitime-announce</strong> and <strong>#oppaitime-requests</strong>.</li>
|
162
|
108
|
<li>Any bots you have on IRC should authenticate with Udon using your own username and IRC key</li>
|
163
|
109
|
<li>Bots must identify themselves by setting the +B usermode on themselves.</li>
|
|
110
|
+ <li>Unofficial channels are <em>not</em> policed by staff. Any content or discussion that goes on in unofficial channels shoud be treated as part of an unrelated public irc network.</li>
|
164
|
111
|
<li><strong>Read the channel topic before asking questions.</strong></li>
|
165
|
112
|
</ol>
|
166
|
113
|
<?
|