This topic is locked

build password-protected members only area

1/9/2007 6:59:28 AM
PHPRunner General questions
author

First of all hello to all the community since I am a newbie here.

Let me tell you what I need: I have a website on an IIS server with php and mysql support and I want to create in my website a registered users only area while others web pages in my site can remain for anonymous access. I want session expiration on this pages with cookies practically an user authentication and access tool...

I found your software on Google and it seems very nice but can this be done with your software?.

I've seen that you can build user registration forms and login forms but how do you protect the pages for the registered users?

I want to build the website in html and only the protection to be php so from what I know I must copy some code in front of all the webpages that I want protected. Could this application do all of this???

Also another question: can I design the pages in html, this includes also the forms and then assign php scripts to this html forms?

What code do I need to insert in my pages to make them accessible only to registered users

J
Jane 1/9/2007

Hi,
you can easily protect your pages for registered users with User can see and edit their own data only option on the Advanced security settings dialog on the Security tab.
Also you can set up different user group permissions for registered users and for guests on the User group permissions dialog.
I recommend to check the following live demo and "How to use security settings" flash tutorial:

http://xlinesoft.com/asprunnerpro/livedemo...utput/login.asp

http://www.xlinesoft.com/asprunnerpro/tutorial.htm

501283 1/9/2007

Yes, thank you, but a big problem is that I have and intend to have the site in html so can I protect html pages???

Practically I want to protect a section of an already existent website and not to build a new one in phprunner.

Sergey Kornilov admin 1/9/2007

Google for .htaccess password protection.
PHPRunner won't help you here.