Files
Gw0bm/resources/views/layout8/rules.blade.php
2021-11-07 10:28:35 +00:00

67 lines
3.1 KiB
PHP

@extends('profilelayout')
@section('novidcontent')
<div class="page-header">
<h4>Rules for w0bm.com</h4>
</div>
<p>These are more or less guidelines for a friendly and peaceful together, please don't try to abuse this or push it to the limits.</p>
<div class="box">
<h5>General</h5>
<ol>
<li>Content on this website is intended for adults (18+), we can't check your age and don't want to, but keep this in mind, this is a website by adults for adults.</li>
<li>No Comment or Tag spamming</li>
<li>No Child porn and/or underage modeling videos/links to websites</li>
<li>No racism, I know this can be defined however someone wants, but deep inside most of us know when it's going into the racism direction and I don't want to see that here.</li>
<li>Be friendly to each other!</li>
<li>No Terrorist Propaganda and Content!</li>
</ol>
</div>
<div class="box">
<h5>Uploading</h5>
<ol>
<li>The focus is on videos that are catchy and fun to watch, for example <a href="/index?q=loop">loops</a> this does not mean these are the only videos we welcome, it's just our main focus, we have plenty of videos that are completely unrelated to loops or catchy stuff and are still fitting, ask yourself "does my upload fit on w0bm.com?" and if yes, you're good to go!</li>
<li>The Artist and Songtitle field is only for the Artist and Song information respectively, anything else in there probably doesn't belong in there, use the Tags.</li>
<li>I reserve the right to remove uploads that I consider not worth being on w0bm.com without comment, discussions about deleted videos will be ignored and can lead in extreme cases to a ban.</li>
<li>No videos with watermarks like coub.com they will be removed regardless of quality, please take the time to either recreate or censor the watermark.</li>
</ol>
</div>
<div class="box">
<h5>Tagging</h5>
<ol>
<li><b>You have to add at least 3 tags describing the video, not doing so can lead to a ban.</b></li>
<li>Tags should always describe what you see in the video and maybe some additional informations</li>
<li>No links in the Tags, use the comment section for that!</li>
<li>Always give your video a rating like "sfw" or "nsfw" so people can filter.</li>
<li>Comments are not welcome in the Tag section</li>
</ol>
</div>
<div class="box">
<h5>Commenting</h5>
<ol>
<li>You don't have to be polite, but you also don't have to be an asshole.</li>
<li>NSFW images should only be posted on NSFW videos.</li>
<li>Live with different opinions, and deal with it.</li>
<li>No scam links or links to paywall sites, no unauthorized advertisment</li>
</ol>
</div>
<div class="box">
<h5>Reposts</h5>
<ul style="text-align:left;">
<li>Tag reposts with the tag: repost also link the original and the repost in the comments, maybe some admin or moderator is going to care about it and deletes the repost.</li>
</ul>
</div>
<p>These rules can change at any time!</p>
<?php
$filename = '/home/sirx/web/w0bm.com/resources/views/rules.blade.php';
if (file_exists($filename)) {
echo "Last modified: " . date ("F d Y H:i:s.", filemtime($filename));
}
?>
@include('footer')
@endsection