Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<?xml version="1.0" encoding="iso-8859-1"?>
<HTML xmlns="http://www.w3.org/1999/xhtml">
<HEAD>
<TITLE>MyPHPTag README</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META http-equiv=Content-Language content=en>
<META content="2004, triphp.tk" name=Copyright>
<META content="Ramil Alcibar" name=AUTHOR>
<META content="MyPHPTag - a simple tagboard" name=Description>
<STYLE type=text/css>
BODY 
{
        FONT-SIZE: 11px; 
        FONT-FAMILY: Verdana;
}
A 
{
        FONT-WEIGHT: bold; 
        COLOR: #6388ff; 
        FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
        TEXT-DECORATION: none
}
A:hover 
{
        FONT-WEIGHT: bolder; 
        COLOR: #000099; 
        BACKGROUND-COLOR: #99ccff
}
.PPcode 
{
        
        FONT-FAMILY: Verdana;
        FONT-SIZE: 10px;
        PADDING-RIGHT: 0px; 
        PADDING-LEFT: 0px; 
        MARGIN-LEFT: 15pt; 
        PADDING-TOP: 0px; 
        BACKGROUND-COLOR: #66CCFF; 
        TEXT-ALIGN: left
}
.warning 
{
        COLOR: red
}
</STYLE>
</HEAD>
<BODY text=#000000 bgColor="#ffffff">
<hr align="center" width="100%" size="1" color="#0066FF">
<p align="center">
        MyPHPTag README
</p>
Script name: MyPHPTag<br>
Author: Ramil Alcibar<br>
Author URL: <a href="http://www.triphp.com" title="TriPHP - Quality Web Hosting, PHP/MySQL Tutorials, PHP Scripts, Code Snippets" target="_blank">http://www.triphp.com</a><br>
Conatct: ralcibar@fastmail.fm<br>
Release Date: 14th November 2004<br>
Current Version: 1.0<br>
Price: GPL
<hr align="center" width="100%" size="1" color="#0066FF">
<UL>
        <LI>
                <a href="readme.html#description">Description</A> 
        <LI>
                <a href="readme.html#requirements">Requirements</A>
        <LI>
                <A href="readme.html#install">Installation</A> 
        <LI>
                <A href="license.html" target="_parent">License</A> 
        </LI>
</UL>
<hr align="center" width="100%" size="1" color="#0066FF">
<a name="description"></a>
<strong>DESCRIPTION</strong>
<p align="justify">
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.
<img src="smileys/smile.gif" align="absbottom"> 
<img src="smileys/biggrin.gif" align="absbottom"> 
<img src="smileys/cool.gif" align="absbottom">
</p>
<hr align="center" width="100%" size="1" color="#0066FF">
<a name="requirements"></a>
<strong>REQUIREMENTS</strong><br><br>
<li type="circle">Apache (built-in on Mac OS X)</li>
<li type="circle">PHP 4</li>
<li type="circle">MySQL</li><br><br>
<hr align="center" width="100%" size="1" color="#0066FF">
<a name="install"></a>
<strong>INSTALLATION</strong><br><br>
<li>Unpack the distribution and copy the files under a directory where the web server may accesses them.</li>
<li>Create a database.</li>
<li>Run myphptag.sql file under the created database. I recommend phpMyAdmin or MySQL-Front when executing the SQL file mentioned.</li>
<li>Open config.php and change the following lines according to your own configuration:</li>
        <pre class="PPcode">
        $MySqlHostname = "localhost";
        $MySqlUsername = "root";
        $MySqlPassword = "";
        $MySqlDatabase = "triphp";
        </pre>
<li>Point your browser to http://yourserver/myphptag/</li>
<br><br>
<strong>UNINSTALL</strong><br>
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.<br><br> 
<hr align="center" width="100%" size="1" color="#0066FF">
</BODY>
</HTML>