actually i just looked at the meta tags in your html file and because you declair the content type there you dont need that line of code, so you can just delete it
also needs to go. And, you don't need the first header() anyway....
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
code:Warning: Cannot modify header information - headers already sent by (output started at /home/ssd/public_html/new/shoutbox.php:14) in /home/ssd/public_html/shoutbox/shoutbox.admin_login.php on line 21
when right:
code:Warning: Cannot modify header information - headers already sent by (output started at /home/ssd/public_html/new/shoutbox.php:14) in /home/ssd/public_html/shoutbox/shoutbox.admin_login.php on line 15
Warning: Cannot modify header information - headers already sent by (output started at /home/ssd/public_html/new/shoutbox.php:14) in /home/ssd/public_html/shoutbox/shoutbox.admin_login.php on line 17
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
RE: php shoutbox help
whatever shoutbox you are using needs to be on its own page, not included in a custom one.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
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>
*****************************************************
Posts: 3146 Reputation: 43
32 / /
Joined: Jan 2003
RE: php shoutbox help
well then the readme sucks.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.