Blame | Last modification | View Log | Download
<?php// Line 3: Location of where you shoutbox will be located, dont include / at the end$location = ".";// Line 5: Background color for the shoutbox pages$bgcolor = "#E7E7E7";// Line 7: Text color for the shoutbox pages$text = "#333333";// Line 9: Visited link color$vlink = "#000000";// Line 11: Active link color$alink = "#FF9900";// Line 13: Default link color$link = "#000000";// Line 15: Default background color of table rows$table1 = "#F5F5F5";// Line 17: Secondary background color of table tows$table2 = "#F7F7F7";// Line 19: Color of the table border$table_bdr = "#CCCCCC";// Line 21: Add to the hour of the time$time_a = 0;// Line 23: Max characters allowed to be posted in the message field$max_char = 90;// Line 25: Allow the shoutbox pages to scroll down or be fixed in position$scroll = "no";// Line 27: Title of the shoutbox pages which appears in the title bar$title = "Title Name Here";// Line 29: Change the refresh time of the page, recommended default is 0$refresh = 0;?>