The Wakaba and Kareha support thread (1000)

1 Name: !WAHa.06x36 : 2006-03-09 11:41 ID:l2svyCMe [Del]

This thread is for all your simple questions about installing and running Wakaba or Kareha, that just require quick answers. Please don't create any more new threads for issues like that, post them in here instead.

43 Name: 15 : 2006-03-26 22:07 ID:Heaven [Del]

>>38-42 Thanks for taking a look at my problem.
yes, I bet it's depend on each person's enviroment but
majority of Japanese people uses IE5-6.0...
Sometimes it's ok but sometime doesnt't its really strange.
So I need to take a look at it little more closely.

By the way, if you have plan to update the script
it would be nice to put function that refuse posting from certain IP address control and delete function using the check box form.
It would greatly decrease management time for website.

Anyway thanks mate!

44 Name: !WAHa.06x36 : 2006-03-27 07:09 ID:l2svyCMe [Del]

>>43

If you can figure out what causes it, I'll try to include a fix. Right now I can't test it, though, since I use a Mac and can't run IE.

There is a script for deleting posts and such. Copy admin.pl out of the extras/ directory. If your webhost uses Apache as a server, you can ban people by hand by adding lines like Deny from 123.123.123.123 to a .htaccess file. I might add some code to do that automatically from inside the script in the next version.

45 Name: Anonymous : 2006-03-27 17:36 ID:heNCjMFK [Del]

>>35
There isn't a way to make the bsd trips the same as other unix trips, because bsd uses MD5 for their crypt and *nix uses DES. If you change it, your user's passwords will then be DES'd and not MD5'd.

46 Name: Anonymous : 2006-03-27 18:37 ID:wD3z/7Gh [Del]

>>45
crypt_default in auth.conf sets the default for crypt().
passwd_format in login.conf sets what is used for user's passwords.

47 Name: Anonymous : 2006-03-27 22:31 ID:heNCjMFK [Del]

>>46

my bad, I guess searching google and the handbook failed-x me XD

48 Name: netcrusher88!.cCWomImlw : 2006-03-31 02:05 ID:6iuXT+1Y [Del]

in wakaba 3.0.4, i don't see any css, any ideas?

49 Name: Anonymous : 2006-03-31 03:15 ID:Heaven [Del]

>>48 link to the board; and did you copy over all the files, including the folder called "css"?

50 Name: !WAHa.06x36 : 2006-03-31 11:39 ID:Heaven [Del]

>>48

Did you run wakaba.pl from the command line at any point? Or did you move it without rebuilding caches? In either case, you need to manually go to http://.../wakaba.pl?task=admin and rebuild caches.

51 Name: netcrusher88!.cCWomImlw : 2006-03-31 11:59 ID:ZO406UmY [Del]

>>49
>>50
http://kompak.mine.nu/wakaba
WARNING NSFW

Yeah, it's set up right, i copied everything over and made sure it's all 755, and have tried rebuilding caches several times.

52 Name: Anonymous : 2006-03-31 12:15 ID:z00puBoN [Del]

Just a big FYI for everyone in this thread:

I was having some 500 Internal Server Error issues, and I was sure everything was right. However, in apache.conf I had to change cgi-handler to cgi-script in the <Directory > config for that particular directory. This is on Apache 2.0.55, and probably just some change in config-file syntax. If you're in dire straights, do everything the wiki says, substituting cgi-script for cgi-handler.

Hope that helps someone.

53 Name: !WAHa.06x36 : 2006-03-31 19:27 ID:VqDGzUzh [Del]

>>51

Testing in Firefox, I get the error:

> Error: The stylesheet http://kompak.mine.nu/wakaba/css/gurochan.css was not loaded because its MIME type, "text/plain", is not "text/css".
> Source File: http://kompak.mine.nu/wakaba/
> Line: 0

Apparently it won't load stylesheets with the wrong MIME type in ultra-strict mode. I guess you should either add that MIME type, or turn off the XHTML stuff (in both config.pl and .htaccess).

