6 |
kaklik |
1 |
======================================================================================================================
|
|
|
2 |
INTRODUCTION
|
|
|
3 |
======================================================================================================================
|
|
|
4 |
This is a PHP chat-box. It requires PHP and MySQL.
|
|
|
5 |
|
|
|
6 |
======================================================================================================================
|
|
|
7 |
LICENSE
|
|
|
8 |
======================================================================================================================
|
|
|
9 |
This script is freeware for non-commercial use. If you like it, please feel free to make a donation!
|
|
|
10 |
However, if you intend to use the script in a commercial project, please donate at least EUR 10.
|
|
|
11 |
You can make a donation on my website: http://www.gerd-tentler.de/tools/shoutbox/.
|
|
|
12 |
|
|
|
13 |
======================================================================================================================
|
|
|
14 |
USAGE
|
|
|
15 |
======================================================================================================================
|
|
|
16 |
Extract the files to your webserver, adapt the configuration ("config.inc.php", "shoutbox.css") to your needs, and
|
|
|
17 |
create the MySQL table using the provided "shoutbox.sql". Then include "shoutbox.inc.php" in your website (PHP file)
|
|
|
18 |
where you want your chat-box to appear.
|
|
|
19 |
|
|
|
20 |
======================================================================================================================
|
|
|
21 |
Source code + example available at http://www.gerd-tentler.de/tools/shoutbox/.
|
|
|
22 |
======================================================================================================================
|