diff --git a/README.md b/README.md index d1c1ae31..5b3401a5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ infinity About ------------ -infinity is a fork of vichan, with the difference that infinity is geared towards allowing users to create their own boards. A running instance is at https://8chan.co. +infinity is a fork of vichan, with the difference that infinity is geared towards allowing users to create their own boards. A running instance is at [8ch.net](https://8ch.net/) Most things (other than installation) that apply to upstream vichan also apply to infinity. See their readme for a detailed FAQ: https://github.com/vichan-devel/vichan/blob/master/README.md diff --git a/claim-old.php b/claim-old.php index 77168ab1..8b06d77d 100644 --- a/claim-old.php +++ b/claim-old.php @@ -109,7 +109,7 @@ $body = "
Please read the following instructions carefully:
The username of the admin of this board is {$mods[0]['username']}. Please write this down, you will need it to log in. It cannot be changed.
A new password has been generated for this board. It is {$password} . Please write this down, you will need it to log in. If you forget your password, it cannot be changed. You must wait to reclaim the board again! Do not lose it.
-The URL you use to manage your board is 8chan.co/mod.php. Log in using the details above. Note: The board can still be claimed by another user until you log in for the first time or if it still meets the inactivity criteria, so post something!
+The URL you use to manage your board is https://8ch.net/mod.php. Log in using the details above. Note: The board can still be claimed by another user until you log in for the first time or if it still meets the inactivity criteria, so post something!
";
diff --git a/expire.php b/expire.php
index 8ca0789f..6eae29b2 100644
--- a/expire.php
+++ b/expire.php
@@ -63,7 +63,7 @@ if ($argc > 1) {
$f = fopen('rip.txt', 'a');
fwrite($f, "--\r\n".date('c')."\r\n");
foreach($delete as $i => $d){
- file_get_contents('http://8chan.co/listboards.php');
+ file_get_contents('http://8ch.net/listboards.php'); //I think this is bad
$s = "RIP /".$d['board']."/, created by ".($d['mod']?$d['mod']:'?')." and last active on ".$d['last_activity']->format('Y-m-d H:i:s.').($d['last_mod'] ? ' Mod last active on ' . $d['last_mod']->format('Y-m-d H:i:s.') : ' Mod never active.') . " Number of posts: {$d['count']}." . "\r\n";
echo $s;
fwrite($f, $s);
diff --git a/faq.php b/faq.php
index b3206315..bfb7bd22 100644
--- a/faq.php
+++ b/faq.php
@@ -15,7 +15,7 @@ $body = <<
Thus, the only people who can delete content from 8chan.co are those who have a stake in the site itself because they own the boards. Thus, they are not really doing it for free - they are simply protecting their boards by protecting the site as a whole. It is in their interest to keep the site free of illegal content so that their boards stay up. If they abuse their power, the board that they worked hard to create is stripped from them.
+Thus, the only people who can delete content from 8chan are those who have a stake in the site itself because they own the boards. Thus, they are not really doing it for free - they are simply protecting their boards by protecting the site as a whole. It is in their interest to keep the site free of illegal content so that their boards stay up. If they abuse their power, the board that they worked hard to create is stripped from them.
This means that there's only one person that needs to be trusted: me. If I could have found a way to remove myself from the trust model, I would have, but that is impossible given someone has to run the server.
@@ -26,9 +26,9 @@ $body = <<Other than that, you are free to institute whatever rules you want on your board.
-More information about US obscenity laws and how they relate to 8chan boards
-More information about the Dost test
-Just who is this 8chan person anyway?
+More information about US obscenity laws and how they relate to 8chan boards
+More information about the Dost test
+Just who is this 8chan person anyway?
You may do this in your board settings, click on "Edit board volunteers".
Make sure you are using the volunteer interface to view your board. The URL of your browser should be https://8chan.co/mod.php?/yourboard.
+Make sure you are using the volunteer interface to view your board. The URL of your browser should be https://8ch.net/mod.php?/yourboard.
If you are the owner of the board, put "## Board Owner" in the name field. If someone else is the owner and you are just assisting them, put "## Board Volunteer" in the name field. Write your post and click "Reply". It will appear with your capcode.
No one, so they are de facto property of the administration.
-8chan is centered around user created boards. That's a board with CSS that makes it look like the ban page, not an official page. You've been tricked. 8chan.co has no official ban check page.
+8chan is centered around user created boards. That's a board with CSS that makes it look like the ban page, not an official page. You've been tricked. 8chan has no official ban check page.
There is no official mobile app, however there is an unofficial Android app at wingy/Exodus.
diff --git a/js/ajax.js b/js/ajax.js index a80ae541..43b88934 100644 --- a/js/ajax.js +++ b/js/ajax.js @@ -117,7 +117,7 @@ $(window).ready(function() { }, error: function(xhr, status, er) { console.log(xhr); - alert(_('The server returned an error or truncated response -- your post was probably still submitted. If it wasn\'t, 8chan.co might be experiencing issues right now -- please try your post again later.')); + alert(_('The server returned an error or truncated response -- your post was probably still submitted. If it wasn\'t, 8chan might be experiencing issues right now -- please try your post again later.')); }, data: formData, cache: false, diff --git a/js/twemoji/twemoji.js b/js/twemoji/twemoji.js index 5d1dd36a..c3bffbe8 100644 --- a/js/twemoji/twemoji.js +++ b/js/twemoji/twemoji.js @@ -24,8 +24,7 @@ var twemoji = (function ( ///////////////////////// // default assets url, by default will be Twitter Inc. CDN - base: (location.protocol === 'https:' ? 'https:' : 'http:') + - '//8ch.net/js/twemoji/', + base: '/js/twemoji/', // default assets file extensions, by default '.png' ext: '.png', diff --git a/templates/8chan/create.html b/templates/8chan/create.html index 91ed9262..b6470709 100644 --- a/templates/8chan/create.html +++ b/templates/8chan/create.html @@ -1,4 +1,4 @@ -Did you know? Many boards with popular names have been abandoned by their owners and can be claimed. See here for a full list.
+Did you know? Many boards with popular names have been abandoned by their owners and can be claimed. See here for a full list.