Very confused and can not seem to find the answer on google or these forums.
I am attempting to upload a script. When i try to upload the zip folder and all it's files, i can only upload one file at a time. I assume it must be possible to upload the zip folder and it's containing files all at once?
I have tried both uploading the file zipped and also extracted, but neither seems to be the right way of going about it?
Any help is appreciated.
Oh yeah here are the installation notes.
Software requirements: PHP 4.0 or later version.
To install, you should extract the Auction's ZIP file.
How you do this depends on the operating system you use.
Once extracted, you will have a directory containing the auction files.
The contents of this directory need to be uploaded to your webserver, either by
copying the directory or by using an FTP program.
You will then need to run the install script.
To do this you need to open a browser and type in the URL.
If you are running on your own computer, this will be
http://localhost/{auction directory}/install.php
or if on a live server:
http://{www.mydomain.com}/install.php
On this page you need:
1. Enter connection parameters:
database host,
database name,
database username,
database password.
2. Enter admin login and admin password,
that you will use to administer the site.
3. Press on Install button.
That's all!
I am attempting to upload a script. When i try to upload the zip folder and all it's files, i can only upload one file at a time. I assume it must be possible to upload the zip folder and it's containing files all at once?
I have tried both uploading the file zipped and also extracted, but neither seems to be the right way of going about it?
Any help is appreciated.
Oh yeah here are the installation notes.
Software requirements: PHP 4.0 or later version.
To install, you should extract the Auction's ZIP file.
How you do this depends on the operating system you use.
Once extracted, you will have a directory containing the auction files.
The contents of this directory need to be uploaded to your webserver, either by
copying the directory or by using an FTP program.
You will then need to run the install script.
To do this you need to open a browser and type in the URL.
If you are running on your own computer, this will be
http://localhost/{auction directory}/install.php
or if on a live server:
http://{www.mydomain.com}/install.php
On this page you need:
1. Enter connection parameters:
database host,
database name,
database username,
database password.
2. Enter admin login and admin password,
that you will use to administer the site.
3. Press on Install button.
That's all!
Comment