This gives a simple secure login script for basic pages, such as clan member pages, It is a simple php secure login script using java and php. The login code is pure java, however the password could be seen by going to view source. By encasing these parts in php tags, they cannot be viewed in the source, therefore making it secure. The username and password are entered at the top. Edit From lines 44 onwards to change the members page. The original Java Script just linked to a new page, if the login was correct. This made a second security issue because people could access the member page by going to www.youurl.com/members.php. In release 0.1b the members page is included in login.php which though still posing a potential security risk, it's much harder for people who don't know the password to get access to.
*********PHP JAVA LOGIN 0.1b*************
Author: Daniel Brown
Date: 20th April 2003
Coding Time: 2 hours
Release: 0.1b
About:
This is a simple php secure login script using java and php.
The code is pure java, however the password could be seen by going to view source.
By encasing these parts in php tags, they cannot be viewed in the source, therefore making it secure.
The username and password are entered at the top.
Edit From lines 44 onwards to changed the members page.
Release Information:
0.1b
Changed it so you dont need members.php anymore. Instead this is safely included in login.php. This prevents people from
going to www.youurl.com/members.php
0.1a
This login is in extreme beta. The members page is not secure yet.
File List:
@PSC_ReadMe_992_8.txt
1Kb
login/
0b
login/Information.txt
1Kb
login/login.php
2Kb
Similar code
Avantemplate
(Popularity: ) : AvanTemplate is a template engine for PHP. It is multi-byte safe and consumes little computing resource. It supports variable replacement, ... Shatners Login System Lite
(Popularity: ) : Shatners Login System is a secure php membership system which uses MD5 encryption. It features user registration, logins, and the ... Send mail with PHP
(Popularity: ) : This is an extremely easy mail send with php. I commented it as well as I could. It will teach ... kLogin 0.1
(Popularity: ) : The simpliest Login system ever! Dosen't use MySQL! Only flatfile! And it supports users with the same usernaem but with ... Simple Admin Login
(Popularity: ) : This is a simple php and mysql login checker. It will allow a guest to visit whatever page you set ...