54 Name: netcrusher88!.cCWomImlw : 2006-04-01 01:58 ID:6iuXT+1Y [Del]

>>53

Okay, I'll configure a new mime type when I get around to it then, thanks.

55 Name: ffffffff : 2006-04-01 14:49 ID:j2XvNimk [Del]

Well, it doesn't seem to want to let me into my own management panel, even though I type the exact password from config.pl

It gives me Error: Management password incorrect.

56 Name: netcrusher88!.cCWomImlw : 2006-04-03 20:04 ID:NEGfVxqE [Del]

How can wakaba be configured to run a flash upload board ala 4chan /f/?

57 Name: Anonymous : 2006-04-04 00:14 ID:Heaven [Del]

>>56 Learn perl.

58 Name: !WAHa.06x36 : 2006-04-04 07:14 ID:l2svyCMe [Del]

Usually people just enable the SWF filetype and leave it at that.

59 Name: Zarxrax : 2006-04-06 20:04 ID:6fgF7SGa [Del]

I am trying to set up Kareha and I want to have multiple boards. Am I supposed to just duplicate the kareha directory for each board I want, or is there a more logical way of doing it?

60 Name: !WAHa.06x36 : 2006-04-06 20:05 ID:Heaven [Del]

Pretty much. If you want to be fancy, you symlink most of the files except config.pl and anything else you've edited, to make updating easier.

61 Name: Anonymous : 2006-04-07 03:15 ID:Heaven [Del]

hmm, might be a css arror...

firefox 1.5, karaha; permasaged threads's [del] butons are apprearing too far to the right, off the gray part of the thread.

62 Name: 15 : 2006-04-08 12:41 ID:Heaven [Del]

Ive been using kareha 3.0.9 about a month and found some problem.
As it seems some people do not reload the page after posting a message, they tend to post duplicate messages again.

If we can force them to wait few minutes to post another message
I think it would be okay.

Does anyone knows how to cope with this ?

63 Post deleted by user.

64 Name: Anonymous : 2006-04-08 17:27 ID:57euJIIF [Del]

How do I ban people in Kareha exactly?

65 Name: !WAHa.06x36 : 2006-04-08 18:22 ID:Heaven [Del]

>>64

You don't. You can, however, ban them with Apache by adding lines of the format Deny from xx.xx.xx.xx to your .htaccess file. Or you can try applying the changes listed in http://wakaba.c3.cx/sup/kareha.pl/1124340406/ to add banning functionality. I'll probably try to roll some of that into the next version, whenever I get some spare time to work on it.

66 Name: Anonymous : 2006-04-09 02:29 ID:Heaven [Del]

Can you ban them from posting but still let them browse the board?

67 Name: de : 2006-04-10 14:58 ID:r2vG0Kfi [Del]

I'm getting this.

This board has not been configured yet.
Things you need to do to get the board running:

  • Choose what kind of board this should be, and copy the files out of the corresponding mode_* directory into the board directory.
  • Edit config.pl to suit your needs - remember to uncomment the lines you change.
  • Access kareha.pl again (or just reload this page).

Can I've done the first. Can someone please tell me exactly what I change on config.pl and what do I change it to?

68 Name: !WAHa.06x36 : 2006-04-10 18:19 ID:Heaven [Del]

If you're getting that, you haven't done the first. Otherwise, you'd be getting a different error.

69 Name: de : 2006-04-10 18:26 ID:ZsuJRbsK (Image: 394x302 png, 6 kb) [Del]

src/1144715175688.png: 394x302, 6 kb

But I did do the first. Unless I did it incorrectly. The folder looks like this now.

70 Name: rayofash : 2006-04-10 18:40 ID:hwlymqML [Del]

The threads show up on the main page, but not the actual post itself. Whats going on?

http://sysops.gotdns.com:8181/dis/

71 Name: !WAHa.06x36 : 2006-04-10 19:36 ID:Heaven [Del]

>>69

There's at least one file that didn't get copied, because that message is displayed by one of the default files that should get overwritten when you copy the new ones in.

>>70

Did you set the number of displayed posts to 0?

72 Post deleted by user.

73 Name: rayofash : 2006-04-10 19:45 ID:hwlymqML [Del]

>>71

If you mean REPLIES_PER_THREAD, no, its at its default of 10.

74 Name: !WAHa.06x36 : 2006-04-10 20:27 ID:Heaven [Del]

>>73

Did you modify the templates at all?

75 Name: rayofash : 2006-04-10 20:27 ID:hwlymqML [Del]

>>74

No.

76 Name: !WAHa.06x36 : 2006-04-10 20:37 ID:Heaven [Del]

The front page is being generated with the correct number of posts, but the posts only consist of a bunch of spaces. What exact changes did you make from the base install?

77 Name: rayofash : 2006-04-10 20:39 ID:hwlymqML [Del]

>>76

I copied the mode_message stuff into the folder and edited the config.pl file.

78 Name: rayofash : 2006-04-10 21:35 ID:hwlymqML [Del]

Its something in the config file, I copied it again and its working.

79 Name: !WAHa.06x36 : 2006-04-10 21:56 ID:Heaven [Del]

Weeeeird. Well, as long as it works...

80 Name: de : 2006-04-11 00:52 ID:r2vG0Kfi [Del]

Software error:

Bareword "SECRET" not allowed while "strict subs" in use at captcha.pl line 115, <FILE> line 4.
BEGIN not safe after errors--compilation aborted at captcha.pl line 148, <FILE> line 4.
Compilation failed in require at kareha.pl line 15, <FILE> line 4.
BEGIN failed--compilation aborted at kareha.pl line 15, <FILE> line 4.

What's this?

81 Name: !WAHa.06x36 : 2006-04-11 08:12 ID:Heaven [Del]

>>80

Your installation is still broken.

82 Name: Zarxrax : 2006-04-11 18:12 ID:6fgF7SGa [Del]

2 Kareha Questions:

1) Is it possible to remove the Board Look section and just make it use Futaba style?

2) Is there a place I can define what html tags are allowed? It would be cool if I could allow people to post things like google or youtube videos directly on the board.

83 Name: de : 2006-04-12 16:02 ID:ZsuJRbsK [Del]

Your installation is still broken.

Obviously. Any idea how or why, or how to fix it?

84 Name: Anonymous : 2006-04-12 19:45 ID:wD3z/7Gh [Del]

>>82
1) remove this from templates.pl:

<div class="adminbar">
<loop $stylesheets>
[<a href="javascript:set_stylesheet('<var $title>')"><var $title></a>]
</loop>
-

2) set ALLOWED_HTML in config.pl:

use constant ALLOWED_HTML => (
'a'=>{args=>{'href'=>'url'}},
'b'=>{},'i'=>{},'u'=>{},'sub'=>{},'sup'=>{},
'em'=>{},'strong'=>{},
'ul'=>{},'ol'=>{},'li'=>{},'dl'=>{},'dt'=>{},'dd'=>{},
'p'=>{},'br'=>{empty=>1},'blockquote'=>{},
)

85 Name: Anonymous : 2006-04-12 19:46 ID:wD3z/7Gh [Del]

>>84
oops, i was a little careless with my copypasta... leave the <div class="adminbar"> line in.

86 Name: Zarxrax : 2006-04-12 19:49 ID:6fgF7SGa [Del]

>>84
Thanks alot ^_^

87 Name: !WAHa.06x36 : 2006-04-12 21:05 ID:VqDGzUzh [Del]

>>83

Do it over. You've obviously got files all mixed up.

88 Post deleted by user.

89 Name: Anonymous : 2006-04-13 20:06 ID:oao5tO0F [Del]

Hi, everytime I run wakaba.pl I get Error: Could not write to directory.
I asume it means it cant make wakaba.html can anyone help me fix this?

90 Name: !WAHa.06x36 : 2006-04-13 21:18 ID:Heaven [Del]

>>89

Fix permissions. See the docs at http://wakaba.c3.cx/docs/docs.html for more info.

Short version: set the directory permissions to 777.

