This topic is locked

I need your help

10/1/2005 21:04:11
PHPRunner General questions
author

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=1937&image=1&table=forumtopics' class='bbc_emoticon' alt=':huh:' />

Ok, I created a database, connected and signed up.
Well, I wanted to users to signup and go to another pages on the site.

But When I signup and login I was able to connected to database???
I wanted to create database to keep athe recoreds of user's infos only.
I didn't want the visitors to access customer's dabase, but to go to another page to view the page. How can I do this?

I would appriate a kind advice.

Thanks.

Sergey Kornilov admin 10/3/2005

Hi,
proceed to Advanced Security Settings - User group permissions tab PHPRunner (Step10). Click "Add group" and create default permissions group. Don't set any permissions for this group.
Open generated register.php file by any text editor. Find this line:

<a href="login.php" onclick="form1.submit(); return false;">Proceed to login page</a>


and replace it with this one for example:

<a href="home.htm">Proceed to Home page</a>

kanso 10/3/2005

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=6212&image=1&table=forumreplies' class='bbc_emoticon' alt=';)' /> Thank you very much.

I am suprised that you even understood my question, bad wriiting and misspellings.

It was late night madness.

Thanks again.

kanso