From d0c4db9f0348cd42215f95a9038d4304ff449ecb Mon Sep 17 00:00:00 2001 From: fourfivesix Date: Tue, 23 Sep 2014 20:45:48 -0300 Subject: [PATCH 1/4] Improves the legibility of boards.php --- boards.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/boards.php b/boards.php index 93ba7fe2..5b01ddef 100644 --- a/boards.php +++ b/boards.php @@ -95,7 +95,12 @@ foreach ($boards as $i => &$board) { $lock = ''; } $board['ago'] = human_time_diff(strtotime($board['time'])); - $body .= "$img/{$board['uri']}/$lock{$board['pph']}{$board['max']}{$board['time']} ({$board['ago']} ago)"; + $body .= ""; + $body .= "$img"; + $body .= "/{$board['uri']}/$lock"; + $body .= "{$board['pph']}"; + $body .= "{$board['max']}"; + $body .= "{$board['time']} ({$board['ago']} ago)"; } else { unset($boards[$i]); $hidden_boards_total += 1; From 2865b17594472c1572bbb9402c318b2a187fd7b6 Mon Sep 17 00:00:00 2001 From: fourfivesix Date: Tue, 23 Sep 2014 20:46:33 -0300 Subject: [PATCH 2/4] Fixes a little HTML mistake in boards.php. --- boards.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.php b/boards.php index 5b01ddef..e78f2698 100644 --- a/boards.php +++ b/boards.php @@ -33,7 +33,7 @@ th.headerSortDown { } CSS; -$body .= ''; +$body .= '
LBoardPosts in last hourTotal postsCreated
'; $total_posts_hour = 0; $total_posts = 0; From 52b9afe4a83a24d26cbcb7d5c5105cc404785b8a Mon Sep 17 00:00:00 2001 From: fourfivesix Date: Tue, 23 Sep 2014 20:49:59 -0300 Subject: [PATCH 3/4] Tabs > spaces. --- boards.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/boards.php b/boards.php index e78f2698..46bddb38 100644 --- a/boards.php +++ b/boards.php @@ -95,12 +95,12 @@ foreach ($boards as $i => &$board) { $lock = ''; } $board['ago'] = human_time_diff(strtotime($board['time'])); - $body .= ""; - $body .= ""; - $body .= ""; - $body .= ""; - $body .= ""; - $body .= ""; + $body .= ""; + $body .= ""; + $body .= ""; + $body .= ""; + $body .= ""; + $body .= ""; } else { unset($boards[$i]); $hidden_boards_total += 1; From e6fb0315cf279c3d9718de1b89d4515f7273600a Mon Sep 17 00:00:00 2001 From: anonfagola Date: Tue, 23 Sep 2014 17:19:41 -0700 Subject: [PATCH 4/4] Updated faq.php Replaced "mod" with volunteer on every trace except filenames. Sounds stupid, but ok. --- faq.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/faq.php b/faq.php index f0637b20..3b6eded7 100644 --- a/faq.php +++ b/faq.php @@ -10,10 +10,10 @@ $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.

-

How do I add more mods?

-

Give them your password. If you don't trust them enough for that, you probably shouldn't be making them a mod.

+

How do I add more volunteers?

+

Give them your password. If you don't trust them enough for that, you probably shouldn't be making them a volunteer.

How do I manage my board?

-

Go to the moderator panel and click on the board link for your board.

+

Go to the volunteer panel and click on the board link for your board.

How do I contact the admin?

The admin can be reached at admin at 8chan dot co.

@@ -22,8 +22,8 @@ $body = <<If either of those is true, the board was deleted automatically. You are free to recreate it. I cannot restore it, so don't bother emailing me about it.

-

How do I post as a mod on my board?

-

Make sure you are using the mod interface to view your board. The URL of your browser should be https://8chan.co/mod.php?/yourboard. Then, put "## Board Moderator" in the name field. Write your post and click "Reply". It will appear with your mod capcode.

+

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. Then, put "## Board volunteer" in the name field. Write your post and click "Reply". It will appear with your volunteer capcode.

How do I donate?

Donations can be sent to 1NpQaXqmCBji6gfX8UgaQEmEstvVY7U32C (Bitcoin) or LUPgSCJt3iGeJXUETVhmnbQ89Riaq1yjZm (Litecoin). PayPal is also accepted @ fredrick.brennan1@gmail.com .

LBoardPosts in last hourTotal postsCreated
$img/{$board['uri']}/$lock{$board['pph']}{$board['max']}{$board['time']} ({$board['ago']} ago)
$img/{$board['uri']}/$lock{$board['pph']}{$board['max']}{$board['time']} ({$board['ago']} ago)