Wakaba and Kareha support board

  • This board is for discussing the various programs and scripts available on this site.
  • This mainly means Wakaba and Kareha, but there are also threads for Xee, The Unarchiver, Mac OS X widgets and screen savers, the Javascript desktop and the notes script.
  • Post simple questions about running and installing Wakaba or Kareha in the support thread. Some more answers to common questions can also be found here: 500 Internal Server Error thread.
  • Don't start new threads for every question, use the threads linked above.
  • You can test things in the test thread.
  • You can upload images. Use this for posting screen shots and similar.
Board look: Blue Moon Futaba Headline Pseud0ch Toothpaste VIPPER

using Wakaba or Kareha instead of a message forum. (2)

1 Name: benny : 2010-07-24 13:19 ID:rr2wIF5i [Del]

I would like to install Wakaba or Kareha on my site instead of a message forum like phpbb and such.

who do i do this?
any help would be great.

2 Name: Anonymous : 2010-07-29 08:47 ID:LMv+nnXO [Del]

I can think of

  1. less bugs
  2. more modifiable
  3. no need to register
  4. easier to use

Have you read this? http://wakaba.c3.cx/shii/shiichan

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Reply quoting is broken on wakaba (2)

1 Name: Seisatsu : 2010-07-28 02:39 ID:GYQNI3IL [Del]

Alright, I have a wakaba board of the newest version set up. It is working in every other way, however, clicking the post numbers fails to insert a quote.

For example, in reply mode, clicking "No.3" (javascript:insert('>>3')) does absolutely nothing whatsoever. I assume it's supposed to insert ">>3" in the reply box.

2 Name: Anonymous : 2010-07-28 02:44 ID:XZJ3L9Au [Del]

