Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
list_cats.php PHP []<?PHP []/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ []Configurations []~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ / [] []// If it is set to FALSE, the categories wont be displayed []// after a visitor click some category to see the news from it []$display_categories_when_showing_news = TRUE. [] []/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ []Main Part (Do not edit below) []~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /
[*]$cutepath = __FILE__. [*]$cutepath = preg_replace( "'list_cats.php'", "", $cutepath). [*]$cutepath = preg_replace( "'/list_cats.php'", "", $cutepath). [] []include("$cutepath/inc/functions.inc.php"). [] []if(($show_cat!= "" and $display_categories_when_showing_news == TRUE) or $show_cat == ""){ [*]$cat_lines = file("$cutepath/data/category.db.php") or die("Can not open $cutepath/data/category.db.php"). [*]foreach($cat_lines as $cat_line){ [*]$cat_arr = explode("|", $cat_line). [*] echo "<a href="categoria.php?show_cat={$cat_arr[0]}">{$cat_arr[1]}</a><br />". []} []} []?> categorias.php PHP [] []<? include("$cutepath/inc/functions.inc.php"). [] []} // chave retirada [*]if($show_cat!= ""){ [*]$category = $show_cat. [*]include("$cutepath/show_news.php"). []} []?> [] [*] ERRO: Parse error: parse error, unexpected '}' in /home/areali00/public_html/cutenews/categoria.php on line 3 Mas mesmo sem a chave não funciona ai da esse erro >Carregando comentários...