PHP-Fusion Mods
Navigacija
Apsauga
Apsauga Neleista registracija: 38940
Šiandien: 17
Prisijungę nariai
» Svečių: 16
» Narių: 0

» Viso narių: 10,235
» Naujausias: ruslanas tuk

Prisijungimų istorija:
tabux13:43:57
sanpernepamenu
Zbigniew@nepamenu
CepelinasXnepamenu
VV91DDnepamenu
Minusnepamenu
priezilviciunepamenu
EdvinasG1337nepamenu
rolandas94nepamenu
Edis2nepamenu
klubogerbejasnepamenu
Miskinisnepamenu
Pask. modai
Prisijungti
Vardas

Slaptažodis



Dar ne narys?
Registruotis.

Pamiršai slaptažodį?
Prašyk naujo!.

Naujausi prašymai
[L] testas
Narių apklausa
Ar dar kuriate tinklalapius?

Ne
Ne
0% [0 Balsai]

Taip
Taip
88% [7 Balsai]

Naudojuosi socialiniais tinklais
Naudojuosi socialiniais tinklais
13% [1 Balsas]

Balsai: 8
Kad galėtum balsuoti, turi prisijungti.
Pradėta: 2022-05-29 19:54
Shoutbox
You must login to post a message.

2026-03-21 19:07

2025-07-13 17:07
svx, smagu kad dar atsiranda naujų narių Šypsosi2

2024-03-07 22:13
Oj Tabux… apkabinčiau už tą moderatorių 😁

2024-02-22 17:40
Šypsosi2 jo buvo laikai.. Senukai jau mes. Bega laikas greiciau nei noretusi. Smagu matyti kad uzsuka seni nariai, ne as vienas Šypsosi

2024-02-20 22:18
Zodziu.. Nostalgija. Sorry Tabux uz spam’a, netelpa viskas i viena shout’a. 😁

Shoutbox Archive
Peržiūrėti temą
\n\";
require_once BASEDIR.\"footer.php\";
?>



Redagavo Sharkman 2007-11-29 14:25\n\";
require_once BASEDIR.\"footer.php\";
?>


 Spausdinti temą
broblema su naujinu rasymu
darux
#1 Spausdinti pranešimą
parašyta 2007-11-28 16:40
Naujokas



Reputacija: 0

Pranešimai: 20
Įstojo: 2007-07-10

rasant naujiena neveikia komandos b i small small2 alt it t.t kaip galima istaisyti sia problema??? gal kokius failus pakeist? keiciau news.php nepadeda... ;(
 
PM
rankinukas
#2 Spausdinti pranešimą
parašyta 2007-11-28 16:57
Apšylantis



Reputacija: 0

Pranešimai: 54
Įstojo: 2007-10-09

Pas mane ir ta pati beda :) Gal atsirastu kas galetu padeti? :)
 
PM
darux
#3 Spausdinti pranešimą
parašyta 2007-11-28 17:56
Naujokas



Reputacija: 0

Pranešimai: 20
Įstojo: 2007-07-10

tj kas nors pades?
 
PM
cinkus
#4 Spausdinti pranešimą
parašyta 2007-11-28 19:46
Apšylantis



Reputacija: 0

Pranešimai: 57
Įstojo: 2007-10-22

Speju kad atsinaujinot versija is 12 i 13. Man jau bent taip buvo.. tai teko persirasyt PHP-Fusion, perisrasiau ir problemu nebera
 
PM
Sharkman
#5 Spausdinti pranešimą
parašyta 2007-11-29 12:01
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

Permeskit jscripts.js. ;)
 
PM
dj worst
#6 Spausdinti pranešimą
parašyta 2007-11-29 14:00
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

man irgi tas pats as mermeciau ta jscripts.js. bet nk nepasikeite :o
 
PM
Sharkman
#7 Spausdinti pranešimą
parašyta 2007-11-29 14:23
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

Taigi panagrinjau ?it dalyk bi?k labiau ir ?tai k padariau. Atsidaryk administration/ susirask news.php fail ir jame keisk visk ?tai:
Download source  Code
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright (c) 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once \"../maincore.php\";
require_once \"subheader.php\";
require_once ADMIN.\"navigation.php\";
include LOCALE.LOCALESET.\"admin/news-articles.php\";

