Wakaba help (16)

1 Name: Freakachan : 2006-12-02 21:26 ID:dzvc5W/Z

Hi, I am having trouble on waka on making the password for adminastrator and i want to admin my own board on freakachan.

http://www.freakanimes.headtrash.net/freakachan/

BEGIN {

use constant S_NOADMIN => 'No ADMIN_PASS or NUKE_PASS defined in the configuration';	# Returns error when the config is incomplete
use constant S_NOSECRET => 'No SECRET defined in the configuration'; # Returns error when the config is incomplete
use constant S_NOSQL => 'No SQL settings defined in the configuration'; # Returns error when the config is incomplete
die S_NOADMIN unless(defined &ADMIN_PASS);
die S_NOADMIN unless(defined &NUKE_PASS);
die S_NOSECRET unless(defined &SECRET);
die S_NOSQL unless(defined &SQL_DBI_SOURCE);
die S_NOSQL unless(defined &SQL_USERNAME);
die S_NOSQL unless(defined &SQL_PASSWORD);

I don't know what to do. If anyone can help me out and point out the problem. I would be very greatful.

2 Name: #!/usr/bin/anonymous : 2006-12-02 22:36 ID:qBA7z+Eb

3 Name: #!/usr/bin/anonymous : 2006-12-02 22:46 ID:6z0UxHkz

Why do you want to make another general purpose imageboard when there is no reason for it to exist.

4 Name: Freakachan : 2006-12-03 00:41 ID:dzvc5W/Z

Becuase I want to make one for my website www.freakanimes.headtrash.net so peoplecan have fun and talk ect. =P

5 Name: #!/usr/bin/anonymous : 2006-12-03 03:43 ID:qBA7z+Eb

Make an IRC channel then. Or a phpBB.

6 Name: #!/usr/bin/anonymous : 2006-12-03 04:07 ID:Heaven

When you make a user-based website (message board, imageboard, etc), you should consider why users would go to your website instead of myriad others like it. If you can't think of any good reasons, you probably shouldn't bother making the website.

7 Name: Freakachan : 2006-12-03 05:15 ID:dzvc5W/Z

I made it becuase I wanted too and I been wanting to make one for such a long time now. thats just like asking all the other image boards that question. I'm just asking for some help is all. Not sum off topic questions.

8 Name: #!/usr/bin/anonymous : 2006-12-03 06:01 ID:qBA7z+Eb

Well, you can start by posting on the correct board.

9 Name: #!/usr/bin/anonymous : 2006-12-03 08:05 ID:3q81or0f

>>1
http://tinyurl.com/yz2krk <- this is probably what you want to change

10 Name: Freakachan : 2006-12-03 09:05 ID:dzvc5W/Z

>>9

does it have to say noadmin on it? or do i change that?

die S_NOADMIN unless(defined &ADMIN_PASS)'';

die S_NOADMIN unless(defined &NUKE_PASS)'';
die S_NOSECRET unless(defined &SECRET)'';
die S_NOSQL unless(defined &SQL_DBI_SOURCE);
die S_NOSQL unless(defined &SQL_USERNAME);
die S_NOSQL unless(defined &SQL_PASSWORD);

11 Name: #!/usr/bin/anonymous : 2006-12-03 09:20 ID:Heaven

>>10
Change

  #use constant ADMIN_PASS => 'CHANGEME';

to

  use constant ADMIN_PASS => 'myFavoritePAssword';

and the S_NOADMIN you pasted there will simply be ignored by kareha, because you'll have an admin pass. Notice that I removed the # to uncomment the line.

You'll also have to change the use constant SECRET or kareha will die on that too.

12 Name: Freakachan : 2006-12-03 09:48 ID:dzvc5W/Z

>>11

ehh i must be doing it wrong becuase when I enter my password in it tells me

Error: Management password incorrect

13 Name: #!/usr/bin/anonymous : 2006-12-03 10:42 ID:Heaven

lol i dunno then

14 Name: #!/usr/bin/anonymous : 2006-12-03 12:33 ID:Heaven

This is not a program support board. It is a programming board.

You were already given the link to the proper board, so let this thread die.

15 Name: #!/usr/bin/anonymous : 2006-12-07 18:56 ID:Heaven

>>14
agreed

16 Name: #!/usr/bin/anonymous : 2008-08-01 00:46 ID:Heaven

LOL, he didn't move anything from the "mode message" or "mode image" folders into the main directory.

XD

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