From: Pavel C. <pc...@us...> - 2001-05-07 10:14:35
|
Update of /cvsroot/firebird/web In directory usw-pr-cvs1:/tmp/cvs-serv21910 Modified Files: config.php index.php Log Message: New header image + minor adjustments Index: config.php =================================================================== RCS file: /cvsroot/firebird/web/config.php,v retrieving revision 1.2 retrieving revision 1.3 diff -U3 -r1.2 -r1.3 --- config.php 2001/05/06 14:51:49 1.2 +++ config.php 2001/05/07 10:14:31 1.3 @@ -77,39 +77,39 @@ $sitename = "Firebird Relational Database"; $nuke_url = "http://localhost/firebird/"; $site_logo = "firebird.gif"; -$slogan = "Database for the New Millennium"; +$slogan = "Relational Database for the New Millennium"; $startdate = "February 2001"; $adminmail = "pc...@at..."; $anonpost = 1; $Default_Theme = "Firebird"; -$foot1 = "<table CELLSPACING=\"5\" border=\"0\" width=\"100%\"><tr><td align=\"left\" width=\"10%\"> - - - -<a href=\"http://sourceforge.net/project/?group_id=9028\"> - - - -<img src=\"http://sourceforge.net/sflogo.php?group_id=9028&type=1\" width=\"88\" height=\"31\" - - - -border=\"0\" alt=\"Firebird at SourceForge\"></a> - - - -</td><td align=\"left\" width=\"90%\"><FONT face=\"Lucida,Verdana,Helvetica,Arial\" color=\"black\" size=-2> - - - -This site and the pages contained within are Copyright © 2000, 2001, Firebird Project.<br> - - - -Firebird - Relational Database for the New Millennium. - - - +$foot1 = "<table CELLSPACING=\"5\" border=\"0\" width=\"100%\"><tr><td align=\"left\" width=\"10%\"> + + + +<a href=\"http://sourceforge.net/project/?group_id=9028\"> + + + +<img src=\"http://sourceforge.net/sflogo.php?group_id=9028&type=1\" width=\"88\" height=\"31\" + + + +border=\"0\" alt=\"Firebird at SourceForge\"></a> + + + +</td><td align=\"left\" width=\"90%\"><FONT face=\"Lucida,Verdana,Helvetica,Arial\" color=\"black\" size=-2> + + + +This site and the pages contained within are Copyright © 2000, 2001, Firebird Project.<br> + + + +Firebird - Relational Database for the New Millennium. + + + </font></td></tr></table>"; $foot2 = "You can syndicate our news using the file <a href=backend.php>backend.php</a> or <a href=ultramode.txt>ultramode.txt</a>"; $foot3 = "This web site was made with <a href=http://phpnuke.org>PHP-Nuke</a>, a web portal system written in PHP. PHP-Nuke is Free Software released under the <a href=http://www.gnu.org>GNU/GPL license</a>."; @@ -213,16 +213,16 @@ ###################################################################### $moderate = 2; -$reasons = array("As Is", - "Offtopic", - "Flamebait", - "Troll", - "Redundant", - "Insighful", - "Interesting", - "Informative", - "Funny", - "Overrated", +$reasons = array("As Is", + "Offtopic", + "Flamebait", + "Troll", + "Redundant", + "Insighful", + "Interesting", + "Informative", + "Funny", + "Overrated", "Underrated"); $badreasons = 4; @@ -271,17 +271,17 @@ # =>1 means accept the tag only: <foo> ###################################################################### -$AllowableHTML = array("p"=>2, - "b"=>1, - "i"=>1, - "a"=>2, - "em"=>1, - "br"=>1, - "strong"=>1, - "blockquote"=>1, - "tt"=>1, - "li"=>1, - "ol"=>1, +$AllowableHTML = array("p"=>2, + "b"=>1, + "i"=>1, + "a"=>2, + "em"=>1, + "br"=>1, + "strong"=>1, + "blockquote"=>1, + "tt"=>1, + "li"=>1, + "ol"=>1, "ul"=>1); ###################################################################### @@ -300,19 +300,19 @@ $MaxTextLength = 0; $MaxTotalLength = 0; -$CensorList = array("fuck", - "cunt", - "fucker", - "fucking", - "pussy", - "cock", - "c0ck", - "cum", - "twat", - "clit", - "bitch", - "fuk", - "fuking", +$CensorList = array("fuck", + "cunt", + "fucker", + "fucking", + "pussy", + "cock", + "c0ck", + "cum", + "twat", + "clit", + "bitch", + "fuk", + "fuking", "motherfucker"); $CensorMode = 1; $CensorReplace = "*"; Index: index.php =================================================================== RCS file: /cvsroot/firebird/web/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -U3 -r1.1.1.1 -r1.2 --- index.php 2001/05/03 09:30:11 1.1.1.1 +++ index.php 2001/05/07 10:14:32 1.2 @@ -21,7 +21,6 @@ include("header.php"); if (isset($cookie[3])) { $storynum = $cookie[3]; - echo "Storynum = $storynum"; } else { $storynum = $storyhome; } |