newscenter.php
<HEAD> <TITLE>Administr8</TITLE> </HEAD> <LINK REL="Stylesheet" HREF="./administr8style.css"> <BODY BGCOLOR=white topmargin=0 marginheight=0 leftmargin=0 marginwidth=0> <DIV CLASS="Headline">News Center</DIV> <P> <DIV CLASS=normal> <? $newsdir = "/home/mmospot/domains/mmospot.pl/public_html/projekty/news/"; /* enter the absolute path to your news directory withotu the trailing '/' */ // Set default mode to 'index' if it isn't already set $mode = 'index'; } // Confirm that the news file has been edited and write to disk. switch($mode) { case 'edit_confirm': if ($message) { } } break; // Choose whether we're editing or deleting news and handle the file accordingly. case 'edit_or_delete': if ($todo == "edit") { /* We're editing it now */ break; } if ($todo == "delete") { /* Delete the file */ break; } case 'index': /* The defailt mode, This is where we will list all current news articles with the option to edit or delete them */ if ($file != "." && $file != ".." && $file != "news.php" && $file != "nowosci.php") { $files[] = $file; } } include($newsdir . '/' . $value); } break; // Adding a new news article. case 'add_news': break; // Confirm that a new news article has been added and write to disk. case 'addnews_confirm': // what to do with the form data if ($message) { $newsfile = "$newsdir/$name.txt"; $message = "<DIV CLASS=Headline>$title</DIV>\n<DIV CLASS=NewsDetail><i>$date -- <A HREF=mailto:$email>$author</i></A></DIV>\n<DIV CLASS=normal>$message</DIV>\n<HR NOSHADE ALIGN=LEFT><BR>"; } } break; } ?> </FORM> </BODY> </HTML>
displaynews.php
<? $newsdir = "/home/mmospot/domains/mmospot.pl/public_html/projekty/news/"; /* enter the absolute path to your news directory withotu the trailing '/' */ // display news articles. if ($file != "." && $file != ".." && $file != "news.php" && $file != "index.php") { $files[] = $file; } } include($newsdir . '/' . $value); } ?>
Wchodzac na dodawanie neewsow wyskakuje mi cos takiego :
http://www.mmospot.pl/projekty/newscenter.php
nie da sie ani dodac ani nic innego zrobic :/
gdzie popelnilem blad ?
Z gory dzieki za pomoc