Here’s a quick step-by-step guide of the Classifieds Script installation process:

Extract classifieds_1.0.zip. Upload everything to public_html folder in your web server using FTP.

Create a MySQL database through Cpanel Control panel.

Go to the database you created and import the install/classifieds.sql file by using 'import' feature in phpMyAdmin.

Edit file app/config/database.php and update MySQL database name, username and password.

    'mysql' => array(
      'driver'    => 'mysql',
      'host'      => 'localhost',
      'database'  => 'DB_NAME_HERE',
      'username'  => 'DB_USEERNAME_HERE',
      'password'  => 'DB_PASSWORD_HERE',
      'charset'   => 'utf8',
      'collation' => 'utf8_unicode_ci',
      'prefix'    => '',
    ),

Change permission of folder app/storage to 777. You can do this with your FTP client software or control panel provided by web host. To change permission, right click on the folder you wish to change, then select 'properties'. Now enter 777 in the number box or check all squares.

Your Classifieds Script installation completed.

You can login to Classifieds admin panel at.

http://your-site.com/admin
Username: admin
Password: buyscripts

You must change admin password by going to:

Admin Panel > Settings > Change Password.