Browse Source

Replace Oppaitime with BioTorrents.de

pjc 5 years ago
parent
commit
b38e2ba5fd

+ 1
- 1
README.md View File

@@ -1,4 +1,4 @@
1
-This is Oppaitime's version of Gazelle
1
+This is BioTorrents.de's version of Gazelle
2 2
 
3 3
 Below are some lists of differences between this version of Gazelle and What.cd's. Please note that these lists are far from complete.
4 4
 

+ 2
- 2
classes/rules.class.php View File

@@ -47,7 +47,7 @@ class Rules {
47 47
 
48 48
       <li><strong>Certain tags are <strong class="important_text">required</strong> for appropriate uploads:</strong>"<strong class="important_text_alt">lolicon</strong>", "<strong class="important_text_alt">shotacon</strong>", "<strong class="important_text_alt">toddlercon</strong>". Failure to use these tags may result in punishment.</li>
49 49
 
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:
50
+      <li><strong>Use tag namespaces when appropriate.</strong> BioTorrents.de 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 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>
@@ -104,7 +104,7 @@ class Rules {
104 104
       <li>Obsessive annoyance &mdash; both to other users and staff &mdash; will not be tolerated.</li>
105 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>
106 106
       <li>No language other than English is permitted in the official IRC channels.</li>
107
-      <li>Bots are not permitted in official channels with the exception of <strong>#oppaitime-announce</strong> and <strong>#oppaitime-requests</strong>.</li>
107
+      <li>Bots are not permitted in official channels with the exception of <strong>#BioTorrents.de-announce</strong> and <strong>#BioTorrents.de-requests</strong>.</li>
108 108
       <li>Any bots you have on IRC should authenticate with Udon using your own username and IRC key</li>
109 109
       <li>Bots must identify themselves by setting the +B usermode on themselves.</li>
110 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>

+ 1
- 1
sections/tools/managers/sitewide_freeleech.php View File

@@ -74,7 +74,7 @@ if (isset($_POST['type'])) {
74 74
       Torrents::freeleech_torrents($IDs, 1, 3, false);
75 75
       echo("Success! Now run the indexer.");
76 76
     } else {
77
-      error("RIP Oppaitime");
77
+      error("RIP BioTorrents.de");
78 78
     }
79 79
   }
80 80
 } else {

+ 4
- 4
static/opensearch.xml View File

@@ -1,10 +1,10 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2 2
 <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
3
-  <ShortName>Oppaitime</ShortName>
4
-  <Description>Search torrents on Oppaitime</Description>
3
+  <ShortName>BioTorrents.de</ShortName>
4
+  <Description>Search torrents on BioTorrents.de</Description>
5 5
   <InputEncoding>UTF-8</InputEncoding>
6 6
   <OutputEncoding>UTF-8</OutputEncoding>
7 7
   <AdultContent>true</AdultContent>
8
-  <Image height="16" width="16" type="image/vnd.microsoft.icon">https://oppaiti.me/favicon.png</Image>
9
-  <Url type="text/html" template="https://oppaiti.me/torrents.php?searchstr={searchTerms}"/>
8
+  <Image height="16" width="16" type="image/vnd.microsoft.icon">https://biotorrents.de/favicon.png</Image>
9
+  <Url type="text/html" template="https://biotorrents.de/torrents.php?searchstr={searchTerms}"/>
10 10
 </OpenSearchDescription>

+ 1
- 1
static/styles/beluga/style.css View File

@@ -325,7 +325,7 @@ p.min_padding {
325 325
 }
326 326
 
327 327
 #logo a::before {
328
-  content: "Oppaitime";
328
+  content: "BioTorrents.de";
329 329
   font-size: 40px;
330 330
   line-height: 56px;
331 331
   font-weight: 100;

Loading…
Cancel
Save