Ok, I'm at this point where I just deleted everything, removed the db and started over. I've added only 2 blocks, the Site Visitor w/ avatar (same as nukemods) and the Admin Login (#2) from NSN. I've edited the language file just fine. Another change I made was to the weblink/download images to work with the theme.
I then decide to turn the debug on (mostly cuz I didn't think about it at the beginning. and I get the following on the left column under the modules block whether or not my user account is logged in.
Quote:
SQL query: DELETE FROM nuke_users WHERE time < '1057989247'
SQL query: SELECT time FROM nuke_session WHERE uname='Murphy'
SQL query: UPDATE nuke_session SET uname='Murphy', time='1057990147', host_addr='66.68.68.104', guest='' WHERE uname='Murphy'
SQL query: select username from nuke_users order by user_id DESC limit 0, 1
SQL query: select user_id from nuke_users where username != 'Anonymous'
SQL query: SELECT uname, guest FROM nuke_session where guest=0
SQL query: select user_from from nuke_users where username='Murphy'
SQL query: SELECT user_id FROM nuke_users where username='Murphy'
SQL query: SELECT COUNT(user_id) AS userCount from nuke_users WHERE user_regdate LIKE '%Jul%12%2003%'
SQL query: SELECT COUNT(user_id) AS userCount from nuke_users WHERE user_regdate LIKE '%Jul%11%2003%'
SQL query: SELECT uname FROM nuke_session where guest=1
SQL query: SELECT uname FROM nuke_session where guest=0
SQL query: select user_id from nuke_users where username='Murphy'
SQL query: select privmsgs_type from nuke_bbprivmsgs where privmsgs_to_userid='2' AND (privmsgs_type='1' or privmsgs_type='5')
SQL query: select privmsgs_type from nuke_bbprivmsgs where privmsgs_to_userid='2' AND (privmsgs_type='0')
SQL query: SELECT user_id FROM nuke_users where username='Murphy'
|
I get this in the Banners Admin screen
Quote:
Current Active Banners
SQL query: select bid, cid, imptotal, impmade, clicks, imageurl, date, type, active from nuke_banner order by bid
|
and
Quote:
Advertising Clients
SQL query: select cid, name, contact, email from nuke_bannerclient order by cid
|
A bunch of lines that look like this above the Blocks Admin table (still works though)
Quote:
SQL query: select bid, bkey, title, url, bposition, weight, active, blanguage, blockfile, view from nuke_blocks order by bposition, weight
SQL query: select bid from nuke_blocks where weight='0' AND bposition='l'
SQL query: select bid from nuke_blocks where weight='2' AND bposition='l'
|
The Content Manager has these lines in various places
Quote:
SQL query: select * from nuke_pages order by pid
SQL query: select cid, title from nuke_pages_categories order by title
SQL query: select cid, title from nuke_pages_categories order by title
|
Here's the Module's Admin screen
Quote:
SQL query: select mid from nuke_modules where title='Addon_Sample'
SQL query: select mid from nuke_modules where title='AvantGo'
SQL query: select mid from nuke_modules where title='Content'
SQL query: select mid from nuke_modules where title='Downloads'
SQL query: select mid from nuke_modules where title='Encyclopedia'
SQL query: select mid from nuke_modules where title='FAQ'
SQL query: select mid from nuke_modules where title='Feedback'
SQL query: select mid from nuke_modules where title='Forums'
SQL query: select mid from nuke_modules where title='Journal'
SQL query: select mid from nuke_modules where title='Members_List'
SQL query: select mid from nuke_modules where title='News'
SQL query: select mid from nuke_modules where title='Private_Messages'
SQL query: select mid from nuke_modules where title='Recommend_Us'
SQL query: select mid from nuke_modules where title='Reviews'
SQL query: select mid from nuke_modules where title='Search'
SQL query: select mid from nuke_modules where title='Sections'
SQL query: select mid from nuke_modules where title='Statistics'
SQL query: select mid from nuke_modules where title='Stories_Archive'
SQL query: select mid from nuke_modules where title='Submit_News'
SQL query: select mid from nuke_modules where title='Surveys'
SQL query: select mid from nuke_modules where title='Top'
SQL query: select mid from nuke_modules where title='Topics'
SQL query: select mid from nuke_modules where title='WebMail'
SQL query: select mid from nuke_modules where title='Web_Links'
SQL query: select mid from nuke_modules where title='Your_Account'
SQL query: select title from nuke_modules
|
I'm tired of copy/pasting but I think you get the idea.
Are these things I should be worried about? Or should I just turn off the debugger?