91 Name: (._.) : 2006-04-14 13:42 ID:iILtfrow [Del]

I tried kareha message and image mode versions.
I liked message mode better, but:
I would like to have some functionalities of image mode in the message mode board. For example: password for user post deletion.

in the message mode board, all posts have a [del] link, and i guess you can delete your own messages based on a cookie? I prefer the password because of users that connect from different machines...

Also, I can't see any admin link in my site. check it out: http://www.pixelorama.com.ar/messk/ and if I type kareha.pl?task=admin I get a "Script error; no task speficied."

92 Name: !WAHa.06x36 : 2006-04-14 16:26 ID:Heaven [Del]

>>91

For Kareha, the admin script is a separate script that you can copy out of the extras folder. If you want passwords, you can hack them yourself, but I most probably won't do it for the main distro because it's a bit too inelegant. (You basically need to change the password form fields in the template from type="hidden" to type="password".

93 Name: Anonymous : 2006-04-14 17:28 ID:dhUY6KXf [Del]

Software error:
Insecure dependency in `` while running with -T switch at wakautils.pl line 1073.

I am getting this error when attempting to post in my Imageboard

94 Name: !WAHa.06x36 : 2006-04-14 18:16 ID:Heaven [Del]

Uh, you should set up your server to stop running perl with the -T switch.

95 Name: Anonymous : 2006-04-15 17:30 ID:mEAiWkzV [Del]

>>94
How do I do this?

96 Name: !WAHa.06x36 : 2006-04-15 17:51 ID:Heaven [Del]

I have no idea why it'd do that in the first place, so don't ask me.

97 Name: Anonymous : 2006-04-15 19:04 ID:mlZ3xIKc [Del]

>>94

How hard would it be to make Kareha run with Perls taint checks?

98 Name: !WAHa.06x36 : 2006-04-15 19:09 ID:Heaven [Del]

>>97

Dunno, I never actually bothered to learn how to deal with taint checks properly, so I never bothered. I did try to read up on it and it sounded like more annoyance than it was worth, so I never did anything about it.

99 Name: Zarxrax : 2006-04-16 18:11 ID:6fgF7SGa [Del]

I have some kareha boards set up on my site, and there is something about it thats really annoying me, and I'm not sure where the problem lies. I keep seeing old, outdated versions of the board, unless I hit the refresh button in firefox.

For example, I can go and make a post on my board, close firefox, then open it back up and load my board, and i wont see the post I just made unless I refresh. I've never noticed this problem on any other sites or boards.

100 Name: !WAHa.06x36 : 2006-04-16 19:54 ID:Heaven [Del]

>>99

You need to set up Apache to tell browsers not to cache pages. Rename example.htaccess to .htaccess to do this - however, it will only work if mod_headers is loaded on the server.

101 Name: Anonymous : 2006-04-17 09:22 ID:wD3z/7Gh [Del]

>>95
you could try changing the #! line to:

#!/usr/bin/perl -t

and then adding this line after it:

no warnings qw(taint);

102 Name: Anonymous : 2006-04-18 15:08 ID:eY0OvfLj [Del]

lol it works now, the problem was that the -t in the hash bang was a capped T, after I made it lowercase it worked.

103 Name: Anonymous : 2006-04-18 15:11 ID:Heaven [Del]

There is now another problem. The script is not creating the reply pages needed. e.g /res/1.html does not exist.

104 Name: !WAHa.06x36 : 2006-04-18 18:56 ID:VqDGzUzh [Del]

>>103

Try rebuilding caches.

105 Name: Joe (moved from other thread) : 2006-04-19 07:41 ID:l2svyCMe [Del]

I can't get my kareha or wakaba boards to convert images to thumbnail, so I'm currently using stupid_thumbnailing
I have ImageMagick installed and it works fine from cmd.
Any suggestions?

106 Name: !WAHa.06x36 : 2006-04-19 07:42 ID:l2svyCMe [Del]

Yes, post in the right thread.

Apart from that, what OS?

107 Name: Joe : 2006-04-19 21:12 ID:7yiY20Yr (Image: 116x20 png, 0 kb) [Del]

src/1145502762015.png: 116x20, 0 kb

>>106
Sorry :(
Windows server (WAMP5+ActivePerl+ImageMagick)
:-/
btw, "install linux" is not a very good asnwer for me...I've heard it a hundred times already T_T
...I know there is a way to get this to work on windows...I'm just an internet noob I guess :-/
Any healp greatly apprecieted :3

108 Name: !WAHa.06x36 : 2006-04-19 21:20 ID:VqDGzUzh [Del]

Running on Windows seems to lead to random and difficult to track down problems. Good luck with that.

http://wakaba.c3.cx/docs/docs.html#RunningOnWindows has some hints, and maybe there are some others if you dig through the board, but beyond that, I can't really say.

109 Name: Zarxrax : 2006-04-20 19:08 ID:6fgF7SGa [Del]

I would like to place ads on my kareha board. They are text ads and are generated from some javascript code. If I put it in one of the include files though, it doesnt appear on the board. Normal text that I place in there shows, but the text from the javascript doesn't.

110 Name: !WAHa.06x36 : 2006-04-20 20:07 ID:VqDGzUzh [Del]

This is probably because they are google ads, and don't allow stripping out newlines, which the template code does by default. There's an option in config.pl to turn this off, but I forget the name. STRIP_NEWLINES or something.

111 Name: Anonymous : 2006-04-20 23:02 ID:Heaven [Del]

>>110 why is that, anyway?

112 Name: !WAHa.06x36 : 2006-04-21 17:04 ID:VqDGzUzh [Del]

>>111

Why it strips them, or why Google ads won't work? I don't know about the latter, but the former is because Kareha needs posts on a single line, so I designed the template engine to strip them (because I did not exactly feel like writing templates on a single line), and so that behavior carried over into other places where it wasn't strictly necessary, but didn't really hurt either (except for breaking the Google ads).

113 Name: Anonymous (moved from other thread) : 2006-04-21 17:05 ID:VqDGzUzh [Del]

Using debian, I get the following after trying to create a new database using sqlite.

hanzo# ./wakaba.pl
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: admin(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: admin(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: proxy(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: proxy(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: comments(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
[Thu Apr 20 23:59:12 2006] wakaba.pl: DBD::SQLite::db prepare failed: no such table: comments(1) at dbdimp.c line 269 at ./wakaba.pl line 1802, <FILE> line 3.
Status: 303 Go West
Location: wakaba.html
Content-Type: text/html

114 Name: !WAHa.06x36 : 2006-04-21 17:07 ID:VqDGzUzh [Del]

>>113

Do you get that repeatedly, or only the first time? If the latter, that's perfectly normal. If the former, try running the command-line sqlite tool to see what's actually in the database.

PS: This thread exists.

115 Name: Joe, again : 2006-04-23 03:37 ID:7yiY20Yr [Del]

So...is there anyone running on windows that might be able to help me with thumbnailing?
I've tried looking at the problem myself, but to be honest, I don't really know a lot about perl. I can get convert to execute, so ImageMagic isn't the problem. I'm just so confused :-/

Any help at all would be greatly appreciated.
(I read #RunningOnWindows over a few times...it doesn't help me, since perl is in the right dir and imagemagick works.)

116 Name: IntensityBill!FuckDAvne. : 2006-04-28 07:28 ID:+aVh5/yL [Del]

>>115
If you got Q8 like "RunningOnWindows" recommended, try getting Q16. I /think/ that's how mine started working, but to be honest, I have no idea why anything at the beginning of the entire setup process was as difficult as it was or even started working.

117 Name: Anonymous : 2006-04-29 19:36 ID:twHqFJYy [Del]

I have made several other wakaba and kareha boards without any problem on Linux systems. However, I recently moved to a new server that uses Windows Server. I had several issues that I already sorted out (DBI wasn't installed), and now there's only one left. When I try to access the management panel, it hangs for about 2 minutes and then says:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
I don't have administrator access, so I can't easily get more information, but I will try.
Any clues?

118 Name: !WAHa.06x36 : 2006-04-29 20:11 ID:VqDGzUzh [Del]

>>117

Can you post to the board? Sounds a bit like it locks up at some point and then times out, probably when trying to access the database.

119 Name: Anonymous : 2006-04-29 20:27 ID:twHqFJYy [Del]

120 Name: !WAHa.06x36 : 2006-04-29 22:04 ID:VqDGzUzh [Del]

Man, I have no idea what's going on there. I suggest you follow the program flow for the login procedure, and put in die statements along the way to see how far it gets before it locks up.

121 Name: EleoChan!EhVtXXdTd6 : 2006-04-30 05:10 ID:faVELnEZ [Del]

What is it in wakaba's .htaccess that causes this to happen:

http://imgboard.eleochan.org/statistics/

I noticed that when I removed wakaba's .htaccess this didn't occur when static stats pages were generated (with both awstats and webalizer). Since I suck at .htaccess I figured you'd be able to tell me what I can remove/edit without messing everything up.

Wakaba is currently installed to the root folder so it's imgboard.eleochan.org/ so don't really have options as to where to put /statistics instead.

I'm so sleepy.

122 Name: Anonymous : 2006-04-30 05:29 ID:twHqFJYy [Del]

>>120
I did as you suggested, here's the line of code that is causing it:
print "Status: 303 Go West\n";
in wakautils.pl

when I told it to die just before this, it died properly
when I told it to die just after, it gave the original error, but no long pause

123 Name: Anonymous : 2006-04-30 05:51 ID:twHqFJYy [Del]

It's fixed
but I had an odd little problem
I changed ALTERNATE_REDIRECT to 1 in config, but it didn't actually use the alternate redirect
so I changed the code in wakautils.pl to force it to use it, and now it works
Thanks for pointing me in the right direction

124 Name: !WAHa.06x36 : 2006-04-30 07:38 ID:VqDGzUzh [Del]

>>121

.htaccess is set up to send files as application/xml+xhtml when the browser supports it, which causes the browser to parse it much stricter. It looks like you edited the template and broke the <!DOCTYPE statement.

>>123

Oh yeah, I remember now that ALTERNATE_REDIRECT is sometimes needed on Windows machines. But I'm not sure why it won't use it properly. I'll look into it.

125 Name: EleoChan!EhVtXXdTd6 : 2006-04-30 14:38 ID:faVELnEZ [Del]

>>124
Nuh uh, I didn't do anything to the template.

I had to comment out the last block from wakaba's .htaccess

#<IfModule mod_rewrite.c>
#RewriteEngine On
#RewriteCond %{HTTP_ACCEPT} application/xhtml\+xml
#RewriteRule \.html$ - [T=application/xhtml+xml;charset=utf-8]
#</IfModule>

126 Name: !WAHa.06x36 : 2006-04-30 20:55 ID:VqDGzUzh [Del]

>>125

Oh wait, I misunderstood what was happening. The web statistics tools don't generate valid XHTML, so when Apache tries to send them as application/xhtml+xml, Firefox activates the strict parser and breaks.

I guess the simplest solution is to just comment those lines out like you did.

127 Name: EleoChan!EhVtXXdTd6 : 2006-04-30 22:08 ID:faVELnEZ [Del]

Oh okay I get what's going on.

128 Name: Anonymous : 2006-05-16 22:23 ID:2ia92g5k [Del]

I have two questions. How much does bandwidth does kareha use during peak usage? And also, is there any way for me to change the thread list at the top of each page so that it displays in a table, like on world4ch?

129 Name: Squeeks!OK8FhyWNXk : 2006-05-17 02:12 ID:WeHbwBhO [Del]

>>128
4-ch goes through about 5-15kb/s, that's anywhere from 240MiB to several Gb per day. We average it out to be close to 1GiB a day*.

  • We're running mod_deflate, so those numbers arent entirely acurrate, YMMV.

130 Name: !WAHa.06x36 : 2006-05-17 02:59 ID:VqDGzUzh [Del]

>>128

If you just want a to put each entry on its own line, you can add a display:block to the a elements in the thread list in the CSS files. I forget where exactly... threadbox a { display:block } maybe.

If you want an actual table with with more data, you'll have to edit template.pl to do that.

131 Name: Anonymous : 2006-05-17 16:15 ID:2ia92g5k [Del]

>>129
How many unique users do you have? I'm betting I won't have as many unique users as 4-ch for quite awhile, so the best way I could approximate how much bandwidth my board would use is if I knew the average bandwidth used by each user, or maybe per hit.

>>130
Thanks, now I understand. By the way, congrats on the new version!

Thanks for answering these questions for me!

132 Name: Anonymous : 2006-05-23 20:50 ID:HbwQ9box [Del]

is there a way to make a link to web pages that have some name in front of it like:

<a href="example.com" >example sight</a >

that results in a the text "example sight" to be linked to example.com?

133 Name: !WAHa.06x36 : 2006-05-24 04:31 ID:Heaven [Del]

>>132

Click "More options..." and pick HTML formatting.

134 Name: Anonymous (moved from other thread) : 2006-05-30 03:38 ID:VqDGzUzh [Del]

I've done everything, installing Perl and Apache, fixing the Hashbangs (though I don't get how you're supposed to set permissions to 755, as I can't understand anything on the Kareha Quickstart page). Still, it does not work, nothing does. I've read through the documentation time and time again and I personally don't find it detailed enough; it's confusing and I think I'm placing the wrong files in the wrong directories. I've been at this for a week now, as I'd like to get a Kareha-site up and running for a few mates of mine.

So, is there a more detailed walkthrough on setting up your own Kareha image board? Or am I to keep trying to decipher the documentation? Thanks.

135 Name: !WAHa.06x36 : 2006-05-30 03:44 ID:VqDGzUzh [Del]

First off, use this thread for support requests.

Second, unless you tell us what problems you have, there's not much we can do to help. Setting up Kareha itself is a very simple task, and there's not much need for a walkthrough. The trick part is usually getting CGI scripts working in the first place, if you're installing a server from scratch. Guides for how to do that are available elsewhere on the net. I don't have any good links at hand, though, but Google will help, and maybe somebody else could mention a good guide?

Also read the 500 Internal Server error thread for hints: http://wakaba.c3.cx/sup/kareha.pl/1109033191/ - especially post 4. Try to get the test program working first. Only when that works should you start installing Kareha.

136 Name: silvernode : 2006-06-05 17:40 ID:/iNykqoR [Del]

Ok, I know that to install wakaba i need either a server or a host. Only problem is I have a server and i dont know how to go about installing wakaba. Im new to this and need some help.

137 Name: !WAHa.06x36 : 2006-06-06 04:34 ID:l2svyCMe [Del]

>>136

  1. Create a database for your board.
  2. Upload the files from wakaba.zip.
  3. Edit config.pl (The SQL_ options and ADMIN_PASS at the very least).
  4. Change the permissions on wakaba.pl (and maybe captcha.pl) to 755, and the permissions on the directories to 777.
  5. Go to http://.../wakaba.pl.

138 Post deleted by user.

139 Name: silvernode : 2006-06-06 21:05 ID:7DM7nqHV [Del]

i need an over all better description on how to do this exactly. Very precise cuz i have no idea what im doing but i want this to work its causing me to lose sleep.

140 Name: !WAHa.06x36 : 2006-06-07 04:22 ID:Heaven [Del]

Then I think you'll be better off looking for a general tutorial on how to run CGI scripts. When you've got that down, the rest is easy.

141 Name: Problem-man : 2006-06-08 16:25 ID:NQ4hj531 [Del]

Ok, I'm having a problem in my wakaba. I have uploaded it to my host but whenever I post anything I have to hit F5 to refresh to see my post. I tried uploading and renaming example.htaccess to .htaccess but it still doesnt works, any ideas?

142 Name: Problem-man : 2006-06-08 16:32 ID:NQ4hj531 [Del]

Forgot to say, Im using Firefox

This thread has been closed. You cannot post in this thread any longer.