6 |
kaklik |
1 |
-------------------------------------
|
|
|
2 |
GENERAL
|
|
|
3 |
-------------------------------------
|
|
|
4 |
This shoutbox was made by the programming team at Jive Networks Resources.
|
|
|
5 |
NEED HELP? software@jivenetworks.com
|
|
|
6 |
|
|
|
7 |
------------------------------------
|
|
|
8 |
COPYRIGHT AND CREDIT
|
|
|
9 |
-------------------------------------
|
|
|
10 |
- YOU CANT REMOVE ANY COPYRIGHT OR CREDIT LINKS !!!
|
|
|
11 |
- YOU CAN EDIT THE SHOUTBOX, BUT CANT SELL, RESELL, REPACKAGE, CLAIM AS YOURS OR LICENSE
|
|
|
12 |
- YOU CAN MODIFY THE CODING BUT CANT SELL, RESELL, REPACKAGE, CLAIM AS YOURS OR LICENSE
|
|
|
13 |
|
|
|
14 |
TO REMOVE LINKS EMAIL software@jivenetworks.com FOR MORE INFORMATION
|
|
|
15 |
|
|
|
16 |
THIS SOFTWARE IS LICENSED UNDER THE "STANDARD PUBLIC LICENSE":
|
|
|
17 |
http://www.jivenetworks.com/software/license/freeware/
|
|
|
18 |
|
|
|
19 |
-------------------------------------
|
|
|
20 |
SETUP & INSTALLATION
|
|
|
21 |
-------------------------------------
|
|
|
22 |
1. Unzip/Unpack php_simpleshout_1_5_6.zip to your desk or server
|
|
|
23 |
2. Open config.php - Line 3 requires editing to the correct path of the shoutbox, all others are optional
|
|
|
24 |
4. CHMOD all data.dat to 777 (Could be different depending on your server, ask your hosting provider if 777 doesn't work)
|
|
|
25 |
|
|
|
26 |
-------------------------------------
|
|
|
27 |
ADDING TO YOUR WEBSITE
|
|
|
28 |
-------------------------------------
|
|
|
29 |
USING IFRAMES (INLINE FRAMES) USE THE FOLLOWING:
|
|
|
30 |
|
|
|
31 |
<IFRAME SRC="http://PATH TO SHOUTBOX/sboard.php" TITLE="My Shoutbox">
|
|
|
32 |
Your browser doesn't support iframes:
|
|
|
33 |
<a href="http://PATH TO SHOUTBOX/sboard.php">Please view shoutbox here</a>
|
|
|
34 |
</IFRAME>
|
|
|
35 |
|
|
|
36 |
USING PHP INCLUDE:
|
|
|
37 |
|
|
|
38 |
<?php
|
|
|
39 |
include 'http://PATH TO SHOUTBOX/sboard.php';
|
|
|
40 |
?>
|