select tz_offset,tz_tformat_sql,tz_tformat_php,tz_dformat_sql,
tz_dformat_php
from config
) SQL error (No database selected) 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>1728356266
) SQL error (No database selected) in (
select count(*) from user_group
where user_id='' and group_id=3
) SQL error (No database selected) in (
select tz_offset,tz_tformat_sql,tz_tformat_php,tz_dformat_sql,
tz_dformat_php
from config
) SQL error (No database selected) in (
select page_id,mode,navgroup,last_visit<'2024-10-01' from pages
where substring_index(pages.name,'/',-1)='kb.php'
) SQL error (No database selected) in (
select page_id,navgroup,last_visit<'2024-10-01' from pages
where (mode='' or mode is null) and
substring_index(pages.name,'/',-1)='kb.php'
) SQL error (No database selected) 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,
meta,glossary_color
from pages_properties
where pages_properties.page_id=''
) SQL error (No database selected) in (
select length(header),header_align,length(footer),footer_align,
header_html,footer_html,length(logo),toptable_color,bottomtable_color/*,
textmain,textchat,length(mainimg),length(mainimg2)*/
from navlinks where navgroup=''
) SQL error (No database selected) in (
update pages set hits=hits+1,last_visit=now()
where page_id=''
) SQL error (No database selected) in (
select sum(hits) from pages
where last_visit>='2024-10-01'
and name like '/users/%'
) SQL error (No database selected) in (
select top_navigation,topnav_color,topnav_textcolor,
links_color,powered,length(powered_img),navbutton_bg,powered_bg
from config
)
CompanyLogo
SQL error (No database selected) in (
select name,url,color from navigation
where active=1 and pub in (1,'2')
order by sort asc
)
SQL error (No database selected) in (
select rate_answers,allow_email_articles,allow_print_articles,
allow_save_articles,/*sort_by_rating,*/show_faq,
show_lastmodified,allow_comments,show_topic_id,/*show_relevance,*/
show_recent,recent_number,/*allow_update_notify,*/bar_bg,
categ_numrows
from kb_config
) SQL error (No database selected) in (
select show_faq,table_bg,bar_bg,heading_fg,header_color,faq_by_rating,
kb_bg2
from kb_config
) SQL error (No database selected) in (
select category_id,name,description,icon from help_categories
where active in (1,2) and parent_id='0'
order by sort asc
select category_id,name,description,icon from help_categories
where active in (1,2) and parent_id='0'
order by sort asc
) SQL error (No database selected) in (
select topics.topic_id
from topics ,topics_categories,help_categories
where access=1 and (((expires and expires>=curdate()) or not expires) and
((since and since<=curdate()) or not since))
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 in (1,2)) or '0'=0)
group by topics.topic_id
) SQL error (No database selected) in (
select topics.topic_id,subject,left(body,255),short_content,body,
match(body,subject) against ('') as score,topics.icon
from topics ,topics_categories,help_categories
where access=1 and (((expires and expires>=curdate()) or not expires) and
((since and since<=curdate()) or not since))
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 in (1,2)) or '0'=0)
group by topics.topic_id
order by score desc,topics.sort asc,topics.subject asc
limit 0,