/ config / boards / j.config.ini
j.config.ini
  1  [j's config]
  2  
  3  ; Disabling stuff to prevent data leakage to non-janitors
  4  ; !!! DO NOT CHANGE THESE !!!
  5  USE_RSS = no
  6  ENABLE_JSON = no
  7  ENABLE_JSON_INDEXES = no
  8  ENABLE_JSON_CATALOG = no
  9  ENABLE_JSON_THREADS = no
 10  ENABLE_CATALOG = no
 11  ENABLE_ARCHIVE = no
 12  SHOW_UNIQUES = no
 13  SHOW_THREAD_UNIQUES = no
 14  DISP_ID = no
 15  CAN_REPORT_POSTS = no
 16  
 17  JSON_TAIL_SIZE = 0
 18  
 19  ; Enable/disable lockdown mode for /j/ (disallows posting)
 20  
 21  ; Lockdown
 22  ;LOCKDOWN = yes
 23  
 24  [Limits]
 25  
 26  ; Maximum number of entries before oldest thread is pruned
 27  LOG_MAX = 1000000000
 28  ; Maximum number of pages (overrides LOG_MAX; 0 = disable)
 29  PAGE_MAX = 0
 30  
 31  ; Number of bumps
 32  MAX_RES = 1000
 33  
 34  [General Locations]
 35  
 36  ; The title of the image board
 37  TITLE = /j/ - Janitor & Moderator Discussion
 38  
 39  ; Name of the first index page
 40  SELF_PATH2_FILE = {{DATA_ROOT}}imgboard.html.php
 41  ; URL to index.html
 42  SELF_PATH2_ABS = //sys.4chan.org/j/
 43  ; the extension of saved HTML files
 44  PHP_EXT = .html.php
 45  PHP_EXT2 =
 46  DATA_ROOT = /www/4chan.org/web/sys/{{BOARD_DIR}}/
 47  CATEGORY = nws
 48  
 49  ; Different roots to obscure image locations
 50  BOARD_DIR = j
 51  THUMB_ROOT = /www/4chan.org/web/thumbs/{{BOARD_DIR}}/h8x8FnR5iwB4J8q8/
 52  IMG_ROOT = /www/4chan.org/web/images/{{BOARD_DIR}}/v7Wtc0EJILEQFuTo/
 53  IMG_DIR2 = {{IMG_SERVER}}{{BOARD_DIR}}/v7Wtc0EJILEQFuTo/
 54  ; image URLs, note RES_DIR2 is not an absolute URL atm
 55  THUMB_DIR2_PART = i.4cdn.org/{{BOARD_DIR}}/h8x8FnR5iwB4J8q8/
 56  
 57  RES_DIR2 = thread/
 58  
 59  ; Text to be shown at the top of each board (disabled)
 60  GLOBAL_MSG_FILE = 
 61  
 62  [Features and related config]
 63  
 64  ; Enable janitor board features
 65  JANITOR_BOARD = yes
 66  
 67  ; Refuse text only posts (yes = refuse them, no = allow them!)
 68  NO_TEXTONLY = no
 69  
 70  ; Specify custom favicon
 71  FAVICON = //s.4cdn.org/image/favicon-j.ico
 72  
 73  ; Specify CSS to force
 74  CSS_FORCE = //s.4cdn.org/css/janichan.css
 75  
 76  ; Gzip won't work on /j/
 77  USE_GZIP = no
 78  
 79  ; Disable reCAPTCHA
 80  CAPTCHA = no
 81  
 82  ; Disable blotter
 83  SHOW_BLOTTER = no
 84  
 85  ; For that HPH thread
 86  CODE_TAGS = yes
 87  MAX_COM_CHARS_AUTHED = 50000
 88  
 89  [Advertisements]
 90  
 91  ; Remove ads
 92  
 93  AD_PLEA = no
 94  AD_EMBEDEARLY =
 95  AD_TOP_ENABLE = no
 96  AD_MIDDLE_ENABLE = no
 97  AD_BOTTOM_ENABLE = no
 98  AD_TOP_PLEA =
 99  AD_MIDDLE_PLEA =
100  AD_BOTTOM_PLEA =
101  
102  ; desktop top
103  AD_ADGLARE_TOP = 
104  ; desktop bottom
105  AD_ADGLARE_BOTTOM = 
106  ; mobile top
107  AD_ADGLARE_TOP_MOBILE = 
108  ; mobile bottom
109  AD_ADGLARE_BOTTOM_MOBILE = 
110  ; desktop catalog top
111  AD_ADGLARE_TOP_CATALOG = 
112  ; desktop catalog bottom
113  AD_ADGLARE_BOTTOM_CATALOG = 
114  ; desktop revcontent top
115  AD_RC_TOP = 
116  ; desktop revcontent bottom
117  AD_RC_BOTTOM = 
118  ; desktop revcontent top catalog
119  AD_RC_TOP_CATALOG = 
120  ; desktop revcontent bottom catalog
121  AD_RC_BOTTOM_CATALOG = 
122  ; mobile revcontent top
123  AD_RC_TOP_MOBILE = 
124  ; mobile revcontent bottom
125  AD_RC_BOTTOM_MOBILE = 
126  ; adnium mobile top
127  AD_ADNIUM_TOP_MOBILE =
128  ; adnium mobile bottom
129  AD_ADNIUM_BOTTOM_MOBILE =
130  ; content abc desktop top: left,right
131  AD_ABC_TOP_DESKTOP =
132  ; content abc mobile top
133  AD_ABC_TOP_MOBILE =
134  ; content abc bottom top
135  AD_ABC_BOTTOM_MOBILE =
136  ; juicyads catalog top
137  AD_JUICY_TOP_CATALOG =
138  ; juicyads catalog bottom
139  AD_JUICY_BOTTOM_CATALOG =
140  ; juicyads index bottom
141  AD_JUICY_BOTTOM_DESKTOP =
142  
143  ADS_DANBO = no
144  
145  ADS_BIDGLASS = no
146  
147  ADS_BIDGLASS_TOP_DESKTOP =
148  ADS_BIDGLASS_BOTTOM_DESKTOP =
149  
150  ADS_BIDGLASS_TOP_MOBILE =
151  ADS_BIDGLASS_BOTTOM_MOBILE =
152  
153  
154  [Misc]
155  
156  SQL_DEBUG = 0