View Single Post
Simple Shoutbox with PHP and MySQL
Old
  (#1 (permalink))
bokepwap
Junior Member
bokepwap is on a distinguished road
 
Status: Offline
Posts: 5
Points: 153.1
Bank: 0.0
Total Points: 153.1
Donate
Join Date: Jun 2008
Rep Power: 0
Simple Shoutbox with PHP and MySQL - 06-29-2008, 09:38 AM

Simple Shoutbox with PHP and MySQL

First, you must access your MySQL database via <font color="Red">PHPMyAdmin and excecute this SQL Command:
PHP Code:
CREATE TABLE IF NOT EXISTS `contoh_tabel_shout` (
`
idint(11unsigned NOT NULL AUTO_INCREMENT,
`
usernamechar(32NOT NULL,
`
linktinytext NOT NULL,
`
timeint(11NOT NULL,
`
texttext NOT NULL,
PRIMARY KEY (`id`)
ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=
Then download this script:
Code:
http://rapidshare.com/files/119702164/cbox_mascibung.rar.html
Threre is 3 files, there are:
PHP Code:
1. index.php
2. stail
.css
3. smile
.php 
edit index.php with your MySQL server host, database name, username and MySQL password
Then uploas all script to your webhost..

Now you have a simple shoutbox on your website
</span></span>
   
Reply With Quote