Hey folks,
I'm trying to set up the draft utility for a new league. I've never used it before and am having all sorts of problems, to the point that I'm not sure my server (1&1) can even handle it.
First off, this is what it looks like currently:
http://victory-league.com/tcba/utili...aft/draft.html
You'll notice it displays a bunch of code, but if you scroll down, you can see some of the buttons and boxes are there. If you click "go" it gives the following error:
Quote:
Method Not Allowed
The requested method POST is not allowed for the URL /tcba/utilities/draft/draft.html.
|
I have no idea if I'm setting everything up right, particularly the root location. My server says it's homepages/7/d89353540 but some googling shows a lot of people have "kunden" before that and "htdocs" after it, but I've tried all combinations and nothing seems to work. I need a more expensive package to use SSH, so I can't use telnet to determine the actual location.
I'm also not sure where picks.txt and users.txt go, since the readme file doesn't say, but I dumped all the txt files into the same directory as the others, since my host says that all directories are cgi enabled and you don't need to put them in cgi-bin.
I did confirm that my perl executable is #!/usr/bin/perl so I changed that in all the files.
Here's my setup.txt file:
Quote:
SITE:www.crazydumbsaint.com
SCRIPTS:victory/tcba/utilities/draft
PAGES:victory/tcba/html
CSV:/kunden/homepages/7/d89353540/htdocs/victory/tcba/csv
HTML_DIR:/kunden/homepages/7/d89353540/htdocs
DEV_DIR:
LEAGUEID:100
RATINGS:80
TALENT:80
INAUGURAL_DRAFT:1
PAGE_SIZE:100
PICK_TIME:8
PICK_MORNING:8
PICK_NIGHT:24
|
I'm at a loss here, and our initial draft is Saturday, so I'm hoping that someone can help me soon (which I assume is not likely since you don't know anything about my host or file structure).