Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Padekit Labai labai reikia
Parašė baronas· 2010 Geg. 15 22:05:06
#1
Sveiki visi,
Man reik pagalbos bandziau tobulinti saita ir panelese erroras!!!
Jis atrodo stai taip:
Parse error: syntax error, unexpected ';' in /home/csvipas/domains/cs-vipas.lt/public_html/themes/templates/panels.php(48) : eval()'d code on line 1
Labai reikia pagalbos :) :? :? :[
Parašė webzlt· 2010 Geg. 15 22:05:10
#2
stai tau pagalba - tau ismete erora tau ji reikia panaikinti :)
Parašė Velxom· 2010 Geg. 15 22:05:30
#3
line 1 viska paaiskina pirmoj eilutei eroras. neaisq kaip is atrodo gal nerikalingas Echo ar ] [ } { idek koda pasakysiu kas blogai.
Parašė baronas· 2010 Geg. 15 23:05:24
#4
Tas kodas Defaultinis!
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: panels.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).
+--------------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
// Calculate current true url
$script_url = explode("/", $_SERVER['PHP_SELF'].(FUSION_QUERY ? "?".FUSION_QUERY : ""));
$url_count = count($script_url);
$base_url_count = substr_count(BASEDIR, "/") + 1;
$start_page = "";
while ($base_url_count != 0) {
$current = $url_count - $base_url_count;
$start_page .= "/".$script_url[$current];
$base_url_count--;
}
define("START_PAGE", substr(preg_replace("#(&|\?)(s_action=edit&shout_id=)([0-9]+)#s", "", $start_page), 1));
// Side & center panels
ob_start();
$plc = 0;
// Render left panels
if(!defined("ADMIN_PANEL")){
if (check_panel_status("left")) {
$p_res = dbquery("SELECT * FROM ".DB_PANELS." WHERE panel_side='1' AND panel_status='1' ORDER BY panel_order");
if (dbrows($p_res)) {
while ($p_data = dbarray($p_res)) {
if (checkgroup($p_data['panel_access'])) {
if ($p_data['panel_type'] == "file") {
$panel_name = $p_data['panel_filename'];
include INFUSIONS.$panel_name."/".$panel_name.".php";
} else {
eval(stripslashes($p_data['panel_content']));
}
$plc++;
}
}
}
}
Redagavo baronas· 2010 Geg. 17 19:05:54
Parašė baronas· 2010 Geg. 17 12:05:26
#5
Padekit tikrai labai reikia :@
Parašė Velxom· 2010 Geg. 17 12:05:33
#6
pabandyk be tarpo.
<?php
/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright (C) 2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: panels.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).
+--------------------------------------------------------*/
if (!defined("IN_FUSION"merkia aki) { header("Location: ../../index.php"merkia aki; exit; }
// Calculate current true url
$script_url = explode("/", $_SERVER['PHP_SELF'].(FUSION_QUERY ? "?".FUSION_QUERY : ""merkia aki);
$url_count = count($script_url);
$base_url_count = substr_count(BASEDIR, "/"merkia aki + 1;
$start_page = "";
while ($base_url_count != 0) {
$current = $url_count - $base_url_count;
$start_page .= "/".$script_url[$current];
$base_url_count--;
}
define("START_PAGE", substr(preg_replace("#(&|\?)(s_action=edit&shout_id=)([0-9]+)#s", "", $start_page), 1));
// Side & center panels
ob_start();
$plc = 0;
// Render left panels
if(!defined("ADMIN_PANEL"merkia aki){
if (check_panel_status("left"merkia aki) {
$p_res = dbquery("SELECT * FROM ".DB_PANELS." WHERE panel_side='1' AND panel_status='1' ORDER BY panel_order"merkia aki;
if (dbrows($p_res)) {
while ($p_data = dbarray($p_res)) {
if (checkgroup($p_data['panel_access'])) {
if ($p_data['panel_type'] == "file"merkia aki {
$panel_name = $p_data['panel_filename'];
include INFUSIONS.$panel_name."/".$panel_name.".php";
} else {
eval(stripslashes($p_data['panel_content']));
}
$plc++;
}
}
}
}
Parašė baronas· 2010 Geg. 17 12:05:46
#7
Taspats :(
Padekit labai reikia zmones
Parašė Apocal· 2010 Geg. 17 13:05:53
#8
Kaip dedi kodą, pirma būk toks malonus ir išjunk smailus.
Parašė Pakartoti slaptažodį· 2010 Geg. 17 14:05:31
#9
Pasakyk geriau ką čia tobulinai arba ką norėjai padaryti..
Parašė webzlt· 2010 Geg. 17 19:05:12
#11
tas straipsnis jau seniena ir nieko neveikia :D