MyPHPTag README

Script name: MyPHPTag
Author: Ramil Alcibar
Author URL: http://www.triphp.com
Conatct: ralcibar@fastmail.fm
Release Date: 14th November 2004
Current Version: 1.0
Price: GPL

DESCRIPTION

Another tagboard script that can be integrated into your existing website. It uses MySQL database and has many features including smileys support, bad word filter, filter message length abuse, and many more.


REQUIREMENTS

  • Apache (built-in on Mac OS X)
  • PHP 4
  • MySQL



  • INSTALLATION

  • Unpack the distribution and copy the files under a directory where the web server may accesses them.
  • Create a database.
  • Run myphptag.sql file under the created database. I recommend phpMyAdmin or MySQL-Front when executing the SQL file mentioned.
  • Open config.php and change the following lines according to your own configuration:
  • 	$MySqlHostname = "localhost";
    	$MySqlUsername = "root";
    	$MySqlPassword = "";
    	$MySqlDatabase = "triphp";
    	
  • Point your browser to http://yourserver/myphptag/


  • UNINSTALL
    If for any reason, you want to remove MyPHPGuest from your system, you must delete the MySQL database and all the files that was unpack from the distribution file.