Manual installation
You can follow these instructions if you want to perform a manual installation of PHP Classified Script for your web site.
Pre-installation Steps
Step 1: Database setup
In order to use PHP Classified Scrip, you would need to create a MySQL database and a user with all the necessary priviledges to access the database. Please, check your tutorial on how to create MySQL database and user for more information on that matter. It is adviseable to create the database and the username with the same name in order to avoid any confusion in the future (for example you can choose username_class for both).
Step 2: Upload the installation files
You have to upload the Classified Script installation files to your web hosting account. You can download the latest release from the official Classified Script web site.
The downloaded archive should be extracted locally on your computer. Once this is completed, the files should be uploaded to your web hosting account. In order to do so you can use an FTP client. For detailed information on that matter please check yur FTP tutorial.
Please note that if you would like the Classified Script installation performed for your domain name thus making it accessible at http://www.your-domain.com, the installation files should be uploaded directly under the public_html folder for your account. If you would like the installation perfromed in a sub-folder or for a sub-domain name the files should be uploaded in the corresponding directory located under the public_html folder.For example if you would like the installation performed for: http://www.your-domain.com/classified, the installation files should be uploaded under public_html/classified.
Installation
You should use url: http://yourdomain.com/install/index.php
Step 1: MySQL database configuration and site name
You should have already created the needed MySQL database and username added to it in Step 1 of the pre-installation instructions. The details should be entered in the corresponding boxes.
- Note, that the names of the database and the user are prefixed with "username_" where username is your cPanel login name.
- Do not forget to type in the password of the MySQL user and note that it is case-sensitive.
For Host Name you should use localhost.All other check-boxes and fields can be left to the default ones.Click on [Next] and a popup will appear, asking you to confirm that the information you entered is correct. If you made a mistake, .Click on [Back] in browser.
In this step you should choose the desired name for your web site. It will be displayed on the top of the web browser when your web site is accessed

Step 2: Import Categories in database provided.
You should select it

Step 3: Edit config.php file
You should open file config.php to edit in your root www (public_html) and fill up:
define ( SITEURL , '' ) ;
to
define ( SITEURL , ' http://yourdomain.com/' ) ;
define ( DBNAME , '' ) ;
to
define ( DBNAME , 'DBname' ) ;
define ( DBUSERNAME , '' ) ;
to
define ( DBUSERNAME , 'DBuserName' ) ;
define ( DBPASSWORD , '' ) ;
to
define ( DBPASSWORD , 'YourPassword' )
<?php
// Site URL with ending slash like: http://www.domain.com/dir/
define ( base_url , '' ) ;
// DON'T FORGET ending slash
// Your database host name, usually localhost
define ( DBSERVER , 'localhost' ) ;
// The name of the database created for Classified Script
define ( DBNAME , '' ) ;
// The username used to access the database.
define ( DBUSERNAME , '' ) ;
// The password for this username
define ( DBPASSWORD , '' ) ;
define ( URLPOSTFIX , '.htm' ) ;
error_reporting ( 0 ) ;
?>
Step 4: Removing a directory install
You should delete directory install in your root directory
Step 5: Admin area:
http://www.yourdomain.com/Admin/index.php
Login: admin
Password: admin
You can change it in your Admin area
Well done! You have successfully installed the Classified Scrip! system on your website!