bant.config.ini
1 [bant's config] 2 3 ; domainid,sizeid,zoneid,k (desktop then mobile) 4 AD_BIDGEAR_TOP = 176,1,5148,5f599fefc6c73,0,2,5149,5f59a00f01673 5 AD_BIDGEAR_BOTTOM = 176,1,5187,5f5ef92eec034,176,2,5188,5f5ef93fac7ed 6 7 [Features and related config] 8 9 HTML_IFRAME_WHITELIST = %^(https?:)?//(www\.youtube(-nocookie)?\.com/embed/|interactives\.ap\.org/)% 10 11 JSON_TAIL_SIZE = 50 12 13 ; Text to go inside of the meta-description tag 14 META_DESCRIPTION = "/bant/ - International/Random" is 4chan's international hanging out board, where you can have fun with Anonymous all over the world. 15 ; Text to go inside of the meta-keywords tag 16 META_KEYWORDS = imageboard,international,foreign,culture,language 17 ; The board's category 18 CATEGORY = nws 19 20 ; Don't allow user deletion of threads 21 NO_DELETE_OP = yes 22 23 ; Show poster's unique ID based on IP and date, if email field is blank 24 DISP_ID = yes 25 ; If DISP_ID is enabled, make IDs per-thread instead of per-board? 26 DISP_ID_PER_THREAD = yes 27 ; If DISP_ID is enabled, stop ID from being Heaven when sage is used 28 DISP_ID_NO_HEAVEN = yes 29 ; Show country flags next to names 30 SHOW_COUNTRY_FLAGS = yes 31 32 ; Enable archiving of expired posts? 33 ENABLE_ARCHIVE = no 34 35 ; Allow credit allocation for captcha bypassing. 36 CAPTCHA_ALLOW_BYPASS = no 37 38 [Limits] 39 ; Based on /b/ 40 ; Seconds between posts 41 RENZOKU = 15 42 ; Seconds between image posts 43 RENZOKU2 = 15 44 ; Seconds between intra thread posts 45 RENZOKU_INTRA = 15 46 ; Seconds between intra thread image posts 47 RENZOKU2_INTRA = 15 48 ; Seconds between new threads 49 RENZOKU3 = 60 50 51 ; Maximum number of pages (overrides LOG_MAX; 0 = disable) 52 ;PAGE_MAX = 15 53 ; Maximum upload size in KB 54 MAX_KB = 2048 55 MAX_WEBM_FILESIZE = 2048 56 ; Maximum number of replies shown to a thread on index pages 57 REPLIES_SHOWN = 3 58 ; Maximum number of lines shown on index pages 59 MAX_LINES_SHOWN = 10 60 ; Maximum number of lines allowed in a post 61 MAX_LINES = 50 62 ; Threads per page 63 ;DEF_PAGES = 15 64 ; Number of bumps before thread will no longer bump 65 MAX_RES = 300 66 ; Maximum amount of image replies in a thread 67 MAX_IMGRES = 150 68 ; Seconds between new threads 69 ;RENZOKU3 = 600 70 ; Sage OPs replies if the length since their last post is too short 71 RENZOKU_OP = yes 72 ; Time since last post when OPs replies will sage 73 RENZOKU_OP_TIME = 600 74 75 MAX_USER_THREADS = 3 76 77 ; Remove the threads least recently replied to 78 EXPIRE_NEGLECTED = yes