Jump to content

cbox


What Do You Think?  

11 members have voted

  1. 1. Do you like this Idea?

    • Yes
      2
    • No
      7
    • Maybe
      2


Recommended Posts

Posted (edited)

I was thinking, what if IBM had its own image board were people would post whatever, it would be the ultimate off topic area, of course there would be rules and stuff but I noticed that some topics are so much off topic that it gets locked in the off topic area, there could be a gfx area, off topic area, or NSFW area, or even a flaming area so that you can let out all your steam cause someone in IBM made you mad

 

IDK how to make it work :/ I was told its easy but I can't make sence of it at all, maybe someone here can figure it out but I can't

 

SET UP INSTRUCTIONS:

  1. Download Wakaba in the attached folder
  2. Set up a MySQL database. If you don't know how to do this, ask your webhost; every host has a different way of going about this. You need the address for the database, the username, and the password.
  3. Extract Wakaba.zip to your computer somewhere. The desktop works just fine. Now, using the plain-text editor of your choice (notepad, wordpad, etc, but NOT something like Microsoft Word), open up "config.pl".
  4. The only lines you are required to change are: use constant ADMIN_PASS needs to contain your new password. use constant NUKE_PASS needs to contain the password for destroying the board. use constant SECRET is used for generating secure tripcodes; just bang on the keyboard for a while. use constant SQL_DBI_SOURCE this takes the form 'DBI:mysql:database=<name of your mysql database>;host=<address of your mysql database>'. Sometimes the address is 'localhost', sometimes not. Consult your host for details. use constant SQL_USERNAME is your SQL login name. use constant SQL_PASSWORD is your SQL login password. An example setup looks like this: use constant ADMIN_PASS => 'secret'; use constant NUKE_PASS => 'supersecret'; use constant SECRET => 'jhkasdfkjniuhsagln pivhgpqwhbe4 lh v0SER98YT4'; use constant SQL_DBI_SOURCE => 'DBI:mysql:database=imageboard;host=imageboard.example.tdl'; use constant SQL_USERNAME => 'joebob'; use constant SQL_PASSWORD => 'joebobspassword'; Make sure you remove the # from in front of these lines after you change them.
  5. Those were the lines you were required to change in order to get your board working. There are some other things we want to do while we have this file open, however. Since the comments in the config files are pretty self-explainitory, I'll just run through the sections:
    • System config - This area controls all of the behind-the-scenes settings of the board. Set and forget.
    • Page look - These lines control board name, top image, default css, default names/links/comments, and thread display behavior.
    • Limitations - These lines are for controlling how long posts/thread stay around for and attributes of uploaded files
    • Captcha - Captcha settings. Normally you won't have to mess with these (unless you want to turn it off).
    • Load Balancing - Beyond the scope of this tutorial, but wakaba is experimenting with allowing image files to be spread out over multiple domains.
    • Proxy - Also experimental, these are setting for wakaba's Open-proxy checker. Off by default.
    • Tweaks - Miscellaneous settings. Mostly for power users.
    • Internal paths and files - As it says, might as well leave this alone. The spam link database links are kept here, though.
    • Icons for filetypes - Here, you can add other files to allow to be uploaded outside of the default jpg/png/gif.

[*] Now then, with all these changes made, upload the entire 'wakaba' directory to your webhost.

[*] Check your webhost's documentation to see what permissions you need to set these files to. These rules should be labeled "cgi file permissions" or something to that effect. For most people, "775" shuld work just fine. Set "wakaba.pl" and "captcha.pl", as well as the wakaba directory and subdirectories to this value.

[*] Now visit "wakaba.pl" in your browser window. If you've done everything correctly, your board should appear!

wakaba.zip

Edited by Dan
Fixed poll
Posted
lol that's not the point *face palm* I said it was like 4chan, you know this was made long before 4chan i just used it as an example because a large amount of people know what it is
Posted
Lol, 4chan has been around longer than iBM. it exitsed before the earliest year on the site. Also, setting up an imageboard is easy, i've made one as a test. I'm thinking of setting one up for my new site.
Posted
Lol, 4chan has been around longer than iBM. it exitsed before the earliest year on the site. Also, setting up an imageboard is easy, i've made one as a test. I'm thinking of setting one up for my new site.

 

im not talking about this site, im talking about other boards that are much MUCH older, the script its based off of was originally Russian to

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...