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.
You really need to specify which script you are referring to before that can be answered.
Yours is the only recent one.
You don't need to edit anything in config.pl, just click "More options...". Blinking is done with capped names, and there's no way to do it normally.
mode_image doesn't support this stuff, only mode_message.
There is no option in Wakaba to allow HTML as it is now. If you used Kareha, you could set the markup type to HTML and list embed and the required attributes as allowed (and add a forced attribute to disable the script injection), but Wakaba doesn't support that.
You can try hacking it yourself, but this is not recommended unless you know what you are doing (because you'll probably get XSS vulnerabilities).
Whenever i'm in ie and do more potions it allways shows "undefined" on the dropdown (even on this board) which causes the preview thing to fuck up when you press Preview post (saying: Abnormal reply.)
Is there any way to fix this?
Uh, 3.1.1 should fix the Abnormal reply error, I've just been too lazy to install it here. IE will probanly still say "undefined", but I don't have a machine to bugfix this on, so somebody else will have to figure that out.
Do I need a separate install (config file & mysql database) for each image board?
Yes and no. You need a separate install of the files, but you can use the same database if you change the names of the tables in the config file.
300GET
Okay, short problem. Thumbnails won't show, any ideas?
http://img78.imageshack.us/img78/6343/wakabathumbnailsdy8.png
http://penischan.110mb.com/wakaba/thumb/ <-- They are being created as 0-byte files. This is wrong.
In other words, I haven't a clue. Something with the thumbnailer is fucked up. A first step to figuring out what's wrong might be to dig into the thumbnailing function in wakautils.pl
and putting in die
statements to see which thumbnailer it tries to use.
I see, thanks for your help. It's odd, since I didn't mess with anything except for config.pl.
I suspect it's a problem with the host, somehow.
>>303 It's a free host; I doubt they've got anything installed correctly.
I'm trying to change the file types that users are allowed to upload. using the latest of wakaba. I was told it was at the bottom of the config and all i see is the icons config. I really just need a example of where its at and how to change it, i was on a olf futaba befor this and this is all new to me.
If you add an icon for a filetype, it will be allowed. But earlier you talked about gif, png and jpg, which are always allowed so I don't think you are asking the right question.
I was using that as a example of what i was looking at. In hope that i could get a general direction of where i'm suppost to be at. The file type i want is already in the list under "other files". I tryed uncommenting them but that didnt work, also tryed adding it to the part i showed a example to earlyer and still didnt work. Yes i tryed rebuilding the cache a couple times to
In laymens "I want to add other files to the list of supported files, but i dont know how to go about that, hence why i asked for a example on how"
Well, what exactly happens?
You need to uncomment the lines you want, and you also need to uncomment the initial use constant
line and the { }
block around it.
Ahh see i didnt even notice that the constant was commented out. Now it works. 2nd question, is there a way to turn off the verification? It gets annoying when the pace of the board gets going. Specialy those long ones
Ahh okay, thanks.
I need some help my wakaba giving me this error whenever i click Manage.
XML Parsing Error: mismatched tag. Expected: </meta>.
Location: http://www.xxxx.com/imageboards/b/wakaba.pl?task=mpanel&admin=c1L9l/VznFIM
Line Number 1, Column 1427:
And then it points to the "h" in the </head> tag
I didnt mean to post three times, it said timed out and i just clicked refresh, sorry.
You've added code that is not well-formed XHTML. You need to close all tags, either explictly, or by implicitly by ending them in />.
Also, just click "[Del]" to delete posts.
Yeah i figured out what i did, it was more of a typo then anything. Thanxs again. Also i tryed deleting them i get wrong pass everytime, not that i remember entering a pass
Can you base it on the timestamp? I forget whether you can access the parent's timestamp easily.
No, you can't, because it's not stored in the database as such. Although, well... Technically the format doesn't really matter so I guess you could use the textual time stamp... Hmm.
Hello, i continually get an SQL connection error, and all my MySQL settings are set up perfectly in config.pl and server side.
I can only guess that they are not, in fact, set up perfectly.
I used the Futaba style sheet and edited it completley into my own personal style, i just want to konw how do i go about renaming the futaba style sheet link at the top of the page to what i want?
Just rename the file and rebuild caches. And do your users a favour and copy in the original futaba.css too.
I keep getting this error:
Can't modify constant item in scalar assignment at config.pl line 14, near "'blahblah';"
BEGIN not safe after errors--compilation aborted at config.pl line 14.
Compilation failed in require at /public_html/wakaba.pl line 16.
BEGIN failed--compilation aborted at /public_html/wakaba.pl line 16.
I have no idea what that means or what to do...help! :(
It means you messed up something in the config file.
I have Kareha all set up and working and everything but I have one question. Is there any way to get it to have each new thread/reply get a unique number instead of saying 1 for the first reply and then 2 for the second and so on.
As has been stated at least once already in this thread, Kareha doesn't do this. It's only possible with a database, like what Wakaba uses.
How would I go about making a custom ban page, where it would show your ip and what you were banned for?
This is what i've done so far.
futaba_style.pl
use constant BAN_PAGE => q{
<p>Ban ;_; (insert more text later)</p><br />
The IP you were posting with was: <var $ip><br />
<if $comment>Reason for your ban: <var $comment></if><br />
<if !$comment>Reason for your ban: None</if>
};
wakaba.pl (under sub ban_check($$$$)
make_http_header();
print encode_string(BAN_PAGE);
} else {
make_error(S_BADHOST);
}
Should this work? Is there something I need to change?
Disregard that, I just realized that ban_check is for when you post, not view.
I'm gonna have to look into this more =/
Any help before I butcher 20+ Wakaba installations is appreciated.
Thanks.
If you want to prevent banned IPs from viewing the pages, you'll need to resort to .htaccess hackery.
Is it possible to enable my users to be able to use HTML tags in their posts?
Not easily. You could copy some code from Kareha's format_post()
function to Wakaba's, though. It has an automatic HTML sanitizer and filter. I very very strongly recommend using this if you want to hack this, because adding support for HTML safely is very, very hard.
>>335
Thanks, tho my motive for this, is to allow my users to embed video into the board from Youtube or dailymotion and such, would you advise against this?
>>336 <embed> is abusable to no end.
Shii killed a board through css and embed, I recall. All you saw when you visited was the waha-supergirl flash.
Anyway, not recommended.
<embed> can be used as long as you make sure to force a certain attribute that disable scripting from inside the swf file.
I forget what exactly it is, though. You know you've got it right if you can embed http://wakaba.c3.cx/bee.swf without getting a bee all over your page, though.
Speaking of which, no, >>338 is not supposed to happen. I'll have to fix that at some point.
Dumb question: how many ways are there to display posts via the URL?
The ones I know of are: multiple selections separated by commas, normal and reverse-order ranges (including open ended ranges), last X posts in thread, and X random post selections. Anything else?
And why do some of these methods display the first post at the top even when it's not specified?
I am creating a japanese imageboard for a small commnity i am a part of. everything has translated perfectly except for the rules.html file, and also when i add any japanese characters into the .pl scripts like config.pl they come out as alot of mumbo jumbo.
This is how it appears:
ûmØNïSý€Õ0¡0¤0ë0ÿ Ö0é0¦0¶0k0ˆ0c0f0o0ck8^k0ûmØNg0M0j0D0S0h0L0B0Š0~0Y00
g'Y•b?zÇ0ü0¿0Ï‘o0 KB ~0g0g0Y00sage_jý€ØNM00
;uÏPo0*j Ô0¯0»0ë00&~ Ô0¯0»0ë0’0…H0‹0h0.~\hˆ:yU0Œ0~0Y00
etc. etc., how can i translate this properly, thanks.
On a side note, i have a Japanese friend who is reviewing the translation and will correct any errors if you wold like the corrected japanese?
That's about it. The first post is displayed for simple ranges, to match the behaviour of 0ch.
You need to make sure your files use the right encodings. The include files have to use the same encoding you've specified as CHARSET, and any .pl files need to have a "use encoding" statement at the top that specifies what encoding they use.
Hey.
I'm helping the owner of the new not4chan.us try to get the "Original Filenames" feature in wakaba, but so far I've had no luck.
Basically, when a user goes into the reply page, after the (size, resolution) it would display the filename that the image had before wakaba converted it. This is very nice for organizing manga/doujinshi/etc.
Question is, is there any way to do this through Wakaba?
Thanks!
>>344
uncomment the following lines in config.pl:
#use constant FILETYPES => (
# gif => '.',
# jpg => '.',
# png => '.',
#);
>>346 Not quite. All that does is not rename the files to unix timestamps. What he's looking for is shown in the picture attached.
Hello all. I'm having problems installing wakaba. On apache, no matter what perl script I run, I get the same damn 403 error. All the files/folder are 755 and my httpd.conf for the directories is:
<Directory />
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
AllowOverride All
Order deny,allow
Deny from none
</Directory>
<Directory /wakaba/>
AddHandler cgi-script .cgi
Options +FollowSymLinks +ExecCGI
AllowOverride All
Order deny,allow
Deny from none
</Directory>
Does anyone have any ideas as to what I should do? I'm using SuSE, if that helps.
AddHandler cgi-script .cgi .pl
I used to have apache and wakaba created nice little thumbnails but now when i changed to lighttpd it won't create any thumbnails and it just echo out "no thumbnail available".
How do i fix so the thumbnails work in lighttpd?
I've never used lighthttpd so I have no idea, really. Is the switch of web server software the ONLY change you made to the system? If so, I guess lighthttpd is failing to run external commands from CGI scripts for some reason.
>>352
But doesnt browsers just send the script to the perl folder and let perl do all the stuff? I haven't changed any perl settings though.
i meant http servers not browsers
Yes, but if the web server process doesn't have permissions to run the command, or if the PATH is messed up, it's gonna break.
If the path is messed up, try running which convert
in a shell, and then putting the result in CONVERT_COMMAND
.
You hack the source to add it. There's no support for it, and I won't be adding it anytime soon.
How do i allow additional file types, thanks.
Look at the end of config.pl.
Hi I'm having some trouble setting up a Kareha image board
http://img.gig4free.com/kareha.pl
One problem is that one thread will have a url like
http://img.gig4free.com/kareha.pl/1160013863/
and the second will be
http://img.gig4free.com/kareha.pl/1160013863//1160014721/
and the third will be
http://img.gig4free.com/kareha.pl/1160013863//1160014721//1160015427/
etc
Everything appears to work correctly, permissions etc but is this because the subdomain is trying to add banner ads to the page so it concatenates the thread reply numbers?
Any help is appreciated thanks.
On the other hand, I just set a Kareha image board up at
and it works fine. The difference is that I used the mode_message folder and enabled image replies in config.pl
I don't see how using mode_image would be any different though?
I've installed and edited everything that needs to be edited (the test perl script works) and wakaba should be working, but it isn't. If I try to load wakaba.pl all I get is a blank page. I have no idea what to do now. Halp
Never seen that before. I'm tempted to blame a messed-up Apache config, since that sounds like a free host and they're pretty unreliable.
Try going to http://.../wakaba.pl?task=admin and rebuild caches.
Tried that and this is what I got:
"Server error!
Error message:
Bareword "SQL_CAPTCHA_TABLE" not allowed while "strict subs" in use at D:/WWW/xampp/perl/site/lib//captcha.pl line 142. ...lots of other errors with similar format... BEGIN failed--compilation aborted at D:/WWW/xampp/htdocs/wakaba/wakaba.pl line 20. ,
;_;
Hello
what should I do in order to have a vertical menu like in http://4-ch.net ? also do I have to install Kareha for for every category?
thanks
Hi,i really need help,my HTML sucks and i dont know how to get Kareha or wakaba working at all....can someone guide me step by step pls,i couldnt find a guide too,thanks a lot.Does it start working once i upload those files i extarcted of the zip file onto a Web host?
Assuming you have a webhost... (this is for kareha, which I recommend you use)
0) unzip the zip to a folder on your desktop.
1) open up config.pl on your computer using notepad.
2) read the comments and change the things that are required.
3) upload that, and everything else from the zip, to your webspace.
4) in your browser, visit http://.../kareha.pl
5) if that doesn't work, post any errors returned here along with a link to the board.
so is there no way to ban proxies through htaccess or other?
Short answer: No.
Long answer: dmpk2k implemented some code in Wakaba to try and detect proxies using external utilities and such, which does get some of them, but might be tricky to get running. However, proxy detection is inherently shaky and unreliable.
>>368
By broken installation, do you mean Wakaba or Apache/MySQL/Perl?
Wakaba. All those constants should be defined by config_defaults.pl, and if they are not, something's broken or missing.
I am also interested in making my own ban page that shows the ip of the poster and displays the comment, but only when they try to post, how would i do that?
Secondly i am wondering is there a way to let my mods edit the rules.html file? thanks
> Secondly i am wondering is there a way to let my mods edit the rules.html file? thanks
There's no way to do that in Wakaba at the moment (although there is in Kareha), but I guess you could find some other script that lets people edit files.
However: If you don't trust your mods perfectly, you don't want them to be able to edit rules.html directly, because it is run through the templating engine, which can run arbitary Perl code. That means that if you can edit it, you hack it to access anything on the server.
The way to work around this is to make a rules.html file that contains the following:
<var include("include/rules_safe.html")>
And then just let people edit rules_safe.html, which will NOT be parsed by the template engine.
>>377
Ok thanks ill look into that,
any ideas on the custom ban page tho?
You'd have to hack it yourself one way or the other... Should be easy if you know a bit of Perl and DBI, otherwise, not so easy.
Hello, i recently went into Futaba_style.pl to do some html editing for a number of things, everything seemed to be working fine for me after i had finished, but when my mods tried to access the admin panel they were getting an XML parsing error, it was telling me that it was expecting html tags everywhere and particularily it also told me that the constants in the footer were invalid. Tho i managed to fix the problem by removing the constants and by basically doing what it told me to and adding in the tags it was expecting i have had to remove things that i wanted to keep in the first place, have you seen this error before? And when exactly caused it?
Wakaba is set up to use XHTML, which means you have to write your code as well-formed XML. You can write any code you want, you just have to write it correctly.
I know you're very busy WAHa, but is there a possibility we may be due for a major new releases of W&K soon?
No major releases, no. However, there are some bugfixes I really should get out there, but I've been busy with other projects. Hopefully I'll get around to it soon.