Azrath
Jul 6 2007, 07:52 PM
| | Thx i found this really useful  |
Reply
neeshu
Jul 9 2007, 05:12 AM
cool will try this tut
Reply
shomazta
Jul 10 2007, 10:49 PM
thanks this tutorial will definitely come in handy once I get my site up. for now I'll just test it on my local server and post up a screenshot of my results maybe
Reply
Ukuyo
Aug 19 2007, 08:54 PM
Oh my god!Thank you so much for this script i've been looking everywhere for this kind most of them i couldnt understand still it took me a while to do this but it still worked!
Reply
Ukuyo
Aug 19 2007, 10:03 PM
but i ahve a problem where ever i try entering my css it gives me a error please HELP!
Reply
Codemaster Snake
Aug 19 2007, 10:53 PM
Don't you people think that creating a login script like the one mentioned with only plain php sessions can invite a lot of security related troubles. php.net themselves say that if you are going to use sessions then be sure to implement some extra security measures as they can compromise security you can find the page here: PHP SessionsIf someone is using it for just testing or learning then its ok to use them as is, but if you are planningfor a site that requires security like e-commerce website then you must apply some more securities measures to it. Like by encrypting the data etc.
Reply
Chyu
Aug 20 2007, 05:04 PM
AMAZING!!This tutorial is so cool and easy to understand even though im just a beginner in PHP and MySql! ill be sure to use it in the near future!  Alothugh dont you think the admin system is a little un secure i mean anyone could go to memberadmin.php and activate their account
Reply
fridley7
Oct 10 2007, 08:07 PM
I am having trouble with this tutorial code, on the login page it logs me in but when it goes to the members area it automatically shoots me back to the login page. It's like it's forgetting that i logged in. I'm thinking it has something to do with the session stuff, but i'm a noob and can't figure it out. any help?
Reply
Life Force
Oct 11 2007, 04:55 PM
Thank you very much
Reply
rikmg67
Oct 22 2007, 01:33 PM
Thanks for this, good tutorial, however I need it to send out an email to admin, when a new user registers any ideas ? Richard.
Reply
Pages: 1, 2, 3, 4, 5, 6, 7
Recent Queries:--
how to make a login script - 1.89 hr back. (1)
-
how to make a login page form - 2.73 hr back. (1)
-
how to make a login page - 2.80 hr back. (1)
-
simple php login tutorial - 3.46 hr back. (1)
-
how to make login page with php - 4.00 hr back. (1)
-
php login account tutorial - 4.81 hr back. (1)
-
php login exmple - 4.87 hr back. (1)
-
php login example - 8.67 hr back. (1)
-
how to make the page require login php code - 9.11 hr back. (1)
-
php text file login tutorial - 9.42 hr back. (1)
-
login tutorial php - 9.91 hr back. (1)
-
how to make simple website tutorial - 9.98 hr back. (1)
-
php login tutorials - 11.34 hr back. (1)
-
php simple login example - 12.62 hr back. (1)
Similar Topics
Keywords : php, simple, login, learn, make, simple, login
- To Automatically Run Command When Login / Logoff
(3)
Simple Php Login And Registration System
(10) Hello. This is my first web tutorial ever. This is basically a simple register and login script.
Yes, I know it’s a bit rubbish but I’m quite new to PHP/MySQL. Here’s the register form. This can
be any file extension you like. I’d recommend calling it register.html . CODE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html
xmlns="http://www.w3.org/1999/xhtml"> <head> <meta
http-equiv="Content-Type" content="text/ht....
Flatfile User Login/signup
Uses text files only (compatable with forums and message system) (24) With this tutorial, you will learn how to create a textfile login script. This user membership
script is for use also with my forums and message system scripts. I will also give you the scripts
to make it so that people can change their profiles. Ok, The first thing we need to do is make the
database. To do this, create a blank text file called 'userdata.txt' , make sure it is ALL
LOWER-CASE. Edit this file and put
'**username|##|password|##|email|##|rank|##|userid|##|name|##|picture**'. This will not be
used, however it will give you an idea of how the....
Automatic Login
in WinXP (5) Ever wanted to just turn on our computer and when you get back it's already on the desktop?
(Rather then having to login at the welcome screen) Now some computer have this feature by default,
but what if it gets broken, try this. On an Administrator account goto start >> Run, and type
"control userpasswords2" (without the quotes) Uncheck the box that "Users must enter a Username and
Password to use this computer", then press Ok. You will be prompted to enter a default user and
their pasword, then next time you restart the computer it will automaticaly login to that....
Simple Login In Visual Basic 6
user interaction example trough login programm (5) First of all, I am NOT a programmer, this is something my friend taught me. It describes basic
interaction with the user, while showing basic functionality of this simple programm. So, without
further ado, we're off to the tutorial: First of all, start your visual basic, when prompted
for new project, select Standard Exe . Next, we need to open code window, so we can start typing
the program. This can be done in two ways, one is double clicking on the form, or selecting Code
from View menu. If you double clicked on the form, you will see following text: CODE ....
How To Put A Phpbb Login Box On Your Main Site.
Code and .php included!!! (18) I have included my coded file with this... Ok here is the code. CODE // //Create login area,
replace the phpBB2 in /phpBB2/login.php with your forum's //directory // <form
action="/phpBB2/login.php" method="post" target="_top"> <table
width="25%" cellspacing="2" cellpadding="2" border="0"
align="center"> <tr> <td align="left"
class="nav"><a href="/phpBB2/index.php" class="nav">Prank Place
Forum Index</a></td>....
Php/mysql Login/register
Tutorial for login with databases. (2) Start register code. Register.php CODE <form method=post
action=register.php?action=register name=s> <table>
<tr><td>Username:</td><td><input type=text
name=user></td></tr>
<tr><td>Email:</td><td><input type=text
name=email></td></tr>
<tr><td>Pass:</td><td><input type=password
name=pass></td></tr> <tr><td>Verify
Pass:</td><td><input ....
Complete Login And Registration System
doesn't use mysql! (9) kLogin 0.1 QUOTE(readme.txt) Readme file to kLogin 0.1 To use the internet explorer fix:
download the latest IE7 ZIP file
(http://sourceforge.net/project/showfiles.php?group_id=109983&package_id=119707) Extract the ie7
zip file to the root directory of your web server. Example, if you are using a unix/linux server,
it's on "public_html/" or "home/public_html" Open kLogin.php file with your editor and edit the
$info_text or $info_txt variable. Then, extract the kLogin.php file in to the root
directory of your web server also. Just run kShoutBo....
Multiple Admin Login (php)
This is a script that doesnt requre SQL (3) first off make a login.html page Code: QUOTE Admin Login Username: Password:
then make a check.php page Code: QUOTE $admin1 = "admin1"; //
first admin username $adm_pass1 = "password1"; // first admin password $admin2 =
"admin2"; // second admin username $adm_pass2 = "password2"; // second admin password
if(($username == $admin1 && $password == $adm_pass1) || ($username ==
$admin2 && $password == $adm_pass2)){ echo "Congratulations " . $_POST . " ....
Complete Login System
With PHP + MYSQL (56) Its an complete login sistem made and tested by me and I think itwill be very usefull for people who
are tryn to learn PHP. First, let's make register.php: CODE <?
include("conn.php"); // create a file with all the database connections
if($do_register){ // if the submit button were clicked if((!$name)
|| (!$email) || (!$age) || (!$login) ||
(!$password) || (!$password2)){ print "You can't let
any fields in blank....
Looking for php, simple, login, learn, make, simple, login
|
|
Searching Video's for php, simple, login, learn, make, simple, login
|
advertisement
|
|