Hallo !
Die Anbindung geht erstmal nur, wenn du Perl-Scripte ausführen darfst
Auszug aus der Dokumentation :
Before installing you must make sure that you have:
Perl 5.005 or greater installed on your system.
Access to a SMTP (mail) server or sendmail running on your webserver.
Ability to run CGI scripts on your web server.
Das aufrufen mit externen Bildern läuft folgendermaßen ab :
Modes of Operation
General
You can use images that are stored anywhere on your webserver. They do not need to be in any particular directory. The most common form of operation is to just specify the path to the image for the postcard. For example:
/cgi-bin/pd/pd.cgi?image=/pd/images/photo.jpg
If you are using an media type like, flash, quicktime etc, you should use the object parameter, for example:
/cgi-bin/pd/pd.cgi?object=/objects/movie.swf
You can specify a remote image (so long as your cache directory and remotesites.txt file are set correctly), for example:
/cgi-bin/pd/pd.cgi?image=http://www.somewhere.com/images/photo.jpg
You can specify the optional title parameter if you want to use titles for your postcards, for example:
/cgi-bin/pd/pd.cgi?image=/pd/images/photo.jpg&title=This+is+the+title+for+the+postcard
Note that spaces should be encoded with a +
You can specify which form to use (defaults to form.html), with the form parameter, for example:
/cgi-bin/pd/pd.cgi?image=/pd/images/photo.jpg&form=myform.html
If you have multiple configuration files (defaults to default.txt), you can specify then with the config parameter, for example:
/cgi-bin/pd/pd.cgi?image=/images.photo.jpg&config=myconfig.txt
Or you can combine as many parameters as you like, for example:
/cgi-bin/pd/pd.cgi?image=/images.photo.jpg&config=myconfig.txt&title=My+Title&form=myform.html
Make sure that when you specify the URL for the postcard image you use the full document path from your web root ie: has a leading /. For example, use a path like /postcards/images/photo.jpg rather than ../images/photo.jpg
steht überigens alles in der Dokumentation auf der besagten Webseite .
Mfg
jubilee