Requirements
FreeReviewScript.com is written in PHP and uses MySQL as the database backend. For the best performance
it is recommended to use an operating system like Linux or FreeBSD. However FreeReviewScript.com will work just fine on Windows, too.
Minimum Server Requirements
PHP 5.2 or newer
MySQL 4.1 or newer
Recommended Server Setup
Apache Web Server
mod_rewrite (Apache module) - Enabling mod_rewrite module will allow to use static (search engine friendly) URL's.
GD Library (for PHP) - Enabling GD library will allow to upload review images, website logo, website banner.
Recommended PHP Configuration – php.ini
------------------------------------------
safe_mode = off
max_execution_time = 600
max_input_time = 600
register_globals = off
------------------------------------------