hilfe bei .pl script online schach script

  • Hallo, ich wollte neulich ein schach script auf meinem webspace draufhauen ! hatt auch gut geklappt nur funtzt das script nicht so richtig ! weis ja auch nicht was ich falsch mache !

    hier ist ein teil aus diesem script ich glaube hier mus eine konfiguration vorgenommen werden

    ##------------------------------------------------------------------------------
    ## LOCAL CONFIGURATION... edit these! be careful: no trailing "/"s in paths!
    ##------------------------------------------------------------------------------

    $URL = 'http://YOUR_DOMAIN.com'; # url of your domain
    $GRPATH = 'chess'; # path for graphics (from server root)
    $CGIPATH = 'cgi-bin'; # path to this script (from server root)
    $SCRIPT = 'board.pl'; # name of this script
    $DATAPATH = ''; # path to data (relative to this script)
    $DATAFNAME = 'board.txt'; # data filename template - must have one '.'
    $EMAILPROG = ''; # your mailer program...
    # e.g. $EMAILPROG ='/usr/lib/sendmail';
    # Note: to DISABLE email notification
    # of moves, set $EMAILPROG = '';
    $HELPURL = 'http://www.beholder.co.uk/chess/help.html'; # URL to help page

    ##------------------------------------------------------------------------------
    ## LOCAL CONFIGURATION... that's all


    hab meinem webspace provider auch schon eine e-mail geschrieben ! mein webspace ist cgi fähig und er meinte das es egal ist wohin ich es kopiere !

    ist das eigentlich so ähnlich wie eine datenbank zu installieren ??

    also leute haut rein ich brauche eure hilfe

  • was geht denn daran nicht? wir können dir besser helfen, wenn wir wissen was für eine fehlermeldung kommt ;)
    z.B. könnte auch der pfad zu perl falsch sein...
    könnte alles mögliche sein... hast du ein auszug aus dem error_log?