I want to instal the script, but the documentation that is provided on the website is not doing the trick.
I am running a windows machine, I have unzipped the file. I go to run the install where it will automatically FTP the program for me and set it up all nice and simple. The Problem is this:
HOW DO I CHANGE THE HOST NAME?HOW DO I CHANGE THE USERNAME?HOW DO I CHANGE THE PASSWORD? HOW DO I CHANGE THE DIRECTORY?
These are all set to some weird settings, and I cannot for the life of me figure out how to change these settings.
All the help I can get on this would be helpful.
You do not need to change the host name.
HOW DO I CHANGE THE USERNAME?
You do not change the username, there's one already setup for you when you login. It will tell you what it is, but for your help, it will be "Administrator".
HOW DO I CHANGE THE PASSWORD?
The password is setup the first time you access the admin screen. It ask for you to provide one, then you type in where the password would go the password you want.
HOW DO I CHANGE THE DIRECTORY?
The program, does this for you automatically. It takes where you access the admin screen and login and places those paths in the config.txt file so that the next time you access the admin screen or view calendars, it has the correct paths already setup.
If your still having problems, let us know.
------------------
The problem is this, I run the INSTALL.bat file and it is supposed to show the parameters that will allow it to connect to my ftp host and transfer the files automatically there. Well, the parameters are not correct. I need to change them so the program will connect to my web host and upload the files there for me. I cannot get to the admin page because there is no admin page to go to since the program is here on my Computer instead of on the server.
Does anyone know how to change these setings:
HOSTNAME:USERNAME:PASSWORD:DIRECTORY:
IN the INSTALL.BAT file?
------------------ScottCalendarScript.com
Here's a line from the documentation:
An example: install.bat www.yoursite.com username password www/cgi-bin/
There you go. Go to a command prompt, and type install.bat, followed by each parameter separated by a space. That's it.
If you run install.bat all by itself without any arguments, it should give you instructions on how to pass the parameters.
Of course, if for some reason this doesn't work you can install manually also.
Does that make sense?
I'm glad you posted the exact instructions for using the BAT file. For those of us who aren't Command Prompt Friendly, it wasn't clear in the documentation *how* to "run the parameters". If you have time, I'm sure people would appreciate your adding step by step instructions to the documentation about running the BAT.
Now, having said that, I'm curious about that BAT. I'm following the instructions and am getting an error in the Command Prompt. It says "install.bat is not recognized as an internal or external command, operable program, or batch file."
I tried changing directories to the exact directory and entering the info again. Then I get "C: www.mysite.com username password..." and also "C:\ is not recognized as an internal or external command, operable program, or batch file." Where the heck is the C: coming from? I didn't type it and I wasn't even on the C: drive when I entered the parameters.
What am I doing wrong?
Thanks,Kymm
[This message has been edited by kymm (edited February 06, 2004).]
Do you have an FTP program?
Dan O.
going to the command prompt and running...c:/install.bat myactualsitename.com myactualusername mypassword public_html/calendar/does not workjust doulbe clikcing the install.bat file does not workit just opens a dos window with a c: prompttrying to then run it from that window doe not work
the install.bat file does not workit doesn't seem to be a legit file
I'm totally confused as to why your file would only contain that line.
If you aren't familiar with how to go to a DOS prompt or how to run batch files from the command-line, then I would suggest having someone help you with the install.
with the functional file i was able to install correctly. i am just now testing, but it seems to be working.
thx.
You can open it (and look at it or edit it ) in a in any text editor (Notepad, Textpad, etc.) not a word processor (Word?, Wordpad, MS Write, Wordstar, etc.)*.
.bat (short for batch) files are run by the operating system (DOS or Windows?).
JFYI
*It is possible but not recommended
[This message has been edited by DanO (edited May 04, 2005).]
Details:Let's assume your website is www.mywebsite.com, and your username is "username" and your password is "password". Let's also assume you unzipped your ZIP file to "c:\cs-unzipped\". Finally, let's further assume your cgi folder is in "/htdocs/cgi-bin/" (but it might be significantly longer).
You'll open a command prompt (START -> RUN -> type "cmd" and hit ENTER) and change directory to where the install.bat file was unzipped to (type "cd \cs-unzipped\" and hit ENTER. Your prompt should change to reflect.
Then (remember all the stuff we assumed at the beginning) you'll run the install.bat file. If all the assumptions above are correct, then you would type "install www.mywebsite.com username password /htdocs/cgi-bin/" and hit ENTER.
It should truly be that simple.
I was able to transfer the files using the install.bat, although the calendarscript folder was installed in the root folder not the cgi-bin folder where I think it is to go?
I tried running the calendar.pl file from both the cgi-bin that it was not located in and www.mysite.com\calendar.pl location where it was located and in both cases got a file not found.
This is what I used to transfer the files.
C:\Documents and Settings\Owner\My Documents\My Documents\SHYC\CalendarScript install.bat www.mysite.com username password /home/custX/userXXXX/cgi-bin/
Yet as I mentioned above it put the calendarscript folder and readme type docs in the root?
I have deleted all the files and folders off my server and wish to try again. Your help...Thank you, Russ