How safe is it? I'm assuming it's not to safe and additionally i'm assuming it's possible but not safe at the same time.
Right now i have a master login that displays data for all users; specifically all the users that are top 10 users. I want to be able to display to everyone on the homepage (login not necessary) the data of these wigits.
Right now I'm using a simple iframe:
<iframe src="https://newuser_news.dhtml?usepage=info-leaders.html" style="width:100%; height: 900px;"></iframe>
But of course, i'm the only one that can view the data, anyone else that i send the link to it boots them back to the homepage that requests a login.
Mind you i'm working a system that i do not have full access to, i do not have access to the classes or methods or the DB. I do have the master username and password access.
I'm super stuck on this... Any help would be greatly appreciated.