v7 del erroro.
|
sexasz |
parašyta 2012-02-15 20:34
|
Naujokas

Reputacija:
0
Pranešimai: 2
Įstojo: 2011-08-07
|
reikia pagalbos. turiu toki faila:
Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once \"maincore.php\";
require_once THEMES.\"templates/header.php\";
// Predefined variables, do not edit these values
// Number of news displayed
$items_per_page = $settings['newsperpage'];
add_to_title($locale['global_200'].$locale['global_077']);
if (!isset($_GET['readmore']) || !isnum($_GET['readmore'])) {
$rows = dbcount(\"(news_id)\", DB_NEWS, groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\") AND news_cat=17 AND (news_end='0'||news_end>=\".time().\") AND news_draft='0'\");
if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
if ($rows) {
$result = dbquery(
\"SELECT tn.*, tc.*, user_id, user_name FROM \".DB_NEWS.\" tn
LEFT JOIN \".DB_USERS.\" tu ON tn.news_name=tu.user_id
LEFT JOIN \".DB_NEWS_CATS.\" tc ON tn.news_cat=tc.news_cat_id
WHERE \".groupaccess('news_visibility').\" AND news_cat=17 AND (news_start='0'||news_start<=\".time().\") AND (news_end='0'||news_end>=\".time().\")
ORDER BY news_sticky DESC, news_datestamp DESC LIMIT \".$_GET['rowstart'].\",$items_per_page\"
);
$numrows = dbrows($result);
while ($data = dbarray($result)) {
$news_cat_image = \"\";
$news_subject = \"\".stripslashes($data['news_subject']);
if ($data['news_cat_image']) {
$news_cat_image = \"\";
} else {
$news_cat_image = \"\";
}
$news_news = $data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news']);
if ($news_cat_image != \"\") $news_news = $news_cat_image.$news_news;
$news_info = array(
\"news_id\" => $data['news_id'],
\"user_id\" => $data['user_id'],
\"user_name\" => $data['user_name'],
\"news_date\" => $data['news_datestamp'],
\"news_ext\" => $data['news_extended'] ? \"y\" : \"n\",
\"news_reads\" => $data['news_reads'],
\"news_comments\" => dbcount(\"(comment_id)\", DB_COMMENTS, \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
\"news_allow_comments\" => $data['news_allow_comments']
);
echo \"\n\";
$i++;
render_news($news_subject, $news_news, $news_info);
}
if ($rows > $items_per_page) echo \"\n\".makepagenav($_GET['rowstart'],$items_per_page,$rows,3).\"\n \n\";
} else {
opentable($locale['global_077']);
echo \" \n\".$locale['global_078'].\"
\n \n\";
closetable();
}
} else {
include INCLUDES.\"comments_include.php\";
include INCLUDES.\"ratings_include.php\";
$result = dbquery(
\"SELECT tn.*, user_id, user_name FROM \".DB_NEWS.\" tn
LEFT JOIN \".DB_USERS.\" tu ON tn.news_name=tu.user_id
WHERE news_id='\".$_GET['readmore'].\"' AND news_draft='0'\"
);
if (dbrows($result)!=0) {
$data = dbarray($result);
if (checkgroup($data['news_visibility'])) {
$news_cat_image = \"\";
if (!isset($_POST['post_comment']) && !isset($_POST['post_rating'])) {
$result2 = dbquery(\"UPDATE \".DB_NEWS.\" SET news_reads=news_reads+1 WHERE news_id='\".$_GET['readmore'].\"'\");
$data['news_reads']++;
}
$news_subject = $data['news_subject'];
if ($data['news_cat']) {
$result2 = dbquery(\"SELECT * FROM \".DB_NEWS_CATS.\" WHERE news_cat_id='\".$data['news_cat'].\"'\");
if (dbrows($result2)) {
$data2 = dbarray($result2);
$news_cat_image = \" \";
}
}
$news_news = stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news']);
if ($data['news_breaks'] == \"y\") { $news_news = nl2br($news_news); }
if ($news_cat_image != \"\") $news_news = $news_cat_image.$news_news;
$news_info = array(
\"news_id\" => $data['news_id'],
\"user_id\" => $data['user_id'],
\"user_name\" => $data['user_name'],
\"news_date\" => $data['news_datestamp'],
\"news_ext\" => \"n\",
\"news_reads\" => $data['news_reads'],
\"news_comments\" => dbcount(\"(comment_id)\", DB_COMMENTS, \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
\"news_allow_comments\" => $data['news_allow_comments']
);
add_to_title($locale['global_201'].$news_subject);
echo \"\";
render_news($news_subject, $news_news, $news_info);
echo \"\";
if ($data['news_allow_comments']) { showcomments(\"N\", DB_NEWS, \"news_id\", $_GET['readmore'], FUSION_SELF.\"?readmore=\".$_GET['readmore']); }
if ($data['news_allow_ratings']) { showratings(\"N\", $_GET['readmore'], FUSION_SELF.\"?readmore=\".$_GET['readmore']); }
} else {
redirect(FUSION_SELF);
}
} else {
redirect(FUSION_SELF);
}
}
require_once THEMES.\"templates/footer.php\";
?>
kai ji ijungiu, klaidu loge raso toki dalyka: "includes/theme_functions_include.php
Undefined index: user_status Eilut: 124".
kaip istaisyti? |
|
|
|
gipsy |
parašyta 2012-02-15 20:40
|

Geradarys

Reputacija:
0
Pranešimai: 585
Įstojo: 2009-10-21
|
Kaip man seniau Wyciokazz sake i ji lenda botai kas kokie.
Paprasciause kartais ignuoruok. |
|
|
|
sexasz |
parašyta 2012-02-15 21:20
|
Naujokas

Reputacija:
0
Pranešimai: 2
Įstojo: 2011-08-07
|
jeezau, negi sunku.. |
|
|
|
Rinas |
parašyta 2012-02-16 09:06
|
Administratorius

Reputacija:
0
Pranešimai: 204
Įstojo: 2009-06-10
|
Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: news.php
| Author: Nick Jones (Digitanium)
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once \"maincore.php\";
require_once THEMES.\"templates/header.php\";
// Predefined variables, do not edit these values
// Number of news displayed
$items_per_page = $settings['newsperpage'];
add_to_title($locale['global_200'].$locale['global_077']);
if (!isset($_GET['readmore']) || !isnum($_GET['readmore'])) {
$rows = dbcount(\"(news_id)\", DB_NEWS, groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\") AND news_cat=17 AND (news_end='0'||news_end>=\".time().\") AND news_draft='0'\");
if (!isset($_GET['rowstart']) || !isnum($_GET['rowstart'])) { $_GET['rowstart'] = 0; }
if ($rows) {
$result = dbquery(
\"SELECT tn.*, tc.*, user_id, user_name, user_status FROM \".DB_NEWS.\" tn
LEFT JOIN \".DB_USERS.\" tu ON tn.news_name=tu.user_id
LEFT JOIN \".DB_NEWS_CATS.\" tc ON tn.news_cat=tc.news_cat_id
WHERE \".groupaccess('news_visibility').\" AND news_cat=17 AND (news_start='0'||news_start<=\".time().\") AND (news_end='0'||news_end>=\".time().\")
ORDER BY news_sticky DESC, news_datestamp DESC LIMIT \".$_GET['rowstart'].\",$items_per_page\"
);
$numrows = dbrows($result);
while ($data = dbarray($result)) {
$news_cat_image = \"\";
$news_subject = \"\".stripslashes($data['news_subject']);
if ($data['news_cat_image']) {
$news_cat_image = \"\";
} else {
$news_cat_image = \"\";
}
$news_news = $data['news_breaks'] == \"y\" ? nl2br(stripslashes($data['news_news'])) : stripslashes($data['news_news']);
if ($news_cat_image != \"\") $news_news = $news_cat_image.$news_news;
$news_info = array(
\"news_id\" => $data['news_id'],
\"user_id\" => $data['user_id'],
\"user_name\" => $data['user_name'],
\"user_status\" => $data['user_status'],
\"news_date\" => $data['news_datestamp'],
\"news_ext\" => $data['news_extended'] ? \"y\" : \"n\",
\"news_reads\" => $data['news_reads'],
\"news_comments\" => dbcount(\"(comment_id)\", DB_COMMENTS, \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
\"news_allow_comments\" => $data['news_allow_comments']
);
echo \"\n\";
$i++;
render_news($news_subject, $news_news, $news_info);
}
if ($rows > $items_per_page) echo \"\n\".makepagenav($_GET['rowstart'],$items_per_page,$rows,3).\"\n \n\";
} else {
opentable($locale['global_077']);
echo \" \n\".$locale['global_078'].\"
\n \n\";
closetable();
}
} else {
include INCLUDES.\"comments_include.php\";
include INCLUDES.\"ratings_include.php\";
$result = dbquery(
\"SELECT tn.*, user_id, user_name, user_status FROM \".DB_NEWS.\" tn
LEFT JOIN \".DB_USERS.\" tu ON tn.news_name=tu.user_id
WHERE news_id='\".$_GET['readmore'].\"' AND news_draft='0'\"
);
if (dbrows($result)!=0) {
$data = dbarray($result);
if (checkgroup($data['news_visibility'])) {
$news_cat_image = \"\";
if (!isset($_POST['post_comment']) && !isset($_POST['post_rating'])) {
$result2 = dbquery(\"UPDATE \".DB_NEWS.\" SET news_reads=news_reads+1 WHERE news_id='\".$_GET['readmore'].\"'\");
$data['news_reads']++;
}
$news_subject = $data['news_subject'];
if ($data['news_cat']) {
$result2 = dbquery(\"SELECT * FROM \".DB_NEWS_CATS.\" WHERE news_cat_id='\".$data['news_cat'].\"'\");
if (dbrows($result2)) {
$data2 = dbarray($result2);
$news_cat_image = \" \";
}
}
$news_news = stripslashes($data['news_extended'] ? $data['news_extended'] : $data['news_news']);
if ($data['news_breaks'] == \"y\") { $news_news = nl2br($news_news); }
if ($news_cat_image != \"\") $news_news = $news_cat_image.$news_news;
$news_info = array(
\"news_id\" => $data['news_id'],
\"user_id\" => $data['user_id'],
\"user_name\" => $data['user_name'],
\"user_status\" => $data['user_status'],
\"news_date\" => $data['news_datestamp'],
\"news_ext\" => \"n\",
\"news_reads\" => $data['news_reads'],
\"news_comments\" => dbcount(\"(comment_id)\", DB_COMMENTS, \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
\"news_allow_comments\" => $data['news_allow_comments']
);
add_to_title($locale['global_201'].$news_subject);
echo \"\";
render_news($news_subject, $news_news, $news_info);
echo \"\";
if ($data['news_allow_comments']) { showcomments(\"N\", DB_NEWS, \"news_id\", $_GET['readmore'], FUSION_SELF.\"?readmore=\".$_GET['readmore']); }
if ($data['news_allow_ratings']) { showratings(\"N\", $_GET['readmore'], FUSION_SELF.\"?readmore=\".$_GET['readmore']); }
} else {
redirect(FUSION_SELF);
}
} else {
redirect(FUSION_SELF);
}
}
require_once THEMES.\"templates/footer.php\";
?>
|
|
|