############################################################################## # Dacio's Login v1.2 # Copyright 2004 by Dacio daciofit@yahoo.com # Created 09.01.2004 # Dacio's PHP scripts http://www.geocities.com/daciofit/script # # This script is free to use and modify. However it is not free to # re-distribute without written permission from the author. # # Change below to suit your needs # ############################################################################## # See readme.txt for more info ############################################################################## //text $text1 = "Field \"username\" or \"password\" is empty! Please fill in the form."; $text2 = "Incorrect \"username\" or \"password\"!"; $file3 = "file.php"; //enter file to logon to //username and password ############################################################################## $username[1] = "raffa"; // user1: demo $password[1] = "raffa"; ############################################################################## if (!$submit) { ?>
|