Navigacija

Vartotojų tinkle

Prisijungusių svečių: 136
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,952
Naujausias narys: tomeem

Naujausi straipsniai

Paskutiniai nariai

asirija 1 savaitė
tomeem 3 savaitės
Reikalas 4 savaitės
weberiz 7 savaitės
mRokass 9 savaitės
kartoonas10 savaitės
iaescortsmap10 savaitės
ozzWANTED11 savaitės
grunskiz13 savaitės
Bruksnys13 savaitės
illusion13 savaitės
ordo14 savaitės
Jurgaila15 savaitės
originalcs1615 savaitės
Rytis16 savaitės
halis17 savaitės
junkus20 savaitės
morlis20 savaitės
Majakas21 savaitės
andsoft22 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 3.128.78.41
Naujienų: 529
Straipsnių: 235
Temų: 52,585
Postų: 522,523
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Apocal
2023 Rugs. 2 18:09:23
Nu davai nuveikiam kažką akinanti šypsen. Prisijungti kada visi čia akinanti šypsen.

Apocal
2023 Rugs. 2 00:09:18
Šiaip atėjau pažiūrėti ar dar lopas nesby yra ar koks ten buvo.

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
Norėjau paprašyti
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Žaliems

Autorius: Mant1s Peržiūrų: 1529      Spausdinti temą
2011 Kov. 8 21:03:12          1 žinutė iš 7
Spausdinti pranešimą
Norėčiau paprašyti kad kas nors padėtų su šitu eroru.


Notice: Undefined index: 004 in /home/runeshop/domains/zonecs.lt/public_html/themes/templates/panels.php(78) : eval()'d code on line 13


Perku muzikos domena rašot PM

6 atsakymai:
2011 Kov. 8 21:03:30          2 žinutė iš 7
Spausdinti pranešimą
Kokia eilutė? Gali parašyti 13 eilutę?
0

2011 Kov. 8 21:03:28          3 žinutė iš 7
Spausdinti pranešimą
Aisku runemarket dizaina isidejas ? jai taip idek themes/templates/panels.php koda paredaguosiu šypsosi
0


2011 Kov. 8 21:03:15          4 žinutė iš 7
Spausdinti pranešimą

