6 |
kaklik |
1 |
This readme file is intended to help you set up the Shout It Out.
|
|
|
2 |
Check if all the files are present:
|
|
|
3 |
- readme.txt (this file)
|
|
|
4 |
- shout.php
|
|
|
5 |
- mysql.txt
|
|
|
6 |
- connect.php
|
|
|
7 |
|
|
|
8 |
First upload shout.php to the root of the webfolder - so that it is accesible this way:
|
|
|
9 |
- http://www.yourDomain.com/shout.php
|
|
|
10 |
Then upload the icons to a directory similar to this:
|
|
|
11 |
- http://www.yourDomain.com/images/shout/
|
|
|
12 |
|
|
|
13 |
Now use phpMyAdmin, if installed on your server, to make the tables in the MySQL databse.
|
|
|
14 |
The descriptions are available in the mysql.txt file.
|
|
|
15 |
|
|
|
16 |
It contains both the table for the Shout.php and a table for bad word checking (censuring).
|
|
|
17 |
|
|
|
18 |
In the top of shout.php there is a reference to stylesheet.css - just use your own css.
|
|
|
19 |
|
|
|
20 |
Thats all - hope it works out for you!
|
|
|
21 |
|
|
|
22 |
Andy Sørensen - August 2002
|
|
|
23 |
http://www.andys.dk
|