This is an index over all available pages ordered by namespaces.
I created this to work with Linux. I use .htaccess files for some small amount of security. I would not recommend using this on a windows server (although your millage may vary). This has been tested with PHP5, and MySQL5 on Linux. You also need to have the GD image libs installed for profile and listing images to work. Make sure register_globals is off. Use at your own risk.
Download the current package for Open Auto Classifieds from Sourceforge. http://sourceforge.net/project/showfiles.php?group_id=213525 Find the file openauto_full_x.x.x.zip, where x.x.x is the current latest version.
Once all of your files have finished uploading proceed to the install directory on your site.
Use this install method if you have problems with the web based installer script.
There are 6 files in the /SQL/install/ directory which contain SQL statements intended for a MySQL database (though they should work just fine for any SQL database untested). The zip code database consists of over 40,000 records which would be too large a file for many configurations of phpMyAdmin. Therefore, the data is broken into multiple files each consisting of 10,000 records, resulting in 5 data files.
You MUST import the 'openauto_auto.sql' file first if you have not already done so, then each of the data files.
If you decide to use the automated cron script you have to setup a cron job. Use one of these commands to fire off your cron once a day.
You need to replace example.com with your url and change the path accordingly if OAC is installed in a directory other than the root directory of your server. You need to setup an access key for the cron in the settings section when logged in as an admin and replace the <key_goes_here> with your access key.
As of version v1.3.0b I have added in a zip code search using an existing opensource class from Micah Carrick http://www.micahcarrick.com/04-19-2005/php-zip-code-range-and-distance-calculation.html In the existing package there are some instructions to be followed I have modified them slightly to work seamlessly with my script.
If you already have a previous version installed and wish to upgrade your old version to the current version read the Upgrade Documentation.