<?php
/*-------------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: panels.php
| Author: Nick Jones (Digitanium)
| Co Author: Hans Kristian Flaatten (Starefossen)
| Co Author: bartek124
+--------------------------------------------------------+
| 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 <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> 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("#(&amp;|\?)(s_action=edit&amp;shout_id=)([0-9]+)#s", "", $start_page), 1));
 
$p_sql = false; $p_arr = array(1 => false, 2 => false, 3 => false, 4 => false);
if (!defined("ADMIN_PANEL")) {
if (check_panel_status("left")) {
$p_sql = "panel_side='1'";
}
if (check_panel_status("upper")) {
$p_sql .= ($p_sql ? " OR " : "");
$p_sql .= ($settings['opening_page'] != START_PAGE ? "(panel_side='2' AND panel_display='1')" : "panel_side='2'");
}
if (check_panel_status("lower")) {
$p_sql .= ($p_sql ? " OR " : "");
$p_sql .= ($settings['opening_page'] != START_PAGE ? "(panel_side='3' AND panel_display='1')" : "panel_side='3'");
}
if (check_panel_status("right")) {
$p_sql .= ($p_sql ? " OR " : "")."panel_side='4'";
}
 
$p_sql = ($p_sql ? " AND (".$p_sql.")" : false);
 
if ($p_sql) {
$p_res = dbquery(
"SELECT panel_side, panel_type, panel_filename, panel_content FROM ".DB_PANELS."
WHERE panel_status='1'"
.$p_sql." AND ".groupaccess('panel_access')."
ORDER BY panel_side, panel_order"

);
if (dbrows($p_res)) {
$current_side = 0;
while ($p_data = dbarray($p_res)) {
if ($current_side == 0) {
ob_start();
$current_side = $p_data['panel_side'];
}
if ($current_side > 0 && $current_side != $p_data['panel_side']) {
$p_arr[$current_side] = ob_get_contents();
ob_end_clean();
$current_side = $p_data['panel_side'];
ob_start();
}
if ($p_data['panel_type'] == "file") {
if (file_exists(INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php")) {
include INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php";
}
} else {
eval(stripslashes($p_data['panel_content']));
}
}
$p_arr[$current_side] .= ob_get_contents();
ob_end_clean();
}
}
} else {
ob_start();
require_once ADMIN."navigation.php";
$p_arr[1] = ob_get_contents();
ob_end_clean();
}
 
if (!defined("ADMIN_PANEL")) {
$p_arr[2] = "<a id='content' name='content'></a>\n".$p_arr[2];
if (iADMIN && $settings['maintenance']) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_190']."</div></div>\n".$p_arr[2];
}
if (iSUPERADMIN && file_exists(BASEDIR."setup.php")) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_198']."</div></div>\n".$p_arr[2];
}
if (iADMIN && !$userdata['user_admin_password']) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_199']."</div></div>\n".$p_arr[2];
}
$p_arr[2] = "<noscript><div class='noscript-message admin-message'>".$locale['global_303']."</div>\n</noscript>\n".$p_arr[2];
}
 
define("LEFT", $p_arr[1]);
define("U_CENTER", $p_arr[2]);
define("L_CENTER", $p_arr[3]);
define("RIGHT", $p_arr[4]);
unset($p_arr);
 
// Set the require div-width class
if (defined("ADMIN_PANEL")) {
$main_style = "side-left";
} elseif (LEFT && RIGHT) {
$main_style = "side-both";
} elseif (LEFT && !RIGHT) {
$main_style = "side-left";
} elseif (!LEFT && RIGHT) {
$main_style = "side-right";
} elseif (!LEFT && !RIGHT) {
$main_style = "";
}
?>
0


Perku muzikos domena rašot PM
2011 Kov. 8 21:03:14          5 žinutė iš 7
Spausdinti pranešimą

<?php
/*-------------------------------------------------------+
| <span style="border-bottom: 1px dotted black;">PHP</span>-Fusion Content Management System
| Copyright (C) 2002 - 2010 Nick Jones
| <a href='http://www.php-fusion.co.uk/' target='_blank'><span style='color:005C5B'>http://www.php-fusion.co.uk/</span></a>
+--------------------------------------------------------+
| Filename: panels.php
| Author: Nick Jones (Digitanium)
| Co Author: Hans Kristian Flaatten (Starefossen)
| Co Author: bartek124
+--------------------------------------------------------+
| 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 <a href='http://www.gnu.org/licenses/agpl.html.' target='_blank'><span style='color:005C5B'>www.gnu.org/licenses/agpl.html.</span></a> 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("#(&amp;|\?)(s_action=edit&amp;shout_id=)([0-9]+)#s", "", $start_page), 1));
 
$p_sql = false; $p_arr = array(1 => false, 2 => false, 3 => false, 4 => false);
if (!defined("ADMIN_PANEL")) {
if (check_panel_status("left")) {
$p_sql = "panel_side='1'";
}
if (check_panel_status("upper")) {
$p_sql .= ($p_sql ? " OR " : "");
$p_sql .= ($settings['opening_page'] != START_PAGE ? "(panel_side='2' AND panel_display='1')" : "panel_side='2'");
}
if (check_panel_status("lower")) {
$p_sql .= ($p_sql ? " OR " : "");
$p_sql .= ($settings['opening_page'] != START_PAGE ? "(panel_side='3' AND panel_display='1')" : "panel_side='3'");
}
if (check_panel_status("right")) {
$p_sql .= ($p_sql ? " OR " : "")."panel_side='4'";
}
 
$p_sql = ($p_sql ? " AND (".$p_sql.")" : false);
 
if ($p_sql) {
$p_res = dbquery(
"SELECT panel_side, panel_type, panel_filename, panel_content FROM ".DB_PANELS."
WHERE panel_status='1'"
.$p_sql." AND ".groupaccess('panel_access')."
ORDER BY panel_side, panel_order"

);
if (dbrows($p_res)) {
$current_side = 0;
while ($p_data = dbarray($p_res)) {
if ($current_side == 0) {
ob_start();
$current_side = $p_data['panel_side'];
}
if ($current_side > 0 && $current_side != $p_data['panel_side']) {
$p_arr[$current_side] = ob_get_contents();
ob_end_clean();
$current_side = $p_data['panel_side'];
ob_start();
}
if ($p_data['panel_type'] == "file") {
if (file_exists(INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php")) {
include INFUSIONS.$p_data['panel_filename']."/".$p_data['panel_filename'].".php";
}
} else {
eval(stripslashes($p_data['panel_content']));
}
}
$p_arr[$current_side] .= ob_get_contents();
ob_end_clean();
}
}
} else {
ob_start();
require_once ADMIN."navigation.php";
$p_arr[1] = ob_get_contents();
ob_end_clean();
}
 
if (!defined("ADMIN_PANEL")) {
$p_arr[2] = "<a id='content' name='content'></a>\n".$p_arr[2];
if (iADMIN && $settings['maintenance']) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_190']."</div></div>\n".$p_arr[2];
}
if (iSUPERADMIN && file_exists(BASEDIR."setup.php")) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_198']."</div></div>\n".$p_arr[2];
}
if (iADMIN && !$userdata['user_admin_password']) {
$p_arr[2] = "<div id='close-message'><div class='admin-message'>".$locale['global_199']."</div></div>\n".$p_arr[2];
}
$p_arr[2] = "<noscript><div class='noscript-message admin-message'>".$locale['global_303']."</div>\n</noscript>\n".$p_arr[2];
}
 
define("LEFT", $p_arr[1]);
define("U_CENTER", $p_arr[2]);
define("L_CENTER", $p_arr[3]);
define("RIGHT", $p_arr[4]);
unset($p_arr);
 
// Set the require div-width class
if (defined("ADMIN_PANEL")) {
$main_style = "side-left";
} elseif (LEFT && RIGHT) {
$main_style = "side-both";
} elseif (LEFT && !RIGHT) {
$main_style = "side-left";
} elseif (!LEFT && RIGHT) {
$main_style = "side-right";
} elseif (!LEFT && !RIGHT) {
$main_style = "";
}
?>
0

2011 Kov. 8 21:03:57          6 žinutė iš 7
Spausdinti pranešimą
dabar šitas error.

Notice: Undefined index: 004 in /home/runeshop/domains/zonecs.lt/public_html/themes/templates/panels.php(155) : eval()'d code on line 13
0


Perku muzikos domena rašot PM
2011 Kov. 8 21:03:01          7 žinutė iš 7
Spausdinti pranešimą
Prasyk i skype- skorpis112 padesiu nes nerenkam postu bereikalo šypsosi
0

Peršokti į forumą: