• Das Erstellen neuer Accounts wurde ausgesetzt. Bei berechtigtem Interesse bitte Kontaktaufnahme über die üblichen Wege. Beste Grüße der Admin

Gästerbuch

ad_tero

New member
Hi,

Ich brauch drinngend Hilfe! Ich komm einfach nicht mit cgi zurecht. Könntet Ihr mir sagen was ich in den vollgenden Sachen eintragen muss?

$guestlocation = "http://www.simplace.de/guest/guestbook.htm";
$guestpath = "/home/simplace-de/public_html/guestbook.htm";
$cgilocation = "http://www.simplace.de/cgi-bin/guest/guestbook.cgi";
$mailprog = '/usr/bin/sendmail';
$youmail = 'webmaster@simplace.de';
$yourname = "ad_tero";
$getdate = "/bin/date";

Ich weiß nicht was ich in Zeile 2,4, und 7 eintragen muss.
 
$guestlocation = "http://www.simplace.de/guest/guestbook.htm"; # Das Pfad zu deinen Guestbook als Absolute Pfad
$guestpath = "/home/simplace-de/public_html/guestbook.htm"; #?????
$cgilocation = "http://www.simplace.de/cgi-bin/guest/guestbook.cgi"; # Das Pfad zu deinen CGI SCript absolut
$mailprog = '/usr/bin/sendmail'; # Das pfadf zu deine oder besser gesagt serwer Mail Programm meistenst stimt das schon(sonst frag admin von deinen serwer)
$youmail = 'webmaster@simplace.de'; # Deine eMail Adresse
$yourname = "ad_tero"; # Deine Name :)
$getdate = "/bin/date"; # ???????

Das konte aber nicht ganz stimmen ....
muss du docus oder Help datei genau lesen was alles das zu bedeuten
oder wenn du nicht klar kommst das script hier her posten ;)
wenn er nicht sehr lang ist
 
CGI

Hi,

hier ist das cgi script:

#!/usr/local/bin/perl

######################################################################
# BEFORE TRYING TO EDIT THIS SCRIPT, READ THE README FILE
######################################################################
#
# Dream Catchers CGI Scripts Feel free to modify
# Book of Guests 2.0 this script to your
# Created by Seth Leonard needs, but please
# for Dream Catchers Technologies, Inc. keep this portion so
# that I get credit.
# http://dreamcatchersweb.com/scripts The same goes for
# distribution.
#
# (c)1996/1997 Dream Catchers Technologies, Inc.,
# All Rights Reserved
#
######################################################################

# ONLY EDIT THIS PART OF THE SCRIPT!!!!

$guestlocation = "http://www.something.com/~you/guestbook.htm";
$guestpath = "/home/you/public_html/guestbook.htm";
$cgilocation = "http://www.something.com/cgi-bin/you/guestbook.cgi";
$mailprog = '/usr/bin/sendmail';
$youmail = 'you@something.com';
$yourname = "Your Name Here";
$getdate = "/bin/date";

# DO NOT EDIT BELOW THIS LINE!!!!
#####################################################################

Wie man lesen kann, soll man den rest den ich hier nicht hineingesetzt habe nicht verändern.
Helft mir!!!!!
Bitte!!!!
 
das muss du lesen und in deinen Script ändern

Code:
For example, guestlocation is the url for your guestbook, so you would change:
____________________________________________________-
$guestlocation = "http://www.something.com/~you/guestbook.html";
you would change to:
$guestlocation = "http://www.microsoft.com/~billgates/guestbook.html";
_______________________________________________________
[b]Change the values of:[/b]

$guestlocation = the url of your guestbook
$guestpath = the actual path through your home directory to your guestbook
$cgilocation = the url of the guest.cgi file
$mailprog = the name of the program that you received when you asked "which mail".
$youmail = your email address
$yourname = your name (it will appear on the email sent to the guestbook signees)
$getdate = the name of the program that you received when you asked "which date".
______________________________________________________-

7.  Open the sign.htm file that came with the bookofguests.zip files you downloaded off of Dream Catchers CGI Scripts Page.  Change the line:

<FORM METHOD="POST" ACTION="http://your_cgi-bin/guest.cgi">
______________________________________________________
 
Zurück
Oben