Empty commit

This commit is contained in:
Git 2012-01-12 08:00:37 +00:00
parent 9ac70e29fe
commit 1cc65207aa
2 changed files with 2 additions and 2 deletions

View File

@ -220,7 +220,7 @@
<li><strong>Lossy:</strong> MP3, Ogg Vorbis, AAC, AC3, DTS</li>
<li><strong>Lossless:</strong> FLAC</li>
</ul>
<p><em>Only standard versions of each format are allowed. Hybrid formats that combine both lossless and lossy audio data such as DTS-HD and mp3HD are not allowed.</em></p>
<p><em>Only standard versions of each format are allowed. Hybrid formats that combine both lossless and lossy audio data such as DTS-HD and mp3HD are not allowed. AC3 and DTS are reserved for commercial media sources only if they contain such tracks; transcoding from any other source, including lossless (e.g. PCM and MLP formats), is not allowed.</em></p>
</li>
<li id="r2.1.2"><a href="#h2.1"><strong>&uarr;_</strong></a> <a href="#r2.1.2">2.1.2.</a> <strong>No transcodes or re-encodes of lossy releases are acceptable here.</strong> There are no exceptions regardless of how rare you claim the release is. The only acceptable transcodes are releases that were transcoded from a lossless source (e.g. CD, SBD, DAT, Vinyl, SACD, LPCM). <u>Exceptions</u>: Official lossy-mastered releases are not considered to be transcodes. They are allowed on the site. It is highly recommended you provide proof in at least one of the following forms: a) digital photo proving ownership of the CD or hi-res scan of the CD top b) a rip log c) confidence of 2 or more verification with AccurateRip in the rip log or after ripping (with <a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=53583">arcue.pl</a> / <a href="http://www.hydrogenaudio.org/forums/index.php?showtopic=60440">arcue.exe</a>, <a href="http://wiki.hydrogenaudio.org/index.php?title=CueTools">CUE Tools</a>, or equivalent) in your <em>Release description</em>. You must provide this proof if requested by staff.
</li>

View File

@ -2,7 +2,7 @@
set_time_limit(50000);
ob_end_flush();
gc_enable();
//TODO: make it awesome, make it flexible
//TODO: make it awesome, make it flexible!
//INSERT INTO users_geodistribution (Code, Users) SELECT g.Code, COUNT(u.ID) AS Users FROM geoip_country AS g JOIN users_main AS u ON INET_ATON(u.IP) BETWEEN g.StartIP AND g.EndIP WHERE u.Enabled='1' GROUP BY g.Code ORDER BY Users DESC
/*************************************************************************\
//--------------Schedule page -------------------------------------------//