Quantcast
Viewing all articles
Browse latest Browse all 3254

Re: MR3020 Installation as followed from piratebox DIY

Language: PHP
# System config use constant ADMIN_PASS => 'somethingsomething'; # Admin password. For fucks's sake, change this. use constant SECRET => 'a1b2c3d4e5f6d'; # Cryptographic secret. CHANGE THIS to something totally random, and long. #use constant CAPPED_TRIPS => ('!!example1'=>' capcode','!!example2'=>' <em>cap</em>'); # Admin tripcode hash, for startng threads when locked down, and similar. Format is '!trip'=>'capcode', where 'capcode' is what is shown instead of the trip. This can contain HTML, but keep it valid XHTML!

"PASS" is the admin password, used to remove posts for example from the image board. You will need this password if you want to do some admin task on your image board.
"SECRET": just make it a long, randomg string of numbers+text. You will not need to remember this, nor will you use directly

Viewing all articles
Browse latest Browse all 3254

Trending Articles