TechCodes > Codes :: Database :: > Shoutbox

Shoutbox - Posted By FreeUS (admin) on 26th Feb 08 at 12:33am
Description: A shoutbox for vforums.
Preview:Here at TechCodes
Placement:Where you want it to show up.

For the red and white one use:

Code:
 
  1. <div id="shoutbox"><!--Copyright 2008 FreeUS at capecoral.vforums.co.uk
  2. Vforums Shoutbox. -->
  3. <center><iframe
  4. src ="http://h1.ripway.com/techcodes/Shoutbox/shout.php"
  5. width="600px">
  6. </iframe></center></div>
 



For your own upload this file to your own host in the same folder.
http://h1.ripway.com/techcodes/Shoutbox/shout2.php
Then create a text file named data.txt in the same folder.
To customize open shout.php and edit the css.
If you know php I have added comments so you can edit it.
Use this code then:

Code:
 
  1. <div id="shoutbox"><!--Copyright 2008 FreeUS at capecoral.vforums.co.uk
  2. Vforums Shoutbox. -->
  3. <center><iframe
  4. src ="URL to shout.php"
  5. width="600px">
  6. </iframe></center></div>