Kod
Something is wrong in your syntax obok '' w linii 3
Brak postów.
Brak postów.
Normalnie nie pisałbym tutaj ale niemoge znaleźć pliku w jakim jest błąd może ktoś ma podobny problem
błąd jest na stronie: http://helgrind.zagrosze.net.pl/team
<?php /*---------------------------------------------------+ | eXtreme-Fusion Content Management System | +----------------------------------------------------+ | Copyright (c) 2005 eXtreme Crew | | <a href=\"http://www.extreme-fusion.pl\" target=\"_blank\">http://www.extreme-fusion.pl</a> | +----------------------------------------------------+ | Engine Php-fusion by Nick Jones | | <a href=\"http://www.php-fusion.co.uk/\" target=\"_blank\">http://www.php-fusion.co.uk/</a> | +----------------------------------------------------+ | Released under the terms & conditions of v2 of the | | GNU General Public License. For details refer to | | the included gpl.txt file or visit <a href=\"http://gnu.org\" target=\"_blank\">http://gnu.org</a> | +----------------------------------------------------*/ if (isset($_GET['shout']) && !preg_match("#(add|edit|delete)#iu", $_GET[shout])) fallback(FUSION_SELF); $shout = $_GET[shout]; $id = $_GET[id]; openside($locale['120']); if (iMEMBER || $settings['guestposts'] == "1") { $result = dbquery("SELECT * FROM ".$db_prefix."shoutbox WHERE shout_id='".$id."'"); if (dbrows($result)) { $sdata = dbarray($result); } $flood = false; if (iMEMBER) { $shout_name = $userdata['user_id']; } else { if (isNum($shout_name)) { $shout_name = ""; } } if ($shout_name != "" && $shout_message != "") { $result = dbquery("SELECT MAX(shout_datestamp) AS last_shout FROM ".$db_prefix."shoutbox WHERE shout_ip='".USER_IP."'"); if (!iSUPERADMIN && dbrows($result) > 0) { $data = dbarray($result); $flood = true; $result = dbquery("INSERT INTO ".$db_prefix."flood_control (flood_ip, flood_timestamp) VALUES ('".USER_IP."', '".time()."')"); ?>