Cgi-Web-Chat funktioniert nicht

  • das kommt bei mir, wenn ich den Cgi-Web-Chat aufrufen will:

    #!/usr/bin/perl
    # CGI:IRC - http://cgiirc.sourceforge.net/
    # Copyright (C) 2000-2006 David Leadbeater <http://contact.dgl.cx/>
    # vim:set ts=3 expandtab shiftwidth=3 cindent:

    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.

    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    # GNU General Public License for more details.

    ähm ja, weiß nicht, was ich damit anfangen soll^^
    ich hab übrigens den IE 7

    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

    # Uncomment this if the server doesn't chdir (Boa).
    # BEGIN { (my $dir = $0) =~ s|[^/]+$||; chdir($dir) }

    use strict;
    use vars qw($VERSION $config $config_path);
    use lib qw/modules interfaces/;
    no warnings 'uninitialized';

    ($VERSION =
    '$Name: rel_0_5_9 $ 0_5_CVS $Id: irc.cgi,v 1.41 2006/06/06 18:53:50 dgl Exp $'
    ) =~ s/^.*?(\d\S+) .*?(\d{4}\/\S+) .*$/$1/;
    $VERSION .= " ($2)";
    $VERSION =~ s/_/./g;

    require 'parse.pl';

    my $cgi = cgi_read();

    for('', '/etc/cgiirc/', '/etc/') {
    last if -r ($config_path = $_) . 'cgiirc.config';
    }

    $config = parse_config($config_path . 'cgiirc.config');

    ich habe übrigens den IE 7.

    Intoleranz und Egoismus, dumme Schweine und Faschismus, wenn ich auf die Straße geh und weiß: Ihr tut mir leid!


    Wichtigste Vorraussetzung für Zufriedenheit: dass man, was man ist, auch sein will.


    Wer nicht wählt, darf auch nicht meckern.
    ----------------------------------------------------------------------------------------------------------------------
    Liegt der Deffer tot im Keller,


    war der Basher wieder schneller.


    Liegt der Basher tot daneben,


    hat der Deffer nen Kollegen.

    Einmal editiert, zuletzt von g-sus ()

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!