hab ich..
hat nix gebracht..
schau hier:
http://forum.sgpch.de
anbetrachts dessen:
Code: Alles auswählen
data'; // Build up the string with everything but the last child. for ($i = 0; $i < $blockcount; $i++) { $varref .= '[\'' . $blocks[$i] . '.\'][$_' . $blocks[$i] . '_i]'; } // Add the block reference for the last child. $varref .= '[\'' . $blocks[$blockcount] . '.\']'; // Add the iterator for the last child if requried. if ($include_last_iterator) { $varref .= '[$_' . $blocks[$blockcount] . '_i]'; } return $varref; } } ?> data'; // Build up the string with everything but the last child. for ($i = 0; $i < $blockcount; $i++) { $varref .= '[\'' . $blocks[$i] . '.\'][$_' . $blocks[$i] . '_i]'; } // Add the block reference for the last child. $varref .= '[\'' . $blocks[$blockcount] . '.\']'; // Add the iterator for the last child if requried. if ($include_last_iterator) { $varref .= '[$_' . $blocks[$blockcount] . '_i]'; } return $varref; } } ?> (AUTH_MOD, 'auth_mod', $u_access[$f_forum_id], $is_admin) : 0; } } return $auth_user; } function auth_check_user($type, $key, $u_access, $is_admin) { $auth_user = 0; if ( count($u_access) ) { for($j = 0; $j < count($u_access); $j++) { $result = 0; switch($type) { case AUTH_ACL: $result = $u_access[$j][$key]; case AUTH_MOD: $result = $result || $u_access[$j]['auth_mod']; case AUTH_ADMIN: $result = $result || $is_admin; break; } $auth_user = $auth_user || $result; } } else { $auth_user = $is_admin; } return $auth_user; } ?> } else { if($this->rowset[$query_id]) { $result = $this->rowset[$query_id][$field]; } else if($this->row[$query_id]) { $result = $this->row[$query_id][$field]; } } } return $result; } else { return false; } } function sql_rowseek($rownum, $query_id = 0){ if(!$query_id) { $query_id = $this->query_result; } if($query_id) { $result = @mysql_data_seek($query_id, $rownum); return $result; } else { return false; } } function sql_nextid(){ if($this->db_connect_id) { $result = @mysql_insert_id($this->db_connect_id); return $result; } else { return false; } } function sql_freeresult($query_id = 0){ if(!$query_id) { $query_id = $this->query_result; } if ( $query_id ) { unset($this->row[$query_id]); unset($this->rowset[$query_id]); @mysql_free_result($query_id); return true; } else { return false; } } function sql_error($query_id = 0) { $result["message"] = @mysql_error($this->db_connect_id); $result["code"] = @mysql_errno($this->db_connect_id); return $result; } } // class sql_db } // if ... define ?>
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/phpbb2/includes/template.php:490) in /home/www/web5/html/phpbb2/includes/sessions.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/phpbb2/includes/template.php:490) in /home/www/web5/html/phpbb2/includes/sessions.php on line 189
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/phpbb2/includes/template.php:490) in /home/www/web5/html/phpbb2/includes/page_header.php on line 475
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/phpbb2/includes/template.php:490) in /home/www/web5/html/phpbb2/includes/page_header.php on line 477
Warning: Cannot modify header information - headers already sent by (output started at /home/www/web5/html/phpbb2/includes/template.php:490) in /home/www/web5/html/phpbb2/includes/page_header.php on line 478
muss ich irgentwo anderst n fehler haben... die dateien sind ok die er da mit zeilennummer angibt.. an denen hab ich nix geändert, sondern nur laut alterskontrolle und icq mod install.txt editiert.
sind die zwei mods easymod kompartiebel? wenn ja, werd ich mein forum halt nocheinmal neu aufsetzen, und zu erst easymod (wo gibt den?) installieren.
ach ich denke nicht, das es damit was zu tun hat, aber ich hab auch noch n regelmod und n akronyme mod installiert.. die beiden allerdings getestet gehabt.. haben gefunzt..
danke