Paieskoks pritaikymas minumo,weberio filmu modui
|
Domis17 |
parašyta 2012-05-10 20:00
|
Pradinukas

Reputacija:
0
Pranešimai: 44
Įstojo: 2010-05-07
|
Sveiki , reikai pagalbos pritaikant paieska minimuko, weberio filmu,serialu modui.
Turiu koda kuri reikai irasyti i includes/search/search_news_include
bet ,ka reikia irasyti i locale/lithuanian/search/seach.php ,kad atidarytu filma,seriala normaliai ?
nes kai pasapaudi ant pavadinimo meta :

locale/lithuanian/seach/news.php
Code
$locale['n400'] = \"Naujienos\";
$locale['n401'] = \"Naujiena\";
$locale['n402'] = \"Naujienos\";
$locale['n403'] = \"rasta\";
$locale['n404'] = \"naujienos antra?t�\";
$locale['n405'] = \"naujienos teksta\";
$locale['n406'] = \"nusit�s�s naujienos tekstas\";
?>
includes/search/search_news_include
Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: search_news_include.php
| Author: Robert Gaudyn (Wooya)
+--------------------------------------------------------+
| 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/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined(\"IN_FUSION\")) { die(\"Access Denied\"); }
include LOCALE.LOCALESET.\"search/news.php\";
if ($_GET['stype'] == \"news\" || $_GET['stype'] == \"all\") {
if ($_GET['sort'] == \"datestamp\") {
$sortby = \"filmai_date\";
} else if ($_GET['sort'] == \"subject\") {
$sortby = \"filmai_pav\";
} else if ($_GET['sort'] == \"author\") {
$sortby = \"news_name\";
}
$ssubject = search_querylike(\"filmai_pav\");
$smessage = search_querylike(\"filmai_apr\");
$sextended = search_querylike(\"filmai_kat0\");
if ($_GET['fields'] == 0) {
$fieldsvar = search_fieldsvar($ssubject);
} else if ($_GET['fields'] == 1) {
$fieldsvar = search_fieldsvar($smessage, $sextended);
} else if ($_GET['fields'] == 2) {
$fieldsvar = search_fieldsvar($ssubject, $smessage, $sextended);
} else {
$fieldsvar = \"\";
}
if ($fieldsvar) {
$result = dbquery(\"SELECT * FROM \".DB_PREFIX.\"filmai WHERE \".$fieldsvar);
$rows = dbrows($result);
} else {
$rows = 0;
}
if ($rows != 0) {
$items_count .= THEME_BULLET.\"
href='\".FUSION_SELF.\"?stype=news&stext=\".$_GET['stext'].\"&\".$composevars.\"'>\".$rows.\"
\".($rows == 1 ? $locale['n401'] : $locale['n402']).\" \".$locale['522'].\" \n\";
$result = dbquery(
\"SELECT * FROM \".DB_PREFIX.\"filmai tn
WHERE \".$fieldsvar.\" ORDER BY \".$sortby.\" \".($_GET['order'] == 1 ? \"ASC\" :
\"DESC\").($_GET['stype'] != \"all\" ? \" LIMIT \".$_GET['rowstart'].\",10\" : \"\")
);
while ($data = dbarray($result)) {
$search_result = \"\";
$text_all = $data['filmai_apr'].\" \".$data['filmai_kat0'];
$text_all = search_striphtmlbbcodes($text_all);
$text_frag = search_textfrag($text_all);
// $text_frag = highlight_words($swords, $text_frag);
$subj_c = search_stringscount($data['filmai_pav']);
$text_c = search_stringscount($data['filmai_apr']);
$text_c2 = search_stringscount($data['filmai_kat0']);
$search_result .= \"
href='\".INFUSIONS.\"filmai_panel/filmas.php?filmas_id=\".$data['filmai_id'].\"'>\".$data['filmai_pav'].\"
a>\".\"
\n\";
// $search_result .= \"
href='news.php?readmore=\".$data['filmai_id'].\"'>\".highlight_words($swords,
$data['filmai_pav']).\"\".\"
\n\";
$search_result .= \"
style='width:auto;height:auto;overflow:auto'>\".$text_frag.\" \";
$search_result .= \"\".$locale['global_070'].$data['filmai_kalba'].\"\n\";
$search_result .= $locale['global_071'].$data['filmai_metai'].\" \n\";
$search_result .= \"\".$subj_c.\" \".($subj_c == 1 ? $locale['520'] :
$locale['521']).\" \".$locale['n403'].\" \".$locale['n404'].\", \";
$search_result .= $text_c.\" \".($text_c == 1 ? $locale['520'] : $locale['521']).\" \".$locale['n403'].\"
\".$locale['n405'].\", \";
$search_result .= $text_c2.\" \".($text_c2 == 1 ? $locale['520'] : $locale['521']).\"
\".$locale['n403'].\" \".$locale['n406'].\"
\n\";
search_globalarray($search_result);
}
} else {
$items_count .= THEME_BULLET.\" 0 \".$locale['n402'].\" \".$locale['522'].\" \n\";
}
$navigation_result = search_navigation($rows);
}
?>
|
|
|
|
Wyciokazz |
parašyta 2012-05-10 20:04
|

Administratorius

Reputacija:
1
Pranešimai: 2108
Įstojo: 2008-02-27
|
Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: search_news_include.php
| Author: Robert Gaudyn (Wooya)
+--------------------------------------------------------+
| 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/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined(\"IN_FUSION\")) { die(\"Access Denied\"); }
include LOCALE.LOCALESET.\"search/news.php\";
if ($_GET['stype'] == \"news\" || $_GET['stype'] == \"all\") {
if ($_GET['sort'] == \"datestamp\") {
$sortby = \"filmai_date\";
} else if ($_GET['sort'] == \"subject\") {
$sortby = \"filmai_pav\";
} else if ($_GET['sort'] == \"author\") {
$sortby = \"news_name\";
}
$ssubject = search_querylike(\"filmai_pav\");
$smessage = search_querylike(\"filmai_apr\");
$sextended = search_querylike(\"filmai_kat0\");
if ($_GET['fields'] == 0) {
$fieldsvar = search_fieldsvar($ssubject);
} else if ($_GET['fields'] == 1) {
$fieldsvar = search_fieldsvar($smessage, $sextended);
} else if ($_GET['fields'] == 2) {
$fieldsvar = search_fieldsvar($ssubject, $smessage, $sextended);
} else {
$fieldsvar = \"\";
}
if ($fieldsvar) {
$result = dbquery(\"SELECT * FROM \".DB_PREFIX.\"filmai WHERE \".$fieldsvar);
$rows = dbrows($result);
} else {
$rows = 0;
}
if ($rows != 0) {
$items_count .= THEME_BULLET.\"
href='\".FUSION_SELF.\"?stype=news&stext=\".$_GET['stext'].\"&\".$composevars.\"'>\".$rows.\"
\".($rows == 1 ? $locale['n401'] : $locale['n402']).\" \".$locale['522'].\" \n\";
$result = dbquery(
\"SELECT * FROM \".DB_PREFIX.\"filmai tn
WHERE \".$fieldsvar.\" ORDER BY \".$sortby.\" \".($_GET['order'] == 1 ? \"ASC\" :
\"DESC\").($_GET['stype'] != \"all\" ? \" LIMIT \".$_GET['rowstart'].\",10\" : \"\")
);
while ($data = dbarray($result)) {
$search_result = \"\";
$text_all = $data['filmai_apr'].\" \".$data['filmai_kat0'];
$text_all = search_striphtmlbbcodes($text_all);
$text_frag = search_textfrag($text_all);
// $text_frag = highlight_words($swords, $text_frag);
$subj_c = search_stringscount($data['filmai_pav']);
$text_c = search_stringscount($data['filmai_apr']);
$text_c2 = search_stringscount($data['filmai_kat0']);
$search_result .= \"
href='filmai.php?filmas_id=\".$data['filmai_id'].\"'>\".$data['filmai_pav'].\"
a>\".\"
\n\";
// $search_result .= \"
href='filmai.php?filmas_id=\".$data['filmai_id'].\"'>\".highlight_words($swords, $data['filmai_pav']).\"\".\"
\n\";
$search_result .= \"
style='width:auto;height:auto;overflow:auto'>\".$text_frag.\" \";
$search_result .= \"\".$locale['global_070'].$data['filmai_kalba'].\"\n\";
$search_result .= $locale['global_071'].$data['filmai_metai'].\" \n\";
$search_result .= \"\".$subj_c.\" \".($subj_c == 1 ? $locale['520'] :
$locale['521']).\" \".$locale['n403'].\" \".$locale['n404'].\", \";
$search_result .= $text_c.\" \".($text_c == 1 ? $locale['520'] : $locale['521']).\" \".$locale['n403'].\"
\".$locale['n405'].\", \";
$search_result .= $text_c2.\" \".($text_c2 == 1 ? $locale['520'] : $locale['521']).\"
\".$locale['n403'].\" \".$locale['n406'].\"
\n\";
search_globalarray($search_result);
}
} else {
$items_count .= THEME_BULLET.\" 0 \".$locale['n402'].\" \".$locale['522'].\" \n\";
}
$navigation_result = search_navigation($rows);
}
?>
Redagavo Wyciokazz 2012-05-10 20:05
Kam kurti tai kas jau sukurta.
Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.
[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img] |
|
|
|
Domis17 |
parašyta 2012-05-13 19:40
|
Pradinukas

Reputacija:
0
Pranešimai: 44
Įstojo: 2010-05-07
|
Meta, kai ieskoti paspaudi:
CodeParse error: syntax error, unexpected '=' in /home/dauma/domains/ziopsok.wu.lt/public_html/includes/search/search_news_include.php on line 78
O kartais nereikia nieko pakeisti locale/lithuanian/seach/news.php
?
Redagavo Domis17 2012-05-13 19:40 |
|
|
|
Wyciokazz |
parašyta 2012-05-13 19:42
|

Administratorius

Reputacija:
1
Pranešimai: 2108
Įstojo: 2008-02-27
|
Code
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2011 Nick Jones
| http://www.php-fu...
+--------------------------------------------------------+
| Filename: search_news_include.php
| Author: Robert Gaudyn (Wooya)
+--------------------------------------------------------+
| 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/licen... Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
if (!defined(\"IN_FUSION\")) { die(\"Access Denied\"); }
include LOCALE.LOCALESET.\"search/news.php\";
if ($_GET['stype'] == \"news\" || $_GET['stype'] == \"all\") {
if ($_GET['sort'] == \"datestamp\") {
$sortby = \"filmai_date\";
} else if ($_GET['sort'] == \"subject\") {
$sortby = \"filmai_pav\";
} else if ($_GET['sort'] == \"author\") {
$sortby = \"filmai_apr\";
}
$ssubject = search_querylike(\"filmai_pav\");
$smessage = search_querylike(\"filmai_apr\");
$sextended = search_querylike(\"filmai_kat0\");
if ($_GET['fields'] == 0) {
$fieldsvar = search_fieldsvar($ssubject);
} else if ($_GET['fields'] == 1) {
$fieldsvar = search_fieldsvar($smessage, $sextended);
} else if ($_GET['fields'] == 2) {
$fieldsvar = search_fieldsvar($ssubject, $smessage, $sextended);
} else {
$fieldsvar = \"\";
}
if ($fieldsvar) {
$result = dbquery(\"SELECT * FROM \".DB_PREFIX.\"filmai WHERE \".$fieldsvar);
$rows = dbrows($result);
} else {
$rows = 0;
}
if ($rows != 0) {
$items_count .= THEME_BULLET.\"
href='\".FUSION_SELF.\"?stype=news&stext=\".$_GET['stext'].\"&\".$composevars.\"'>\".$rows.\"
\".($rows == 1 ? $locale['n401'] : $locale['n402']).\" \".$locale['522'].\" \n\";
$result = dbquery(
\"SELECT * FROM \".DB_PREFIX.\"filmai tn
WHERE \".$fieldsvar.\" ORDER BY \".$sortby.\" \".($_GET['order'] == 1 ? \"ASC\" :
\"DESC\").($_GET['stype'] != \"all\" ? \" LIMIT \".$_GET['rowstart'].\",10\" : \"\")
);
while ($data = dbarray($result)) {
$search_result = \"\";
$text_all = $data['filmai_apr'].\" \".$data['filmai_kat0'];
$text_all = search_striphtmlbbcodes($text_all);
$text_frag = search_textfrag($text_all);
// $text_frag = highlight_words($swords, $text_frag);
$subj_c = search_stringscount($data['filmai_pav']);
$text_c = search_stringscount($data['filmai_apr']);
$text_c2 = search_stringscount($data['filmai_kat0']);
$search_result .= \"
href='filmai.php?filmas_id=\".$data['filmai_id'].\"'>\".$data['filmai_pav'].\"
a>\".\"
\n\";
// $search_result .= \"\".highlight_words($swords, $data['filmai_pav']).\"\".\"
\n\";
$search_result .= \"
style='width:auto;height:auto;overflow:auto'>\".$text_frag.\" \";
$search_result .= \"\".$locale['global_070'].$data['filmai_kalba'].\"\n\";
$search_result .= $locale['global_071'].$data['filmai_metai'].\" \n\";
$search_result .= \"\".$subj_c.\" \".($subj_c == 1 ? $locale['520'] :
$locale['521']).\" \".$locale['n403'].\" \".$locale['n404'].\", \";
$search_result .= $text_c.\" \".($text_c == 1 ? $locale['520'] : $locale['521']).\" \".$locale['n403'].\"
\".$locale['n405'].\", \";
$search_result .= $text_c2.\" \".($text_c2 == 1 ? $locale['520'] : $locale['521']).\"
\".$locale['n403'].\" \".$locale['n406'].\"
\n\";
search_globalarray($search_result);
}
} else {
$items_count .= THEME_BULLET.\" 0 \".$locale['n402'].\" \".$locale['522'].\" \n\";
}
$navigation_result = search_navigation($rows);
}
?>
Redagavo Wyciokazz 2012-05-13 19:43
Kam kurti tai kas jau sukurta.
Nesu ekstrasensas ar dar koks čigonas tad iš nieko negaliu suprast kur bėda.
[img]http://27.media.tumblr.com/tumblr_m3hdwudgjG1rteofuo1_500.gif[/img] |
|
|
|
Domis17 |
parašyta 2012-05-13 19:52
|
Pradinukas

Reputacija:
0
Pranešimai: 44
Įstojo: 2010-05-07
|
vo d�kuj labai , eilin� kart�  |
|
|