|
|
|
|
|
|
Metaller
Registrierungsdatum: Aug 2000
Beiträge: 185
|
Nachdem es mit dem VB ne so geklappt hat 
hab ich mich entschlossen ein Ikonboard V3 alpha zu bauen
ich habe schonmal ein ikonboard v2.17 gebaut, daher dachte ich es ist einfach
ich aendere die boardinfo.pm so :
Zitat:
package Boardinfo;
sub new {
my $pkg = shift;
my $obj = {
# Pretty Self Explanitory
"BOARDNAME" => "Test Board",
"BOARD_DESC" => "Test Ikonboard",
"BOARD_URL" => "http://www.bloodraven.f2s.com/cgi",
"IMAGES_URL" => "http://www.bloodraven.f2s.com/non-cgi",
"HOME_URL" => "http://www.bloodraven.f2s.com",
# IKON_DIR is the main scripts dir (where the scripts are)
# HTML_DIR is the non-cgi dir
# DATABASE_DIR is the database dir !! Keep an eye on those trailing slashes! !!
"IKON_DIR" => "/web/sites/47/bloodraven/www.bloodraven.f2s.com/cgi/",
"HTML_DIR" => "/web/sites/47/bloodraven/www.bloodraven.f2s.com/non-cgi/",
"DATABASE_DIR" => "/web/sites/47/bloodraven/www.bloodraven.f2s.com/cgi/Database/",
"COOKIE_PATH" => "/forums/",
"ADMIN_EMAIL_IN" => "inmail.bloodraven.f2s.com ",
"ADMIN_EMAIL_OUT" => "outmail.bloodraven.f2s.com ",
"SMTP_SERVER" => "localhost",
"SEND_MAIL" => "/usr/bin/sendmail",
"EMAIL_TYPE" => "send_mail",
"BASE_TIME" => "GMT",
"TIME_ZONE" => "0",
"SHOW_STATS" => "ON",
"ALLOW_IMAGES" => "1",
"AVATARS" => "on",
"ANNOUNCEMENTS" => "yes",
"EMOTICONS" => "on",
"VERIFY_PASS" => "no",
"USER_NOTIFY" => "no",
"FLOOD_CONTROL" => "on",
"FOOD_LIMIT" => "30",
"HOT_TOPIC" => "15",
"DISPLAY_MAX_TOPICS" => "15",
"DISPLAY_MAX_POSTS" => "10",
"CGI_EXT" => "cgi",
"HOME_NAME" => "Ikondiscussion.com",
"COPYRIGHT_INFO" => "2000 MyWebsite.com"
};
bless $obj, $pkg;
return $obj;
}
1;
__END__
|
Ist das richtig ??
und dann kommt diese fehlermeldung :
Zitat:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, support@freedom2surf.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
--------------------------------------------------------------------------------
Apache/1.3.14 Server at http://www.bloodraven.f2s.com Port 80
|
wenn ich das board aufrufen will  *schnief*
|
07. 03. 2001, 18:07
|
#1
|
|
Mitglied
Registrierungsdatum: Jun 2000
Beiträge: 2.859
|
hast du die chmods alle korrekt gesetzt?
mfg
Flashfunk
|
07. 03. 2001, 18:31
|
#2
|
|
Angepasster
Registrierungsdatum: Feb 2001
Beiträge: 532
|
ich wuerde mich nicht auf die ib 3.0 alpha verlassen, die laeuft nicht auf allen servern.....
|
07. 03. 2001, 18:50
|
#3
|
|
Alle Zeitangaben in UTC +1. Es ist jetzt 00:34 Uhr.
|
|