|
INSTALLATION
NEW INSTALLATION:
|
1. Edit the script. The very first line must reflect the full path of Perl installation.
For UNIX / LINUX in most cases it looks like this #!/usr/bin/perl
For Win32: #!c:/perl/bin/perl.exe
|

|
|
2. Upload the script into cgi-bin directory of the server
|

|
|
3. CHMOD the script 755 (-rwxr-xr-x).
|

|
|
4. Using FTP client (or Telnet) create a directory named smConfig under cgi-bin directory.
|

|
|
5. CHMOD smConfig directory 777 (or drwxrwxrwx)
|

|
|
8. Run the script by typing its URL in the address bar of web browser. For example: http://www.yoursite.com/cgi-bin/sm.cgi
|
|
UPGRADING FROM AN OLDER VERSION:
Upload new file into cgi-bin directory. CHMOD it 755. That's all.
Good luck!
|