so folgendes bin grad dabei n gästebuch einzurichten und bin dabei aufn haufen fragen gestossen. dazu sollte man sagen dass ich von cgi/perl null ahnung hab.:-))))))
also wie lautet der standartmässige pfad zum perlinterpreter?
und wie der von sendmail?
und dann wird da noch nach dem "wirklichen" pfad meiner html datein gefragt?
?????
hier noch der anfang vom script:
#!usr/local/bin/perl
##############################################################################
# If you encounter problems while trying to configure this script, help #
# is available. In order to get your problem solved: #
# 1) Read this file thoroughly #
# 2) Consult the THANKS-CGI Frequently Asked Questions: #
# http://www.thanks-cgi.com/faq/ #
# 3) If you are still having difficulty installing this script, send #
# e-mail to: support@thanks-cgi.com #
# Include any error messages you are receiving and as much detail #
# as you can so we can spot your problem. #
# #
# Hopefully we will be able to help you solve your problems. Thank you. #
##############################################################################
# COPYRIGHT NOTICE #
# Copyright 1998 THANKS-CGI All Rights Reserved. #
# Not for re-sell or re-distribution. #
##############################################################################
# Setup Begin
$cgiurl = "http://www.sx-press.de/cgi-bin/guestbook2/guestbook.cgi"; # THE URL OF CGI SCRIPT.
$filehead = "http://www.sx-press.de/cgi-bin/guestbook2/"; # THE REAL PATH OF "*.htm", "*.txt" FILES. (YOU MAY CONTACT YOUR ISP FOR THIS PATH)
$guestbookfile = "guestbook.txt"; # DATABASE OF MESSAGES
$mainpagefile = "index.html"; # MAIN PAGE OF YOUR GUESTBOOK
$succpagefile = "succ.htm"; # THE PAGE AFTER LEAVING MESSAGE
$errorpagefile = "error.htm"; # THE PAGE TO SHOW ERROR MESSAGE
$managepagefile = "manage.htm"; # THE PAGE OF CONTROL PANEL
$allow_html = 1; # 1=ALLOWS VISTORS TO USE HTML. 2=DISABLE IT.
$perpage = 20; # MAXIUM MESSAGES FOR EACH PAGE
$manageperpage = 100; # MAXIUM MESSAGES OF CONTROL MODE
$time_miss = +12; # TIMER
$manage{"super"}="1q0o9i8u"; # ID & PASSWORD FOR WEBMASTER
$masteremail = "sx-press\@gmx.de"; # YOUR E-MAIL ADDRESS
$mailprg = "/usr/lib/sendmail"; # THE PATH OF YOUR SERVER'S E-MAIL SYSTEM
$fromemail = "sx-press\@gmx.de"; # YOUR E-MAIL ADDRESS
$sendtomaster= 1; # 1=ENABLE 0=DISABLE (FONCTION OF AUTO NOTICE)
# END
#############
....
hoffe mir kann da einer helfen.
thx.
nich nitram-sx sondern BIG BAD B.