forked from saintly2k/AbulaChan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.php
34 lines (26 loc) · 1.12 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
//AbulaChan - The worst Textboard/Imageboard out there
//you need to change these thingies!
$mypagetitle = 'AbulaChan';
// what's the name of the board?
$subtitle = 'Your daily Imageboard';
//your subtitle lol
$antispam_word = 'eternity';
//eg: "nospam", used to prevent spam
$mysecretword = 'qwertz';
//this is just used for some crayshit. just remember it.
//image functions (yes, but it is GLITCHY! i recommend false)
$enable_guest_images = true; //can people post using images?
//true or false
$default_guest_image = "http://abulafia.space/haha/43E34958-3166-42D9-BCB1-F4EB7D20089A.jpeg"; //this pic is shown if a user doesn't enter a url to a pic
$guest_image_size = "270px";
// is glitchy, im working on it
//other customization
$theme = 'themes/futurama.css';
//The stylesheet. To change, replace the "bazuchan.css" with any other CSS file in the /themes/ folder!
//available: 'bazuchan.css', 'futurama.css', 'abulachan.css', 'cyberpwn.css',
$page_comments = 10;
// number of texts per page (TEN IS RECOMENDED)
$time_zone = 0;
//GMT = 0 while for example, EST = GMT-5, so replace 0 with -5
?>