![]() |
awstats button in webtools section - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Enhancements (/forum-43.html) +--- Thread: awstats button in webtools section (/thread-2164.html) Pages: 1 2 |
RE: awstats button in webtools section - MasterTH - 09-18-2009 05:14 PM is it possible to give the user directly access to the stats without entering username & password? i mean the user is logged into the admin-panel, then he clicks the button for awstats. This function should be only in the admin-panel. RE: awstats button in webtools section - kilburn - 09-18-2009 06:13 PM I don't think so. Stats use HTTP Authorization, and I know no way to tell the browser "redirect to there using this http authorization headers". I could be wrong though.... RE: awstats button in webtools section - MasterTH - 09-21-2009 10:31 PM maybe it's possible to sign in with a php-session? When user is signed in he can access to the db and get the passwd. Maybe this is a way?? RE: awstats button in webtools section - Blondak - 09-21-2009 11:45 PM (09-18-2009 06:13 PM)kilburn Wrote: I don't think so. Stats use HTTP Authorization, and I know no way to tell the browser "redirect to there using this http authorization headers". I could be wrong though.... maybe with http://user:password@URL ... (works with some browsers) |