6 |
kaklik |
1 |
--------------------------------------------------------------
|
|
|
2 |
- Shout It! By r2xDesign
|
|
|
3 |
- Website: www.r2xDesign.net
|
|
|
4 |
- Support: www.r2xdesign.net/forums
|
|
|
5 |
- Description: A simple shoutbox that you can use for your website.
|
|
|
6 |
--------------------------------------------------------------
|
|
|
7 |
|
|
|
8 |
INSTRUCTION:
|
|
|
9 |
1. Open up config.php and edit all variables in it.
|
|
|
10 |
2. - Open up create_table.txt and copy the SQL query.
|
|
|
11 |
- You need to run this SQL query to the right database using phpMyAdmin or other SQL GUI you're using.
|
|
|
12 |
3. Upload the folder "shoutbox" in your MAIN site directory.
|
|
|
13 |
4. - Go to your www.yoursite.com/shoutbox/shoutbox.php to see the shoutbox
|
|
|
14 |
- To include the shoutbox to your main site use this PHP code:
|
|
|
15 |
|
|
|
16 |
<?php include("shoutbox/shoutbox.php"); ?>
|
|
|
17 |
|
|
|
18 |
Use the code above wherever you want to put your shoutbox.
|
|
|
19 |
5. You can edit the shoutbox looks by modifying the CSS internal style.
|
|
|
20 |
6. Please do not remove the link to r2xDesign.net, this is all I ask for! Thank You.
|
|
|
21 |
|
|
|
22 |
LATEST UPDATE:
|
|
|
23 |
- Added "posted date" on mouseover
|
|
|
24 |
- You can now customize the shoutbox message limit
|
|
|
25 |
- Much cleaner code
|
|
|
26 |
|
|
|
27 |
Subcribe to this script! http://www.r2xdesign.net/index.php?page=subscribe&id=5
|
|
|
28 |
View other scripts: http://www.r2xdesign.net/page-phpscripts.php
|