Hi, I'd like to create a blank admin page, preferably accessible by a link in the green admin menu.

I'll use this blank page to display things as a list of email addresses of all email subscribers (via a SQL query) in a cerain format.

I also use a custom non-zencart table with a list of people and I'd like to be able to also see this list on this new admin page (another SQL query).

In general, I'll use the site for my personal purposes, I just want to be in the ZenCart Admin environment, so that usual visitors are not allowed in. All the data will be only for displaying on this particular page. No forms, no inputs, private only.

I just don't want to have to use a local PHP/MySQL server and want to have access from different computers (through admin login and pass ofcourse).

I hope I'm not too confusing, and thanks in advance :)