if (!checkrights(\"N\")) fallback(\"../index.php\");
if (isset($news_id) && !isNum($news_id)) fallback(FUSION_SELF);

if ($settings['tinymce_enabled'] == 1) echo \"\n\";

if (isset($status)) {
   if ($status == \"su\") {
      $title = $locale['400'];
      $message = \"\".$locale['401'].\"\";
   } elseif ($status == \"sn\") {
      $title = $locale['404'];
      $message = \"\".$locale['405'].\"\";
   } elseif ($status == \"del\") {
      $title = $locale['406'];
      $message = \"\".$locale['407'].\"\";
   }
   opentable($title);
   echo \"
\".$message.\"
\n\";
   closetable();
   tablebreak();
}

if (isset($_POST['save'])) {
   $news_subject = stripinput($_POST['news_subject']);
   $news_cat = isNum($_POST['news_cat']) ? $_POST['news_cat'] : \"0\";
   $body = addslash($_POST['body']);
   if ($_POST['body2']) $body2 = addslash(preg_replace(\"(^

\s

$)\", \"\", $_POST['body2']));
   $news_start_date = 0; $news_end_date = 0;
   if ($_POST['news_start']['mday']!=\"--\" && $_POST['news_start']['mon']!=\"--\" && $_POST['news_start']['year']!=\"----\") {
      $news_start_date = mktime($_POST['news_start']['hours'],$_POST['news_start']['minutes'],0,$_POST['news_start']['mon'],$_POST['news_start']['mday'],$_POST['news_start']['year']);
   }
   if ($_POST['news_end']['mday']!=\"--\" && $_POST['news_end']['mon']!=\"--\" && $_POST['news_end']['year']!=\"----\") {
      $news_end_date = mktime($_POST['news_end']['hours'],$_POST['news_end']['minutes'],0,$_POST['news_end']['mon'],$_POST['news_end']['mday'],$_POST['news_end']['year']);
   }
   $news_visibility = isNum($_POST['news_visibility']) ? $_POST['news_visibility'] : \"0\";
   if ($settings['tinymce_enabled'] != 1) { $news_breaks = isset($_POST['line_breaks']) ? \"y\" : \"n\"; } else { $news_breaks = \"n\"; }
   $news_comments = isset($_POST['news_comments']) ? \"1\" : \"0\";
   $news_ratings = isset($_POST['news_ratings']) ? \"1\" : \"0\";
   if (isset($news_id)) {
      $result = dbquery(\"UPDATE \".$db_prefix.\"news SET news_subject='$news_subject', news_cat='$news_cat', news_news='$body', news_extended='$body2', news_breaks='$news_breaks',\".($news_start_date != 0 ? \" news_datestamp='$news_start_date',\" : \"\").\" news_start='$news_start_date', news_end='$news_end_date', news_visibility='$news_visibility', news_allow_comments='$news_comments', news_allow_ratings='$news_ratings' WHERE news_id='$news_id'\");
      redirect(FUSION_SELF.\"?status=su\");
   } else {
      $result = dbquery(\"INSERT INTO \".$db_prefix.\"news (news_subject, news_cat, news_news, news_extended, news_breaks, news_name, news_datestamp, news_start, news_end, news_visibility, news_reads, news_allow_comments, news_allow_ratings) VALUES ('$news_subject', '$news_cat', '$body', '$body2', '$news_breaks', '\".$userdata['user_id'].\"', '\".($news_start_date != 0 ? $news_start_date : time()).\"', '$news_start_date', '$news_end_date', '$news_visibility', '0', '$news_comments', '$news_ratings')\");
      redirect(FUSION_SELF.\"?status=sn\");
   }
} else if (isset($_POST['delete'])) {
   $result = dbquery(\"DELETE FROM \".$db_prefix.\"news WHERE news_id='$news_id'\");
   $result = dbquery(\"DELETE FROM \".$db_prefix.\"comments WHERE comment_item_id='$news_id' and comment_type='N'\");
   $result = dbquery(\"DELETE FROM \".$db_prefix.\"ratings WHERE rating_item_id='$news_id' and rating_type='N'\");
   redirect(FUSION_SELF.\"?status=del\");
} else {
   if (isset($_POST['preview'])) {
      $news_subject = stripinput($_POST['news_subject']);
      $body = phpentities(stripslash($_POST['body']));
      $bodypreview = str_replace(\"src='\".str_replace(\"../\", \"\", IMAGES_N), \"src='\".IMAGES_N, stripslash($_POST['body']));
      if ($_POST['body2']) {
         $body2 = phpentities(stripslash($_POST['body2']));
         $body2preview = str_replace(\"src='\".str_replace(\"../\", \"\", IMAGES_N), \"src='\".IMAGES_N, stripslash($_POST['body2']));
      }
      if (isset($_POST['line_breaks'])) {
         $news_breaks = \" checked\";
         $bodypreview = nl2br($bodypreview);
         if ($body2) $body2preview = nl2br($body2preview);
      } else {
         $news_breaks = \"\";
      }
      $news_comments = isset($_POST['news_comments']) ? \" checked\" : \"\";
      $news_ratings = isset($_POST['news_ratings']) ? \" checked\" : \"\";
      opentable($news_subject);
      echo \"$bodypreview\n\";
      closetable();
      if (isset($body2preview)) {
         tablebreak();
         opentable($news_subject);
         echo \"$body2preview\n\";
         closetable();
      }
      tablebreak();
   }
   $editlist = \"\"; $sel = \"\";
   $result = dbquery(\"SELECT * FROM \".$db_prefix.\"news ORDER BY news_datestamp DESC\");
   if (dbrows($result) != 0) {
      while ($data = dbarray($result)) {
         if (isset($news_id)) $sel = ($news_id == $data['news_id'] ? \" selected\" : \"\");
         $editlist .= \"\n\";
      }
   }
   opentable($locale['408']);
   echo \"




>

\n\";
   closetable();
   tablebreak();
   if (isset($_POST['edit'])) {
      $result = dbquery(\"SELECT * FROM \".$db_prefix.\"news WHERE news_id='$news_id'\");
      if (dbrows($result) != 0) {
         $data = dbarray($result);
         $news_subject = $data['news_subject'];
         $news_cat = $data['news_cat'];
         $body = phpentities(stripslashes($data['news_news']));
         $body2 = phpentities(stripslashes($data['news_extended']));
         if ($data['news_start']>0) $news_start = getdate($data['news_start']);
         if ($data['news_end']>0) $news_end = getdate($data['news_end']);
         $news_breaks = ($data['news_breaks'] == \"y\" ? \" checked\" : \"\");
         $news_comments = ($data['news_allow_comments'] == \"1\" ? \" checked\" : \"\");
         $news_ratings = ($data['news_allow_ratings'] == \"1\" ? \" checked\" : \"\");
         $news_visibility = $data['news_visibility'];
      }
   }
   if (isset($news_id)) {
      $action = FUSION_SELF.\"?news_id=$news_id\";
      opentable($locale['400']);
   } else {
      if (!isset($_POST['preview'])) {
         $news_subject = \"\";
         $body = \"\";
         $body2 = \"\";
         $news_breaks = \" checked\";
         $news_comments = \" checked\";
         $news_ratings = \" checked\";
         $news_visibility = 0;
      }
      $action = FUSION_SELF;
      opentable($locale['404']);
   }
   $image_files = makefilelist(IMAGES_N, \".|..|index.php\", true);
   $image_list = makefileopts($image_files);
   $result = dbquery(\"SELECT * FROM \".$db_prefix.\"news_cats ORDER BY news_cat_name\");
   $news_cat_opts = \"\"; $sel = \"\";
   if (dbrows($result)) {
      while ($data = dbarray($result)) {
         if (isset($news_cat)) $sel = ($news_cat == $data['news_cat_id'] ? \" selected\" : \"\");
         $news_cat_opts .= \"\n\";
      }
   }   
   $visibility_opts = \"\"; $sel = \"\";
   $user_groups = getusergroups();
   while(list($key, $user_group) = each($user_groups)){
      $sel = ($news_visibility == $user_group['0'] ? \" selected\" : \"\");
      $visibility_opts .= \"\n\";
   }
   echo \"













\n\";
   if ($settings['tinymce_enabled'] != 1) {
      echo \"\n\n
\n\";
   }
   echo \"\n

\n\";
   if ($settings['tinymce_enabled'] != 1) {
      echo \"\n\n
\n\";
   }
   echo \"

















\".$locale['411'].\"
\".$locale['511'].\"
\".$locale['412'].\"

>', '');\\">
>', '');\\">
>', '');\\">
>Link');\\">
>');\\">
>', '');\\">
>', '');\\">
>', '');\\">
>', '');\\">



\".$locale['413'].\"

>', '');\\">
>', '');\\">
>', '');\\">
>Link');\\">
>');\\">
>', '');\\">
>', '');\\">
>', '');\\">
>', '');\\">



\".$locale['414'].\"

/
:
: 00 \".$locale['416'].\"
\".$locale['415'].\"

/
:
: 00 \".$locale['416'].\"
\".$locale['422'].\"
\";
if ($settings['tinymce_enabled'] != 1) echo \" \".$locale['417'].\"
\n\";
echo \"> \".$locale['423'].\"

\".$locale['424'].\"




\n\";
   closetable();
   echo \"\n\";
}

echo \"
 
PM
dj worst
#8 Spausdinti pranešimą
parašyta 2007-11-29 15:27
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

iswis db saitas neweikia meta sita

Fatal error: require_once() [function.require]: Failed opening required '../maincore.php' (include_path='.:/php/php5/lib/php') in /home/.a/worst/saitas.xz.lt/news.php on line 12
Redagavo dj worst 2007-11-29 15:28
 
PM
Sharkman
#9 Spausdinti pranešimą
parašyta 2007-11-29 16:02
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

Tu durnas? Skaityt i?mok.
administration/ susirask news.php
 
PM
darux
#10 Spausdinti pranešimą
parašyta 2007-11-29 19:08
Naujokas



Reputacija: 0

Pranešimai: 20
Įstojo: 2007-07-10

na nzn db reinstal reikejo visvien visa fusiona bet jei iskils ta pati prbolema meginsiu pataisyt ;)
 
PM
dj worst
#11 Spausdinti pranešimą
parašyta 2007-11-30 13:54
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

nu pakeiciau ta administration/news.php bet nk nepasikeite:o
 
PM
Sharkman
#12 Spausdinti pranešimą
parašyta 2007-11-30 14:38
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

Tai tu permesk news.php fail dar.
 
PM
dj worst
#13 Spausdinti pranešimą
parašyta 2007-11-30 16:43
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

nu as permeciau ta administration/news.php bet nk nepasikeite:(
 
PM
dj worst
#14 Spausdinti pranešimą
parašyta 2007-12-01 18:26
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

tai zino kasnors kas cia gali buti kad taip yra?:|
 
PM
Sharkman
#15 Spausdinti pranešimą
parašyta 2007-12-01 19:42
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

A? ?inau. Permesk news.php ir administration/news.php ?iuos:
news.php:
Download source  Code
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright 2002 - 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once \"maincore.php\";
require_once \"subheader.php\";
require_once \"side_left.php\";

if (isset($readmore) && !isNum($readmore)) fallback(FUSION_SELF);

// Predefined variables, do not edit these values
if ($settings['news_style'] == \"1\") { $i = 0; $rc = 0; $ncount = 1; $ncolumn = 1; $news_[0] = \"\"; $news_[1] = \"\"; $news_[2] = \"\"; } else { $i = 1; }

// This number should be an odd number to keep layout tidy
$items_per_page = 11;

if (!isset($readmore)) {
   $rows = dbcount(\"(news_id)\", \"news\", groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\") AND (news_end='0'||news_end>=\".time().\")\");
   if (!isset($rowstart) || !isNum($rowstart)) $rowstart = 0;
   if ($rows != 0) {
      $result = dbquery(
         \"SELECT tn.*, user_id, user_name FROM \".$db_prefix.\"news tn
         LEFT JOIN \".$db_prefix.\"users tu ON tn.news_name=tu.user_id
         WHERE \".groupaccess('news_visibility').\" AND (news_start='0'||news_start<=\".time().\") AND (news_end='0'||news_end>=\".time().\")
         ORDER BY news_datestamp DESC LIMIT $rowstart,$items_per_page\"
      );      
      $numrows = dbrows($result);
      if ($settings['news_style'] == \"1\") $nrows = round((dbrows($result) - 1) / 2);
      while ($data = dbarray($result)) {
         $news_cat_image = \"\";
         $news_subject = \"\".stripslashes($data['news_subject']);
         if ($data['news_cat'] != 0) {
            $result2 = dbquery(\"SELECT * FROM \".$db_prefix.\"news_cats WHERE news_cat_id='\".$data['news_cat'].\"'\");
            if (dbrows($result2)) {
               $data2 = dbarray($result2);
               $news_cat_image = \"'\".$data2['news_cat_name'].\"'\";
            } 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)\", \"comments\", \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
            \"news_allow_comments\" => $data['news_allow_comments']
         );
         if ($settings['news_style'] == \"1\") {
            if ($rows <= 2 || $ncount == 1) {
               $news_[0] .= \"\n\";
               $news_[0] .= \"\n\n\n\";
               $news_[0] .= \"\n\n\n\";
               $news_[0] .= \"\n\n\n
$news_subject
$news_news
\n\";
               if (checkrights(\"N\")) $news_[0] .= \"
\n\";
               $news_[0] .= \"'' \".$news_info['user_name'].\" \".$locale['041'].showdate(\"longdate\", $news_info['news_date']).\" \n\";
               if ($news_info['news_extended'] || $news_info['news_allow_comments']) {
                  $news_[0] .= $news_info['news_ext'] == \"y\" ? \"\".$locale['042'].\" \n\" : \"\";
                  $news_[0] .= $news_info['news_allow_comments'] ? \"\".$news_info['news_comments'].$locale['043'].\" \n\" : \"\";
                  $news_[0] .= $news_info['news_reads'].$locale['044'].\" \n\";
               }
               $news_[0] .= \"'\".$locale['045'].\"'\";
               if (checkrights(\"N\")) { $news_[0] .= \" '\".$locale['048'].\"'
\n
\n\"; } else { $news_[0] .= \"\n\"; }
               $news_[0] .= \"
\n\";
               if ($ncount != $rows) $news_[0] .= \"
''
\n\";
            } else {
               if ($i == $nrows && $ncolumn != 2) { $ncolumn = 2; $i = 0; }
               $row_color = ($rc % 2 == 0 ? \"tbl2\" : \"tbl1\");
               $news_[$ncolumn] .= \"\n\";
               $news_[$ncolumn] .= \"\n\n\n\";
               $news_[$ncolumn] .= \"\n\n\n\";
               $news_[$ncolumn] .= \"\n\n\n
$news_subject
$news_news
\n\";
               if (checkrights(\"N\")) $news_[$ncolumn] .= \"
\n\";
               $news_[$ncolumn] .= \"'' \".$news_info['user_name'].\" \".$locale['041'].showdate(\"longdate\", $news_info['news_date']);
               if ($news_info['news_ext'] == \"y\" || $news_info['news_allow_comments']) {
                  $news_[$ncolumn] .= \"
\n\";
                  $news_[$ncolumn] .= $news_info['news_ext'] == \"y\" ? \"\".$locale['042'].\" \n\" : \"\";
                  $news_[$ncolumn] .= $news_info['news_allow_comments'] ? \"\".$news_info['news_comments'].$locale['043'].\" \n\" : \"\";
                  $news_[$ncolumn] .= $news_info['news_reads'].$locale['044'].\" \n\";
               } else {
                  $news_[$ncolumn] .= \" \n\";
               }
               $news_[$ncolumn] .= \"'\".$locale['045'].\"'\n\";
               if (checkrights(\"N\")) { $news_[$ncolumn] .= \" '\".$locale['048'].\"'
\n
\n\"; } else { $news_[$ncolumn] .= \"\n\"; }
               $news_[$ncolumn] .= \"
\n\";
               if ($ncolumn == 1 && $i < ($nrows - 1)) $news_[$ncolumn] .= \"
''
\n\";
               if ($ncolumn == 2 && $i < (dbrows($result) - $nrows - 2)) $news_[$ncolumn] .= \"
''
\n\";
               $i++; $rc++;
            }
            $ncount++;
         } else {
            render_news($news_subject, $news_news, $news_info);
            if ($i != $numrows) { tablebreak(); } $i++;
         }
      }
      if ($settings['news_style'] == \"1\") {
         opentable($locale['046']);
         echo \"\n\n\n\n\n\n\n\n\n
\n\";
         echo $news_[0];
         echo \"
\n\";
         echo $news_[1];
         echo \"
''\n\";
         echo $news_[2];
         echo \"
\n\";
         closetable();
      }
      if ($rows > $items_per_page) echo \"
\n\".makePageNav($rowstart,$items_per_page,$rows,3).\"\n
\n\";
   } else {
      opentable($locale['046']);
      echo \"

\n\".$locale['047'].\"

\n
\n\";
      closetable();
   }
} else {
   include INCLUDES.\"comments_include.php\";
   include INCLUDES.\"ratings_include.php\";
   $result = dbquery(
      \"SELECT tn.*, user_id, user_name FROM \".$db_prefix.\"news tn
      LEFT JOIN \".$db_prefix.\"users tu ON tn.news_name=tu.user_id
      WHERE news_id='$readmore'\"
   );
   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_prefix.\"news SET news_reads=news_reads+1 WHERE news_id='$readmore'\");
             $data['news_reads']++;
         }
         $news_subject = $data['news_subject'];
         if ($data['news_cat'] != 0) {
            $result2 = dbquery(\"SELECT * FROM \".$db_prefix.\"news_cats WHERE news_cat_id='\".$data['news_cat'].\"'\");
            if (dbrows($result2)) {
               $data2 = dbarray($result2);
               $news_cat_image = \"'\".$data2['news_cat_name'].\"'\";
            }
         }
         $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)\", \"comments\", \"comment_type='N' AND comment_item_id='\".$data['news_id'].\"'\"),
            \"news_allow_comments\" => $data['news_allow_comments']
         );
         render_news($news_subject, $news_news, $news_info);
         if ($data['news_allow_comments']) showcomments(\"N\",\"news\",\"news_id\",$readmore,FUSION_SELF.\"?readmore=$readmore\");
         if ($data['news_allow_ratings']) showratings(\"N\",$readmore,FUSION_SELF.\"?readmore=$readmore\");
      } else {
         redirect(FUSION_SELF);
      }
   } else {
      redirect(FUSION_SELF);
   }
}

require_once \"side_right.php\";
require_once \"footer.php\";
?>



Administration/news.php:
Download source  Code
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright (c) 2005 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
require_once \"../maincore.php\";
require_once \"subheader.php\";
require_once ADMIN.\"navigation.php\";
include LOCALE.LOCALESET.\"admin/news-articles.php\";

if (!checkrights(\"N\")) fallback(\"../index.php\");
if (isset($news_id) && !isNum($news_id)) fallback(FUSION_SELF);

if ($settings['tinymce_enabled'] == 1) echo \"\n\";

if (isset($status)) {
if ($status == \"su\") {
$title = $locale['400'];
$message = \"\".$locale['401'].\"\";
} elseif ($status == \"sn\") {
$title = $locale['404'];
$message = \"\".$locale['405'].\"\";
} elseif ($status == \"del\") {
$title = $locale['406'];
$message = \"\".$locale['407'].\"\";
}
opentable($title);
echo \"
\".$message.\"
\n\";
closetable();
tablebreak();
}

if (isset($_POST['save'])) {
$news_subject = stripinput($_POST['news_subject']);
$news_cat = isNum($_POST['news_cat']) ? $_POST['news_cat'] : \"0\";
$body = addslash($_POST['body']);
if ($_POST['body2']) $body2 = addslash(preg_replace(\"(^

\s

$)\", \"\", $_POST['body2']));
$news_start_date = 0; $news_end_date = 0;
if ($_POST['news_start']['mday']!=\"--\" && $_POST['news_start']['mon']!=\"--\" && $_POST['news_start']['year']!=\"----\") {
$news_start_date = mktime($_POST['news_start']['hours'],$_POST['news_start']['minutes'],0,$_POST['news_start']['mon'],$_POST['news_start']['mday'],$_POST['news_start']['year']);
}
if ($_POST['news_end']['mday']!=\"--\" && $_POST['news_end']['mon']!=\"--\" && $_POST['news_end']['year']!=\"----\") {
$news_end_date = mktime($_POST['news_end']['hours'],$_POST['news_end']['minutes'],0,$_POST['news_end']['mon'],$_POST['news_end']['mday'],$_POST['news_end']['year']);
}
$news_visibility = isNum($_POST['news_visibility']) ? $_POST['news_visibility'] : \"0\";
if ($settings['tinymce_enabled'] != 1) { $news_breaks = isset($_POST['line_breaks']) ? \"y\" : \"n\"; } else { $news_breaks = \"n\"; }
$news_comments = isset($_POST['news_comments']) ? \"1\" : \"0\";
$news_ratings = isset($_POST['news_ratings']) ? \"1\" : \"0\";
if (isset($news_id)) {
$result = dbquery(\"UPDATE \".$db_prefix.\"news SET news_subject='$news_subject', news_cat='$news_cat', news_news='$body', news_extended='$body2', news_breaks='$news_breaks',\".($news_start_date != 0 ? \" news_datestamp='$news_start_date',\" : \"\").\" news_start='$news_start_date', news_end='$news_end_date', news_visibility='$news_visibility', news_allow_comments='$news_comments', news_allow_ratings='$news_ratings' WHERE news_id='$news_id'\");
redirect(FUSION_SELF.\"?status=su\");
} else {
$result = dbquery(\"INSERT INTO \".$db_prefix.\"news (news_subject, news_cat, news_news, news_extended, news_breaks, news_name, news_datestamp, news_start, news_end, news_visibility, news_reads, news_allow_comments, news_allow_ratings) VALUES ('$news_subject', '$news_cat', '$body', '$body2', '$news_breaks', '\".$userdata['user_id'].\"', '\".($news_start_date != 0 ? $news_start_date : time()).\"', '$news_start_date', '$news_end_date', '$news_visibility', '0', '$news_comments', '$news_ratings')\");
redirect(FUSION_SELF.\"?status=sn\");
}
} else if (isset($_POST['delete'])) {
$result = dbquery(\"DELETE FROM \".$db_prefix.\"news WHERE news_id='$news_id'\");
$result = dbquery(\"DELETE FROM \".$db_prefix.\"comments WHERE comment_item_id='$news_id' and comment_type='N'\");
$result = dbquery(\"DELETE FROM \".$db_prefix.\"ratings WHERE rating_item_id='$news_id' and rating_type='N'\");
redirect(FUSION_SELF.\"?status=del\");
} else {
if (isset($_POST['preview'])) {
$news_subject = stripinput($_POST['news_subject']);
$body = phpentities(stripslash($_POST['body']));
$bodypreview = str_replace(\"src='\".str_replace(\"../\", \"\", IMAGES_N), \"src='\".IMAGES_N, stripslash($_POST['body']));
if ($_POST['body2']) {
$body2 = phpentities(stripslash($_POST['body2']));
$body2preview = str_replace(\"src='\".str_replace(\"../\", \"\", IMAGES_N), \"src='\".IMAGES_N, stripslash($_POST['body2']));
}
if (isset($_POST['line_breaks'])) {
$news_breaks = \" checked\";
$bodypreview = nl2br($bodypreview);
if ($body2) $body2preview = nl2br($body2preview);
} else {
$news_breaks = \"\";
}
$news_comments = isset($_POST['news_comments']) ? \" checked\" : \"\";
$news_ratings = isset($_POST['news_ratings']) ? \" checked\" : \"\";
opentable($news_subject);
echo \"$bodypreview\n\";
closetable();
if (isset($body2preview)) {
tablebreak();
opentable($news_subject);
echo \"$body2preview\n\";
closetable();
}
tablebreak();
}
$editlist = \"\"; $sel = \"\";
$result = dbquery(\"SELECT * FROM \".$db_prefix.\"news ORDER BY news_datestamp DESC\");
if (dbrows($result) != 0) {
while ($data = dbarray($result)) {
if (isset($news_id)) $sel = ($news_id == $data['news_id'] ? \" selected\" : \"\");
$editlist .= \"\n\";
}
}
opentable($locale['408']);
echo \"




>

\n\";
closetable();
tablebreak();
if (isset($_POST['edit'])) {
$result = dbquery(\"SELECT * FROM \".$db_prefix.\"news WHERE news_id='$news_id'\");
if (dbrows($result) != 0) {
$data = dbarray($result);
$news_subject = $data['news_subject'];
$news_cat = $data['news_cat'];
$body = phpentities(stripslashes($data['news_news']));
$body2 = phpentities(stripslashes($data['news_extended']));
if ($data['news_start']>0) $news_start = getdate($data['news_start']);
if ($data['news_end']>0) $news_end = getdate($data['news_end']);
$news_breaks = ($data['news_breaks'] == \"y\" ? \" checked\" : \"\");
$news_comments = ($data['news_allow_comments'] == \"1\" ? \" checked\" : \"\");
$news_ratings = ($data['news_allow_ratings'] == \"1\" ? \" checked\" : \"\");
$news_visibility = $data['news_visibility'];
}
}
if (isset($news_id)) {
$action = FUSION_SELF.\"?news_id=$news_id\";
opentable($locale['400']);
} else {
if (!isset($_POST['preview'])) {
$news_subject = \"\";
$body = \"\";
$body2 = \"\";
$news_breaks = \" checked\";
$news_comments = \" checked\";
$news_ratings = \" checked\";
$news_visibility = 0;
}
$action = FUSION_SELF;
opentable($locale['404']);
}
$image_files = makefilelist(IMAGES_N, \".|..|index.php\", true);
$image_list = makefileopts($image_files);
$result = dbquery(\"SELECT * FROM \".$db_prefix.\"news_cats ORDER BY news_cat_name\");
$news_cat_opts = \"\"; $sel = \"\";
if (dbrows($result)) {
while ($data = dbarray($result)) {
if (isset($news_cat)) $sel = ($news_cat == $data['news_cat_id'] ? \" selected\" : \"\");
$news_cat_opts .= \"\n\";
}
}
$visibility_opts = \"\"; $sel = \"\";
$user_groups = getusergroups();
while(list($key, $user_group) = each($user_groups)){
$sel = ($news_visibility == $user_group['0'] ? \" selected\" : \"\");
$visibility_opts .= \"\n\";
}
echo \"













\n\";
if ($settings['tinymce_enabled'] != 1) {
echo \"\n\n
\n\";
}
echo \"\n

\n\";
if ($settings['tinymce_enabled'] != 1) {
echo \"\n\n
\n\";
}
echo \"

















\".$locale['411'].\"
\".$locale['511'].\"
\".$locale['412'].\"

>', '');\\">
>', '');\\">
>', '');\\">
>Link');\\">
>');\\">
>', '');\\">
>', '');\\">
>', '');\\">
>', '');\\">



\".$locale['413'].\"

>', '');\\">
>', '');\\">
>', '');\\">
>Link');\\">
>');\\">
>', '');\\">
>', '');\\">
>', '');\\">
>', '');\\">



\".$locale['414'].\"

/
:
: 00 \".$locale['416'].\"
\".$locale['415'].\"

/
:
: 00 \".$locale['416'].\"
\".$locale['422'].\"
\";
if ($settings['tinymce_enabled'] != 1) echo \" \".$locale['417'].\"
\n\";
echo \"> \".$locale['423'].\"

\".$locale['424'].\"




\n\";
closetable();
echo \"\n\";
}

echo \"
 
PM
once
#16 Spausdinti pranešimą
parašyta 2007-12-01 20:06
Vartotojo avataras

Pradinukas



Reputacija: 0

Pranešimai: 35
Įstojo: 2007-06-18

Lb aciu ps mn jau 2 karta :D kazakaip buwau metes weba wel pradejau ir wel tas pats bet tu mn padejai respect !!!!
 
PM
dj worst
#17 Spausdinti pranešimą
parašyta 2007-12-02 10:35
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

nu bl ligu man wistiek neweikia gal po keliu min atsigaus:D
 
PM
dj worst
#18 Spausdinti pranešimą
parašyta 2007-12-02 11:30
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

nk nesikeicia:|
 
PM
dj worst
#19 Spausdinti pranešimą
parašyta 2007-12-02 17:56
Vartotojo avataras

Apšylantis



Reputacija: 0

Pranešimai: 64
Įstojo: 2007-10-27

sharkman tai gali padeti kad wiskas normaliai weiktu?:o
 
PM
Sharkman
#20 Spausdinti pranešimą
parašyta 2007-12-03 12:05
Vartotojo avataras

Geradarys



Reputacija: 0

Pranešimai: 928
Įstojo: 2007-08-24

Nefloodink. Nu man veikia. Ne?inau kai tursiu laiko tai pabandysiu k?k padaryti. ;)
 
PM
Peršokti į forumą: