##################################################
### SCRIPT PAG ALL RIGHTS RESERVED / USE LICENSED 
### http://www.script-pag.com
##################################################

### INSTALLATION

Once your files are uploaded to your web host through your ftp software, go to the "install" file of your website page (eg : http://www.your-site.com/install), and enter the information required. The installation is completed. For security reasons, delete the "install" file and rename the "admin" and "cron" files.

##################################################

### 404 URL

If your pages return 404 urls, check that the url communicated in the "includes/configuration.php" file is identical to the one used in the .htaccess redirection, taking into account whether the www are used or not. Otherwise, contact your host.

##################################################

### TO BE ABLE TO USE "QUICK" SEARCH ENGINE

To be able to use the "quick" search engine, you must be able to configure your mysql server. Otherwise, keywords less than 4 characters will be ignored.
Note however that you must have at least 3 ads. The same applies to shops.
	
In the file my.cnf or my.ini, add the line "ft_min_word_len = 1" below [mysqld]. 
Then restart your mysql server and rebuild the FULLTEXT indexes of the table « ads_search ».
Finally, move the file "engine" to the folder "includes".

##################################################