PDA

View Full Version : loginsession10



gcleveland
12-24-2007, 08:42 PM
I am trying to use this login script. When i followed the directions the screen shows the login prompt but when i click the create button it does nothing. What am i doing wrong?
Here is the address of the page i am trying to implement this script on.

http://www.tspractice.com/question2.php

Thank you for the help.

sjlplat
12-24-2007, 10:28 PM
The Create button is used to create your first account after the script is installed. Fill out all the form fields with the first user's information, and then click Create.

gcleveland
12-25-2007, 10:38 AM
I did that but it does nothing. Just stays on the create an account page.
I set my folder to be able to write to it but ti does not make the .inc file.

gcleveland
12-25-2007, 11:05 AM
<table class="password"><tr><td class="password_topbar">Create an account.</td></tr><tr><td><br>
<form action="file:/home/tspracti/public_html/login.php" method="post">

Is the file directory set correctly?

gcleveland
12-25-2007, 03:47 PM
i got it figured out. I was wondering if there was a script that would protect individual files?

sjlplat
12-25-2007, 10:29 PM
You can prevent files from being accessible from the web using .htaccess. Here's a link with some good info:

http://www.javascriptkit.com/howto/htaccess.shtml