I edited the config file and uploaded my files via FTP to the www directory and yes the server supports pearl but when I go to the kareha.pl it just shows me plain text. (the source code is in plain text just encase you guys didn't know what I meant) so if someone could help me that would be nice.

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Multiple Boards (33)

1 Name: Trent Arms : 2006-02-22 11:27 ID:8n8K5MkU [Del]

After a few days of coming back for a few minutes at a time, I finally figured out (roughly) how to get a wakaba board set up and am now working on figuring out multiple boards. This brings me to my question: does each board need its own database? I still don't understand much of SQL so this may be a fairly easy question. Also, there's nothing to prevent the board from working if I rename the directory it's in and then move it, correct?

24 Name: Anonymous : 2007-04-20 01:32 ID:t5TQyjmu [Del]

'durrr a hurrrrrrrrrrr' huh? How appropriate for 4:20 :P

Anyways, I will freaking PAY someone $20 through Paypal if they can provide FULL instructions on setting up an example multiple-board setup using 'ln' and/or 'lndir'.

Instructions must be posted here to help other users in need.

25 Name: !WAHa.06x36 : 2007-04-20 04:39 ID:Heaven [Del]

>>19

Because it's not in any way necessary to do this, and because it takes some effort to explain properly including the possible pitfalls. So if you can't figure it out on your own, it might be less of a hassle for you in the future if you don't do it in the first place.

The basic idea is simply to symlink all files that are the same to files to a central install, and not symlink the files you are customizing per board, which usually means just config.pl and maybe some files in include/.

26 Post deleted by moderator.

27 Name: Anonymous : 2007-04-21 23:22 ID:eb69H5Dc [Del]

>>24
I don't need any money for this because I agree with you. These people are basically ignoring you because they think they're so high and mighty with their Unix and Perl knowledge :P

I believe this is basically how things would be set up; I can't actually test this myself because I don't have access to a webserver with SSH/shell access atm.
______________________________

UNDER CONFIG.PL: Put a copy of config.pl in each board directory you wish to create. Modify this SQL entry for each board. This way, we only use one database. Say your board was "/cat" - A good way of prefixing in /cat's config.pl could be:

#use constant SQL_TABLE => 'cat_comments';

I don't THINK that PROXY_TABLE needs to be unique for each board, and there is no reason why ADMIN_TABLE should be. Other modifications for config.pl are personal preference.

Post too long. Click to view the whole post or the thread page.

28 Name: Anonymous : 2007-04-22 07:13 ID:Heaven [Del]

> These people are basically ignoring you because they think they're so high and mighty with their Unix and Perl knowledge :P

or they realize that there's really no reason at all to do this.
it does make upgrading to new versions of kareha and/or wakaba slightly easier if you know what you're doing, but then you would know how to set it up.

29 Name: Anonymous : 2007-04-23 03:16 ID:Heaven [Del]

What >>28 said. There is nothing wrong with having full install (all files + database) for each separate board, I ran my site like that for several months. Also, I knew 0 Perl and not much about Unix and webhosting when I started to run that site... You just need some common sense.

30 Name: Anonymous : 2007-09-19 15:11 ID:r3ZngLjn [Del]

so u mean i need only separate sqltable for the comments?!
proxy- & admintable can be the same?

31 Name: !WAHa.06x36 : 2007-09-20 05:00 ID:Heaven [Del]

>>30

Yes.

32 Name: Anonymous : 2009-08-29 07:59 ID:BlnFnTe7 [Del]

>>27

Thanks mate!

33 Name: Anonymous : 2010-07-27 04:08 ID:KTP9K7pG [Del]

>>27
Thank you, it was very helpful!

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

The Unarchiver (806)

1 Name: !WAHa.06x36 : 2006-07-01 16:32 ID:3em7Hrs8 [Del]

So. I kind of like BOMArchiverHelper.app, the default OS X unzipping utility. However, it has quite a number of limitations. Most other unarchivers on OS X have interfaces that I don't like, or just don't work very well. Also, thanks to Windows' idiotic idea of using the current system encoding for filenames, I have tons of archives from Japan with Shift_JIS filenames, which none of the unarchivers on OS X I've tried will handle properly.

And so I, because I obviously don't have enough to do already, get the idea that I need to write a better unarchiver. Features I think it needs include:

  • Handle as many formats as possible. Not just Zip and Tar-Gzip, but RAR, 7-Zip, LhA, StuffIt, and anything else you can think of.
  • Handle non-UTF8 filenames, perferrably automatically.
  • Have a simple and straightforward interface like BOMArchiveHelper.app.
  • Not leave .tar files lying around when unpacking .tar.gz files and the like.
  • As a side benefit, produce some code that can be re-used to add archive support to Xee (so this whole project doesn't just steal time I could be working on Xee instead).
Post too long. Click to view the whole post or the thread page.

797 Name: Anonymous : 2010-06-11 14:29 ID:kLt4zz0B (Image: 464x115 png, 19 kb) [Del]

src/1276291772701.png: 464x115, 19 kb

i need help! i tried opening an .exe an i got this error message...
does anybody know how to help?

798 Name: !WAHa.06x36 : 2010-06-14 10:26 ID:Heaven [Del]

>>797

There are a lot of different formats data might be stored in an .exe file. The Unarchiver apparently doesn't support this particular one. Post an bug on the bug tracker, including the file, and I'll have a look at how hard it would be to add support.

799 Name: Tom : 2010-06-20 04:54 ID:Li8erufP [Del]

It would be nice if after extraction, not only the archive could be deleted, but also corresponding .part-files which are still on the disc from resumed downloads.

800 Name: Tom : 2010-06-22 00:52 ID:d3PmVlDm [Del]

I'm missing an option that would be very usefull: The Unarchiver should ignore the Thumbs_db-files from Windows and not extract them. That would be great.

801 Post deleted by moderator.

802 Name: steve : 2010-06-22 10:56 ID:tcvizYzZ [Del]

hello thank you for the software, its great.
it would be cool if you added an option in the preferences to make unarchiver visible in the application switcher and the dock. now i have to modify the info.plist file to make it visible. if i have a lot of windows unarchiver disappears in the background while unraring and only way to find it, to check time status or to find out if progress is finished, is to use expose all windows which im not a big user of since i have tons of windows open all the time.
thanks

803 Name: !WAHa.06x36 : 2010-07-13 15:07 ID:fMY4ym22 [Del]

A new release, with mostly bugfixes again:

http://theunarchiver.googlecode.com/files/TheUnarchiver2.5.zip

  • Fixes unpacking of password-protected Zip files, which was broken in the last update.
  • Source can now be built with a completely free implementation of RAR which works for all versions, including multimedia filters, avoiding the non-GPL-compatible unrar license. (There is also better support for ancient RAR 1.5 files.)
  • Has a workaround for a Paragon NTFS that made unpacking on NTFS drives generate errors.
  • Fixes for Tar and RPM files.

804 Name: !WAHa.06x36 : 2010-07-13 15:13 ID:fMY4ym22 [Del]

I have also been doing more work on being cross-platform. The experimental command-line unar tool from earlier is now much improved. It actually takes some arguments now, for one. There is also a new too, lsar, for listing the contents of archives.

Both are still far from feature-complete. Most obviously, unar has no way to automatically contain unpacked files in a directory like The Unarchiver does, and it also overwrites files without asking, so be careful with that. lsar also does not show very much information about the files it lists, either.

Precompiled binaries for OS X and Windows are avaiable:

http://theunarchiver.googlecode.com/files/unar0.2.zip
http://theunarchiver.googlecode.com/files/unar0.2_win.zip

The Windows version requires a couple DLLs which are included. I hope to cut down on those later on.

Post too long. Click to view the whole post or the thread page.

805 Name: müzso : 2010-07-17 02:41 ID:JDOvhB2t [Del]

Previous versions of "The Unarchiver" did not use a hidden temporary directory for extracting contents of archives. Somewhere in the 2.x versions the app started to use hidden temp directories. Could this be turned into a user preference? I mean an option not to use temp dirs? I liked the old behaviour, because if I started extraction of an archive that contained only a single large file (eg. a movie :-) ), I could move the file (that is being extracted) around while the extraction was in progress. Now I've to either use commandline or enable showing of hidden files to do that. Or wait til the extraction completes.

806 Name: Ray : 2010-07-25 09:08 ID:7b2LAIQO [Del]

Hi,
First off I would like to say thank you for an App that has been reliable every time I've used it. So Thank You!.
I use The Unarchiver on my home iMac, and I use Portableapps.com http://portableapps.com/ when I am on a Windows Unit.
I would like to ask if you would be able to build your unar.exe to sit in the taskbar of windows and if the user was to double click a .zip file it would extract that .zip file to a user defined, layout?.
just as The Unarchiver works on my iMac at home.

To get a very crude version of what I mean..
I used this http://portableapps.com/node/22677 to associate .zip etc to unar.exe and it worked kind of. I had no control over where the file was un-zipped to.

thanks
Ray

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

The Wakaba and Kareha support thread, part 2 (863)

1 Name: !WAHa.06x36 : 2007-10-11 06:19 ID:K4vOYfq0 [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 new threads for issues like that, post them in here instead.

Before posting, check that the question has not already been answered in this thread, or in the previous thread: http://wakaba.c3.cx/sup/kareha.pl/1141929669/

Questions about "500 Internal Server Errors" go in this thread: http://wakaba.c3.cx/sup/kareha.pl/1109033191/

854 Name: Enthree : 2010-07-14 09:51 ID:IVaU0LhX [Del]

Okay, I have a single question. I see to have multiple boards you must install wakaba more than once, but how do you create links to all the boards at the top or on the side like a normal chan website?

If this involves very difficult coding, then I am looking for someone to help me out in their spare time.

855 Name: Anonymous : 2010-07-14 21:33 ID:Heaven [Del]

>>854
Write it yourself, it's just an html frame.

856 Name: Enthree : 2010-07-15 12:02 ID:IVaU0LhX [Del]

>>855

Yep, cause if I knew how to do that, I would've done it without asking, now wouldn't I. I don't know how to do that! Besides I've got kusaba now, so If you guys still want to help me, Id be willing to go back over to wakaba, but I just need some help.

857 Name: Anonymous : 2010-07-15 14:49 ID:Heaven [Del]

>>856
if you don't know how to do that, you shouldn't be running a web site. if you knew anything at all, you wouldn't touch kusaba with a 10-lightyear pole.

858 Name: !!hClRCwQo : 2010-07-18 00:40 ID:uisBsqfu [Del]

how to delete the 1st thread by the user who created this thread himself ,and not effect the following reply ?

In my board, if the user delete the first thread which he've created, all the replies in this thread would also be deleted.this make all discussion disappear.I think this is not a good method.

so,how to setup kareha ?

Thanks all !

859 Name: Anonymous : 2010-07-18 07:34 ID:Heaven [Del]

>>858
Edit config.pl. Look for "delete".

860 Name: !!hClRCwQo : 2010-07-18 07:57 ID:uisBsqfu [Del]

>>859

thank you very much for answer the question !
Will wakaba and kareha update future ?

861 Name: Anonymous : 2010-07-24 04:32 ID:Heaven [Del]

>>856
Edit include/header.html. If you don't know how to create HTML links, look it up on w3schools.

And as previously mentioned, Kusaba is shit and a security nightmare.

>>860
I think Waha is pretty much done with Wakaba/Kareha. Updates are normally just various bug fixes.

862 Name: Anonymous : 2010-07-25 02:08 ID:eh+cYn7S [Del]

Just wondering, can this software be uploaded to any free host such as Webs?

863 Name: Anonymous : 2010-07-25 04:11 ID:Heaven [Del]

>>862
No. The host must have proper support for Perl scripts with MySQL/SQLite bindings. There are (probably) free hosts out there which support these things, but you're better off using payed shared hosting with Perl support. NearlyFreeSpeech supports Wakaba/Kareha just fine and their prices are fairly cheap.

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Swear (128)

1 Name: !WAHa.06x36 : 2005-11-03 16:38 ID:4ECwyo7f (Image: 495x495 png, 43 kb) [Del]

src/1131061133777.png: 495x495, 43 kb

And now for something completely different: Swear is a game I wrote a long time ago (the original version ran on the Amiga!). I never got around to doing a proper release of it, although it was pretty much finished (there might be a bug or two left in, though). But now that I have this fancy site and everything, I figured I might as well try and do a release of it. It's multi-platform, using the Allegro library. You can download it here:

Mac OS X: http://wakaba.c3.cx/releases/mac/Swear.zip
Windows: http://wakaba.c3.cx/releases/other/Swear_win.zip
Source: http://wakaba.c3.cx/releases/other/Swear_src.zip

Theoretically, it should compile on Linux computers too, if they have the Allegro library installed, and you run make os=unix. However, this is largely untested.

As for the game itself, it's the old classic worm game, played in non-euclidean space. That is to say, it is played on the surface of various three-dimensional shapes. It's a pretty simplistic game, and it's old enough to use no hardware acceleration of any kind, so performance may vary (on my Mac, it's leaves something to be desired). There are a lot of tweaking options to play with, though. There's also a feature to merge highscore lists, and I might post mine later if someone wants to try and beat it.

Post too long. Click to view the whole post or the thread page.

119 Name: Anonymous : 2010-02-17 21:00 ID:Heaven [Del]

>>118
oh god i hope i forget seeing that before i go to bed tonight. i really don't want to know what kind of nightmares that could cause.

120 Name: Ned999 : 2010-03-16 12:05 ID:uhoL+Qsk [Del]

Very nice game! Simple concept, simple -but awesome- graphics, challenging levels, and minimal resources used.. i absolutely love this

121 Name: MM : 2010-06-01 10:49 ID:8NXhGQLX [Del]

I've been doing a little work on a cross-platform SDL version in some bits and scraps of spare time. I'm using the OpenGL code to render the game, of course. But from here, I don't know whether I should be porting the old menu code or just hacking together a new menu. What's the origin/license of this menu code? I couldn't immediately tell. If it's legally unencumbered, I might think about porting it. I've already thrown together a little class to let me render the fonts...

122 Name: !WAHa.06x36 : 2010-06-01 15:11 ID:Heaven [Del]

>>121

Everything should be as free as it gets.

123 Name: MM : 2010-06-14 00:05 ID:8NXhGQLX (Image: 637x475 png, 170 kb) [Del]

src/1276499107178.png: 637x475, 170 kb

>>122

Great. With that in mind, this weekend I started porting the menu code over to SDL/OpenGL. It's not a beautiful job, but it is starting to work. Can always clean it up later. :)

WIP shot shows the main menu pretty much drawing.

124 Name: !WAHa.06x36 : 2010-06-14 10:25 ID:Heaven [Del]

>>123

Excellent.

125 Name: dm : 2010-07-14 13:59 ID:jQHlgQnf [Del]

by playing this game every day i will become a super genius

126 Name: Dax : 2010-07-22 09:54 ID:sox6RDUD [Del]

Where to put our highscores?

127 Post deleted by user.

128 Post deleted by user.

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Xee, part 2 (85)

1 Name: !WAHa.06x36 : 2009-07-22 10:34 ID:J9qvJKxH [Del]

This thread is for questions and discussion about Xee. Before posting, check that the question has not already been answered in this thread, or in the previous thread: http://wakaba.c3.cx/sup/kareha.pl/1122405906/

There is also a bug tracker for Xee here: http://code.google.com/p/xee/issues/list

If you have a bug to report, it is better to post it on the bug tracker if you can, so it will not be forgotten.

76 Name: Michael : 2010-06-09 10:11 ID:pdPhNOOn [Del]

I'ld like to be able to browse inside of .sitx archives. Any possibility of this happening?

77 Post deleted by user.

78 Name: !WAHa.06x36 : 2010-06-10 15:34 ID:KFnfdOyP [Del]

>>76

Is that not working with the newest version?

79 Name: Shane : 2010-06-16 12:48 ID:N1RdFSic [Del]

Xee's been an AMAZING program, but I've been having a lot of trouble lately. I installed a program that would let me open up Zip and RAR files, but after I did that, even though I told it not to be the default program for .cbr and .cbz files, it looks like the two programs started to clash, and now I have to approve every .cbz or .cbr file I try to open. I removed Zipeg and removed and reinstalled Xee, but it still won't work. Instead of the familiar orange icon for these files, I'm greeted with a blank sheet of paper icon. I don't know what to do. Help?

80 Name: Shane : 2010-06-16 12:49 ID:N1RdFSic [Del]

81 Name: Shane : 2010-06-16 12:49 ID:N1RdFSic [Del]

Xee's been an AMAZING program, but I've been having a lot of trouble lately. I installed a program that would let me open up Zip and RAR files, but after I did that, even though I told it not to be the default program for .cbr and .cbz files, it looks like the two programs started to clash, and now I have to approve every .cbz or .cbr file I try to open. I removed Zipeg and removed and reinstalled Xee, but it still won't work. Instead of the familiar orange icon for these files, I'm greeted with a blank sheet of paper icon. I don't know what to do. Help?

82 Name: Anonymous : 2010-07-16 16:58 ID:mpgMgHEk [Del]

Feature request: click/double click for next pic, when browsing a zip/rar full of pictures.

83 Name: jhz : 2010-07-20 01:32 ID:KX/G44jS [Del]

The ONLY feature I miss in this amazing application, is some kind of "Fit to width", that would zoom the display in order to match image width with window width.
Thanks in advance in considering this, hopefully, very small modification in your code.

84 Name: Pete H : 2010-07-22 09:38 ID:0GkXdq7u [Del]

This program keeps making itself the default for opening rar and zip files and I don't want it too as it can't unpack them - is driving me a bit nuts. Please help,
Cheers

85 Name: Anonymous : 2010-07-27 11:18 ID:Heaven [Del]

Go into the preferences, click the Formats tab, and uncheck the formats you don't want to use Xee for.

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Xee Support Thread (307)

1 Name: !WAHa.06x36 : 2005-11-15 14:59 ID:6TsVPKGD [Del]

This is the support thread for Xee. All kinds of questions and bugreports can be posted in here. This thread will also be linked from inside the program itself.

There is also a thread about Xee here: http://wakaba.c3.cx/sup/kareha.pl/1122405906/
It contains more general discussion, and announcements of new versions and updates.

298 Name: Stefan Nowak : 2010-06-24 05:27 ID:t4dwiXig [Del]

>>290
Dear Developer: What do you think about my suggestion?

299 Name: Anonymous : 2010-06-26 01:13 ID:Heaven [Del]

>>292,298
Dear Spammer: Please stop spamming. You'll get a reply if and when WAHa decides to reply, and your spamming is more likely to piss him off and get him to ban you than get him to reply sooner. Also, learn to use sage.

300 Name: burning : 2010-06-28 00:22 ID:mjI2bu5p [Del]

Multi-Touch support?i love in it

301 Name: Max : 2010-07-10 06:40 ID:dwQkDskR [Del]

Please add the option to use an image as a wallpaper from inside xee.

302 Name: Matic : 2010-07-18 23:46 ID:ZMslwIzQ [Del]

Hi,
when I browse through pics with Xee, all of them appear washed out (colors look faded). If you open the same pic in Xee & Preview and compare the two, the difference is quite apparent.

Is there a way to make Xee display the pic in normal colors?? Otherwise it's pretty much useless for me.....

303 Post deleted by user.

304 Post deleted by moderator.

305 Name: Gary : 2010-07-21 19:30 ID:B8X2ACdS [Del]

Great app! Just discovered it.

2 features would make it perfect for me. A thumbnail view and a tree view of my hard drive contents so I could navigate and click any folder and it would open that folder. Accessing it off the Open menu item is more cumbersome. One I selected a folder it would start showing thumbnails which I could scroll through (assuming enough) and then click one to view that image and then from that image continue forward or backward via your slide show functionality. Esc would take me back to the thumbnails. Perhaps for performance considerations, consider caching the thumbnailed images.

One other feature, right click on an image for a context menu with editor options and rotate options.

306 Post deleted by moderator.

307 Name: Anonymous : 2010-07-27 11:40 ID:Heaven [Del]

>>302
Color profile support is hard to do in OpenGL. Here are two posts from the developer on the topic:
http://wakaba.c3.cx/sup/kareha.pl/1122405906/146
http://wakaba.c3.cx/sup/kareha.pl/1122405906/623

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

Mac OS X screen savers (305)

1 Name: !WAHa.06x36 2005-06-16 19:23 ID:/DCn4yVC [Del]

Not to be confused with the Mac OS X widgets thread, this is the Mac OS X screen savers thread (this one's even more useless!).

So, way back in the day, I made some screen savers for the Amiga named "LotsaBlankers". Later on, I ported some of them to Windows, and created some new ones, but I never managed to make a stable and functional enough screen saver under Windows that I'd feel like releasing it. But now that I've got Mac OS X, I've started porting some of this old code over, since making screen savers for OS X is pretty easy and fun. First one I've got running is this one:

http://wakaba.c3.cx/releases/mac/LotsaEscher.zip

It's based on the work presented on this site, http://escherdroste.math.leidenuniv.nl/, and it is liable to BLOW YOUR MIND, MAAAAN. I've been too lazy to figure out how to make a preferences GUI for it yet, so even though the code supports all the possible different transformations of the image (Some listed here: http://escherdroste.math.leidenuniv.nl/index.php?menu=im&sub=escher), you can't actually pick which one you want yet.

Post too long. Click to view the whole post or the thread page.

296 Post deleted by moderator.

297 Post deleted by moderator.

299 Post deleted by moderator.

300 Name: jwgh : 2010-06-15 19:31 ID:RTSm/laJ [Del]

Pretty belated, but just wanted to say I downloaded all of the screen savers on my Intel mac running Mac OS X 10.6.3 and they all work great. Thanks!

301 Name: amosharper : 2010-06-29 09:26 ID:2N/GDwUB [Del]

>>291

!WAHa, what's the feasibility of this? it would make a good screensaver brilliant.

302 Name: !WAHa.06x36 : 2010-06-30 07:53 ID:Heaven [Del]

>>301

Not very. Alpha transparency only lets you let what is below shine through what you draw on top. It doesn't let you distort it, which LotsaWater needs.

303 Post deleted by user.

304 Name: Gengis : 2010-07-17 14:17 ID:b7oOQvCL [Del]

OS 10.6.4 : impossible te regulate the dimming option in lotsawater, always black as it was at the "dark position", someone else has the same ?

305 Post deleted by moderator.

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

500 Internal Server Error (324)

1 Name: !WAHa.06x36 2005-02-21 17:46 ID:FqgLpoAw (Replies) [Del]

Since 500 Internal Server Errors aren't ever really caused by Wakaba or Kareha themselves, but are still a big problem for lots of people, I'm setting up this thread to discuss various problems and solutions related to them.

315 Name: Ryo : 2010-06-22 23:08 ID:NRkVg090 [Del]

I'm trying to run wakaba from my win7 system. I've got Apache Perl PHP and MySQL and they seem to be getting along with each other but I'm running into the Error 500 problem which is almost certainly because of my permissions but I made an observation which confuses me.

Why are there html files in the cgi-bin folder and why does wakaba link directly to them instead of placing or redirecting or including that content from HTML files in the htdocs folder?

I know that its some sort of permissions problem but more like an apache setting that I either can't change or I really don't want to for security reasons. Everything in the cgi-bin folder is treated like a server script and not sent to the client but since wakaba puts them in the cgi folder it manifests as a permission problem.

I did find a variable in the internal paths section of the config.pl file that looked promising but I have found that changing the values prevents it from giving me a 500 error but it won't update the html files.[variable called HTML_SELF]

I know I'm doing something wrong but hopefully someone can point me in the rite direction...

Post too long. Click to view the whole post or the thread page.

316 Name: Anonymous : 2010-06-23 09:33 ID:Heaven [Del]

>>315
There is no "cgi-bin folder". You are definitely doing it wrong.

317 Name: Ryo : 2010-06-23 10:13 ID:ULYGDqK9 (Image: 508x431 jpg, 73 kb) [Del]

src/1277313212285.jpg: 508x431, 73 kb

>>316
Excuse me but, yes, there is. Dir folder what ever you want to call it, its there. It's part of the default instillation of Apache. You just have to activate it to use any cgi like perl

318 Name: Ryo!8NBuQ4l6uQ : 2010-06-23 15:55 ID:MC+qFKNQ [Del]

I'd like to apologize for sounding snippy with >>316. I think i understand what you mean but you could have gone into a bit more detail. there should be no cgi-bin folder because the scripts shouldn't be executed from that directory on the server. since the cgi generates HTML local to the scripts in sub directories if the files are in the cgi-bin folder any referenced files are assumed to be server script and not sent to the client.

that said the cgi has to be in the htdocs folder and the question then becomes how do i set up apache to execute the cgi from there without getting 403(forbidden)/500(permission) errors?

319 Name: Anonymous : 2010-06-24 00:36 ID:Heaven [Del]

>>318
Right. You don't put Wakaba into the cgi-bin folder, at all. Incidentally that folder is a terrible idea in general.

The example.htaccess supplied with Wakaba is all the configuration you need, presuming Apache is configured to allow .htaccess files. (Rename it to .htaccess)

320 Name: Ryo!8NBuQ4l6uQ : 2010-06-24 09:12 ID:pVB5+bm8 [Del]

opps. i had the +ExecCGI on the wrong directory. that fixed it. i think i'm going to write a tutorial on how to get this running on windows for my fellow newbs... heh thanks for the input guys!

321 Name: Anonymous : 2010-07-02 19:04 ID:lHjIJTMc [Del]

>>313
I'm getting this same error.. :(

322 Name: Anonymous : 2010-07-05 21:43 ID:rMF9HbVK [Del]

when i set the permissions to 777 i get a 404 error and when i set them to 755 i get a error: could not write to directory...what do??

323 Name: Anonymous : 2010-07-06 04:47 ID:rMF9HbVK [Del]

[Tue Jul 06 05:26:38 2010] [error] [client 172.17.0.132] File does not exist: /f5/33chan/public/wakaba/wakaba.html, referer: http://33chan.nfshost.com/
[Tue Jul 06 05:26:41 2010] [error] [client 172.17.0.144] [Tue Jul 6 05:26:41 2010] config.pl: Constant subroutine main::DISPLAY_ID redefined at /usr/local/lib/perl5/5.8.9/constant.pm line 115., referer: http://33chan.nfshost.com/
[Tue Jul 06 05:26:44 2010] [error] [client 172.17.0.144] File does not exist: /f5/33chan/public/wakaba/wakaba.html, referer: http://33chan.nfshost.com/
[Tue Jul 06 05:27:57 2010] [error] [client 172.17.0.144] [Tue Jul 6 05:27:57 2010] config.pl: Constant subroutine main::DISPLAY_ID redefined at /usr/local/lib/perl5/5.8.9/constant.pm line 115., referer: http://33chan.nfshost.com/

this is constantly my error log, i feel as if i am missing something obvious but i can not tell

324 Name: Anonymous : 2010-07-06 20:11 ID:rMF9HbVK [Del]

even when i set the permissions to 755 i still get the could not write to directory error

Name: Link:
Leave these fields empty (spam trap):
More options...
Image:

New thread

Title:
Name: Link:
Leave these fields empty (spam trap):
More options...
Image: