Post Comment Script

Thank you for buying Post Comment Script.

Installing the script:

1) before running the installation script you will need to edit the options.php file. You can edit the file using a plain text editing software such as notepad. At the top of the file you will see:

"hostname" => 'localhost',

"mysql_user" => 'yourusername',

"mysql_pass" => 'yourpassword',

"mysql_database" => 'yourdatabase',

"admin_username" => 'admin',

"admin_password" => 'pass',

"installFolder" => '/yourFolder/',

"useCookie" => true


  • localhost - this is your MySQL server. Most probably localhost will work but it may also be IP address or valid domain name.
  • yourusername - this is the username that you use to connect to your mysql database. Replace yourusername with your MySQL login username
  • yourpassword - this is the password that you use to connect to your mysql database. Replace yourpassword with your MySQL login password
  • yourdatabase - this is the database name where the MySQL tables will be created. Replace yourdatabase with your MySQL database name
  • admin - this is the default username to login your admin page
  • pass - this is the default password to login your admin page
  • /yourFolder/ - enter the folder where Post Comment Script is installed starting with /. Example: if script is installed in www.domain.com/script/postcomments/ installFolder should be /sript/postcomments/. If script is installed in www.domain.com/postcomments/ installFolder should only be /postcomments/.
  • useCookie - administration page uses SESSIONs to log you in. However, in case your web server does not support it and you are logged out you need to change this to 'true' so COOKIES will be used instead
  • In case you do not know some of the above data, please contact your hosting provider. Please, note that MySQL username which you will use for the Post Comment Script should have INSERT, SELECT, UPDATE, DELETE, CREATE TABLE permissions.

    3) upload the files in a folder on your web server

    4) open http://www.REPLACEYOURWEBSITE.com/postcomments/comments-install.php, where REPLACEYOURWEBSITE.com is the domain name where you uploaded the files. You will be asked to confirm the login details for your MySQL server. On the next step you will have database tables for your post comment script created.

    5) delete the comments-install.php file

    6) all you have to do now is to login at http://www.REPLACEYOURWEBSITE.com/postcomments/admin.php and manage your script via the administration page