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 = <<There is a large penalty for abusing their powers to ban users for other reasons. That penalty is that I will not only remove their global volunteer position, but also commandeer their board. I will then find another suitable owner for it among the board's users and give it to them.

-

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 = <<Do not post, request, or link to any content illegal in the United States of America. Do not create boards with the sole purpose of posting or spreading such content.

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?

How do I add more volunteers?

You may do this in your board settings, click on "Edit board volunteers".

How do I manage my board?

@@ -45,7 +45,7 @@ $body = <<You still may lose access to your board, however, if you fail to log in for two weeks or it receives no posts for a week. See here for a list of boards that are available for reclaiming.

How do I post as a volunteer on my board?

-

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.

Help! The owner of X board is doing something I don't like!

@@ -76,8 +76,8 @@ $body = <<Who owns /meta/, /b/ and /news+/?

No one, so they are de facto property of the administration.

-

Why does https://8chan.co/banned say that I'm banned? I can still use the boards?

-

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.

+

Why does https://8ch.net/banned say that I'm banned? I can still use the boards?

+

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.

Where's the mobile app?

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.

diff --git a/templates/8chan/create_success.html b/templates/8chan/create_success.html index 25fe4177..1718bcf4 100644 --- a/templates/8chan/create_success.html +++ b/templates/8chan/create_success.html @@ -2,4 +2,4 @@

{% trans %}Make sure you don't forget your password, {{ password }}{% endtrans %}

-

{% trans %}You can manage your board at http://8chan.co/mod.php?/.{% endtrans %}

+

{% trans %}You can manage your board at https://8ch.net/mod.php?/.{% endtrans %}

diff --git a/templates/8chan/index.html b/templates/8chan/index.html index 43d98701..e6c2a9de 100644 --- a/templates/8chan/index.html +++ b/templates/8chan/index.html @@ -229,7 +229,7 @@
@@ -298,7 +298,7 @@

{% trans %}On ∞chan, you can create your own imageboard for free with no experience or programming knowledge needed.{% endtrans %}

-

{% trans %}Warning: Some boards on this site might contain content of an adult or offensive nature. Please cease use of this site if it is illegal for you to view such content. The boards on this site are made entirely by the users and do not represent the opinions of the administration of 8chan.co. In the interest of free speech, only content that directly violates the DMCA or other US laws is deleted.{% endtrans %}

+

{% trans %}Warning: Some boards on this site might contain content of an adult or offensive nature. Please cease use of this site if it is illegal for you to view such content. The boards on this site are made entirely by the users and do not represent the opinions of the administration of 8chan. In the interest of free speech, only content that directly violates the DMCA or other US laws is deleted.{% endtrans %}

{% trans %}Create your board{% endtrans %} {% trans %}Browse existing boards{% endtrans %} diff --git a/templates/mod/settings.html b/templates/mod/settings.html index 85338f31..ce68ec41 100644 --- a/templates/mod/settings.html +++ b/templates/mod/settings.html @@ -73,7 +73,7 @@
- +
{% trans %}Default poster name{% endtrans %}
{% trans %}Board announcement{% endtrans %}
{% trans %}Rules{% endtrans %}
{% trans %}Allowed tags:{% endtrans %} p li ol ul strong em u h2
{% trans %}Rules will appear at:{% endtrans %} https://8chan.co/{{board.uri}}/rules.html
{% trans %}Rules{% endtrans %}
{% trans %}Allowed tags:{% endtrans %} p li ol ul strong em u h2
{% trans %}Rules will appear at:{% endtrans %} https://8ch.net/{{board.uri}}/rules.html
{% trans %}Stylesheet{% endtrans %}
{% trans %}note: does not validate CSS{% endtrans %}
{% trans %}Allowed URLs:{% endtrans %}
{{ allowed_urls|join('
') }}