futallaby modificatons? (21)

1 Name: Anonymous 2005-01-17 09:07 ID:WEwNvWnv (Replies) [Del]

i�Lm searching für modifications like image reply für futallaby... thank you

2 Name: Anonymous 2005-01-17 09:14 ID:Heaven (Replies) [Del]

3 Name: Anonymous 2005-01-17 09:30 ID:WEwNvWnv (Replies) [Del]

uhm there are no modifications...
im searching für futallaby modifications like image reply and
"x posts and x image replies omitted. Click Reply to view."

its not included in the original futallaby script but ive seen futallaby scripts with these features... (like 4chan...)

4 Name: Anonymous 2005-01-17 09:39 ID:Heaven (Replies) [Del]

5 Name: !WAHa.06x36 2005-01-17 09:50 ID:ZBaW6hfu (Replies) [Del]

W.T. Snacks did that, and he's not released any of the code.

Plug time: Use wakaba instead.

6 Name: Anonymous 2005-01-17 10:17 ID:WEwNvWnv (Replies) [Del]

hm okay i try to ... but ive problems on installing because its perl...
my webspace supports it but the .pl files are only shown up as text documents...

7 Name: Anonymous 2005-01-17 10:31 ID:WEwNvWnv (Replies) [Del]

my hoster said i should create a .htaccess file with this

AddHandler cgi-script .pl

now - i only get a internal server error... i think its the internal server path... already wrote a new email ...

or anyone knows other reasons why i gonna get a internal server error?

8 Name: Anonymous 2005-01-17 10:39 ID:Heaven (Replies) [Del]

9 Name: !WAHa.06x36 2005-01-17 11:12 ID:ZBaW6hfu (Replies) [Del]

Usually, Internal Server Errors are because of one of these reasons:

  • The script does not have the correct permissions. wakaba.pl and captcha.pl should have their permissions set to 755.
  • The path to the perl executable at the top of wakaba.pl and captcha.pl is wrong. Usually, the first line should be #!/usr/bin/perl, but some servers put perl somewhere else, and then you have to change this line. You'd have to ask your host about that, though.
  • A .htaccess file that uses options that the server doesn't support or allow will also make Internal Server Errors. If the host told you to do that, though, this shouldn't be a problem.

If you can see the error_log file on your server, it should tell you more about what was going wrong.

10 Name: Anonymous 2005-01-17 11:36 ID:WEwNvWnv (Replies) [Del]

oh my god the first timei use the error_log xD
hard to open a 42mb textfile ^^

okay here the error.....

[Mon Jan 17 17:32:46 2005] [error] [client 82.xx.xx.xx (my ip)] Premature end of script headers: wakaba.pl, referer: http://my url to the wakaba folder/wakaba/

11 Name: !WAHa.06x36 2005-01-17 11:51 ID:ZBaW6hfu (Replies) [Del]

Any other messages before or after that? You usually always get a "premature end of script headers", but the real reason is in another line nearby.

12 Post deleted by user.

13 Name: Anonymous 2005-01-17 12:14 ID:WEwNvWnv (Replies) [Del]

[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/icons, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:45 2005] [error] [client 82.xx.xx.xx] File does not exist: /www/usr10635/myurl.de/htdocs/favicon.ico
[Mon Jan 17 17:32:46 2005] [error] [client 82.xx.xx.xx] failed to open log file, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:46 2005] [error] [client 82.xx.xx.xx] fopen: Permission denied, referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:46 2005] [error] [client 82.xx.xx.xx] Premature end of script headers: wakaba.pl, referer: http://myurl.de/wakaba/

thats before it

i treid to open the captcha.pl and got this

[Mon Jan 17 17:32:36 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 17:32:36 2005] captcha.pl: Can't locate List/Util.pm in @INC (@INC contains: /usr/local/lib/perl/5.6.1 /usr/local/share/perl/5.6.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.6.1 /usr/share/perl/5.6.1 /usr/local/lib/site_perl .) at captcha.pl line 9., referer: http://myurl.de/wakaba/
[Mon Jan 17 17:32:36 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 17:32:36 2005] captcha.pl: BEGIN failed--compilation aborted at captcha.pl line 9., referer: http://myurl.de/wakaba/

is it the internal server path? if yes, is there a way to find it out without have to wait for a answer of my host?

14 Name: !WAHa.06x36 2005-01-17 14:41 ID:ZBaW6hfu (Replies) [Del]

Well, the "permission denied" sounds like the wrong permissions, but the second error sounds like you're trying to run a really old version. Which version is that?

15 Name: Anonymous 2005-01-17 14:44 ID:WEwNvWnv (Replies) [Del]

i tried wakaba-zero_20041025....

i gonna try out wakaba_20050105

16 Name: !WAHa.06x36 2005-01-17 15:02 ID:ZBaW6hfu (Replies) [Del]

Zero needs Perl 5.8.0, which you don't have, but the normal Wakaba should work fine on most versions of Perl.

17 Name: Anonymous 2005-01-17 15:05 ID:WEwNvWnv (Replies) [Del]

okay...

first i got this error

[Mon Jan 17 20:55:09 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 20:55:09 2005] wakaba.pl: No ADMIN_PASS or NUKE_PASS defined in the configuration at config_defaults.pl line 8., referer: http://myurl.de/wakaba/
[Mon Jan 17 20:55:09 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 20:55:09 2005] wakaba.pl: BEGIN failed--compilation aborted at config_defaults.pl line 99., referer: http://myurl.de/wakaba/
[Mon Jan 17 20:55:09 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 20:55:09 2005] wakaba.pl: Compilation failed in require at wakaba.pl line 17., referer: http://myurl.de/wakaba/
[Mon Jan 17 20:55:09 2005] [error] [client 82.xx.xx.xx] [Mon Jan 17 20:55:09 2005] wakaba.pl: BEGIN failed--compilation aborted at wakaba.pl line 17., referer: http://myurl.de/wakaba/

then i removed the most of the #´s from config.pl and filled out the settings, mysql and so on

now i get only this error

[Mon Jan 17 21:03:21 2005] [error] [client 82.xx.xx.xx] Premature end of script headers: wakaba.pl

nothing else

18 Name: !WAHa.06x36 2005-01-17 15:54 ID:ZBaW6hfu (Replies) [Del]

This sounds like a problem somebody else had... I suspect the Perl installation is a bit broken on your host.

Can you try this? http://wakaba.c3.cx/sup/kareha.pl/1102836129/6

19 Name: Anonymous 2005-01-17 16:19 ID:WEwNvWnv (Replies) [Del]

Internal Server Error

may its the perl path?
my hoster did not answer now... :(

20 Name: !WAHa.06x36 2005-01-17 16:31 ID:ZBaW6hfu (Replies) [Del]

I don't know. The person in that other thread had the same problem, and I can't figure it out. I'm not much of an Apache hacker, and this is obviously some sort of Apache problem.

Try asking them why that simple script doesn't work.

21 Name: Anonymous 2005-01-17 16:36 ID:WEwNvWnv (Replies) [Del]

ahgr , but your right its an apache...

Apache/2.0.50 (Unix) mod_perl/1.99_12 Perl/v5.6.1 DAV/2 PHP/4.3.8 FrontPage/5.0.2.2635 Server at one-space.de Port 80

i hope my hoster can help me

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