Supersonicdarky
Veteran Member
Posts: 2317 Reputation: 48
– / – /
Joined: Feb 2005
Status: Away
|
O.P. RE: php shoutbox help
but it can:
quote: Originally posted by Readme
Installation
------------------------------------------------------------------------
1. Extract the files to a temporary directory. Open shoutbox.php
and edit the settings. REMEMBER CHANGE THE ADMIN PASSWORD!!
The settings are explained in the shoutbox file.
2. Upload to your server. The PHP files, the HTM files,
and the directory "shouts" must be in the same directory.
3. CHMOD the "shouts" directory to 0666 or 0777
4. CHMOD the *.dat files to 0666 or 0777
5. Include the shoutbox into your page via PHP or iframe.
Using PHP
*****************************************************
<?php
include ( '/path/to/shoutbox.php' );
?>
*****************************************************
Using Iframes (not recommended,a lot of browsers other than IE cannot render iframes properly!):
*****************************************************
<iframe src="http://yoursite.com/path/to/shoutbox.php"></iframe>
*****************************************************
|
|