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.

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