SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select user.user_id from user,session ,user_group
where hash='' and
user.user_id=session.user_id and
user.user_id=user_group.user_id and
user_group.group_id in (3,2) and
end_time>1337429155
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select count(*) from user_group
where user_id='' and group_id=3
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select tz_offset,tz_tformat_sql,tz_tformat_php,tz_dformat_sql,
tz_dformat_php
from config
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select page_id,mode,navgroup from pages
where substring_index(pages.name,'/',-1)='kb.php'
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select page_id,navgroup from pages
where (mode='' or mode is null) and
substring_index(pages.name,'/',-1)='kb.php'
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select title,header,footer,background,length(image1),
length(image2),length(image3),length(image4),length(image5),
length(bg_image),
font_color,font_size,support_department,
table1_bgcolor,table2_bgcolor,table3_bgcolor,
table1_color,table2_color,table3_color,
table1_bordercolor,table2_bordercolor,table3_bordercolor
from pages_properties
where pages_properties.page_id=''
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select length(header),header_align,length(footer),footer_align,
header_html,footer_html,length(logo)
from navlinks where navgroup=''
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select top_navigation,topnav_color,topnav_textcolor,length(left_img),links_color
from config
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select secure_chat,redirect2support from chat_config
SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select category_id,name,description from help_categories
where active=1 and parent_id='0'
order by sort asc
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select column_number from kb_config
) SQL error (Access denied for user 'nobody'@'localhost' (using password: NO)) in (
select topics.topic_id,subject,left(body,255),short_content from topics ,topics_categories,help_categories
where access=1 and intgroup_id in ('0',0)
and topics.topic_id=topics_categories.topic_id and
topics_categories.category_id='0' and
((topics_categories.category_id=help_categories.category_id and
help_categories.active=1) or '0'=0) and topics.intgroup_id in ('0',0)
group by topics.topic_id
order by topics.subject asc