Main Page
Unpacking/installation
First thing you need to do is unzip the zip file.
After you unzip the package you should have a directory
named "stdClassifieds" with several sub-directories and files beneath it.
You can rename this top directory whatever you want or you can just copy all of its sub-directories and files into your web root directory.
Setting up database
Run the dump file named "stdClassDbDump-1-03.sql" on your database.
This will create all the tables and data need for the application to
start running.
All the names of the tables that the application uses are prefixed with
a "std", i.e.(std_categories).
So if you're limited to using only one database this should help make
the tables that this application uses distinguishable from the other tables in your database.
Top of page
Main Page