View Single Post
Old 11-05-2007, 08:59 AM   #32 (permalink)
Stu
All Star Starter
 
Stu's Avatar
 
Join Date: Dec 2005
Posts: 1,026
Quote:
Originally Posted by huskerdan25 View Post
Ok, I was able to get some assistance from Getch and wanted to share it here for others who may be interested in the same question.

If your cgi-bin directory is cgi-enabled, then you can create folders for each league in your cgi-bin directory. For example:

cgi-bin/league1
cgi-bin/league2

You create your csv folder under the league directory.

Thanks Getch for the assistance and hopefully this will help others (instead of the "Did you read the readme file" response).
Be aware that this could cause an issue with the All-Star images. By default it creates the images folder 1 directory above the utility. So if you seperate them into folders, it will create the images directory in your cgi-bin and the images will not be accessible. To fix this I edited this line in ASAdmin.pm

$self->{ASDIR} = '../OOTPPU';

Just change '../OOTPOU' to the correct path.

I also commented out the lines that automatically create the images directory in '..OOTPOU' if it doesn't exist.

Last edited by Stu : 11-05-2007 at 09:07 AM.
Stu is offline   Reply With Quote