|
- Download the cgi file from the Administration Panel
- You must use ImageMagick for resizing, the cgi file named
albinator.cgi in a directory named cgi-bin in your archive
has to be configured.
Open the file in notepad or anyother text editor (not html
editors like dreamweaver, frontpage),
Only 3 lines needs to be edited, see for the line that says
EDIT THIS
that should look this
@okaydomains = ("albinator.com");
allowed domains to send manipulate request
$DATADIR= "../photos";
NO TRAILING SLASH - give the relative path from your cgi
directory to the albinator directory
$URLPATH = "http://www.albinator.com";
NO TRAILING SLASH - give the url path of your albinator
directory
$NAMEDATADIR = "../photos/datapath";
name of the data directory
$deflang = "eng";
Optional: The default language code for picking the CSS
file.
- Upload the albinator.cgi onto your server's cgi-bin directory
in ASCII mode, and chmod it as 755.
- Create a directory named temp in the data directory
and chmod it 777.
- Goto your Administration Panel > Configuration >
System Paths > set your cgi paths
- Goto your Administration Panel > Configuration >
Media Settings > ImageMagick call method: Set is as Cgi/Perl
|