Login System - Let's do it! :)

Pages: 1, 2, 3, 4, 5
free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Login System - Let's do it! :)

odomike
Exactly what I have been looking for. Thanks for all those codes FalGor. I have been thinking of how I am going to insert a login code in my homepage but that have really given me a hell of a hard work and I have not been able to make it out yet.

Thanks man.

Reply

krap
thankyou very very much!!!!!! smile.gif i have been looking for a script like that for ages.
but since i am new to php could somebody tell me the names of the databases and tables etc i would need to make. i would really appreciate it! thanks!!

Reply

cragllo
maye ba a data base calles login and a table called members, with to following fields:

id bigint auto_increment
name
email
age
country
city
icq
msn
hp
login
password
level default value: Member

Reply

krap
thanks. now i have another prob.. sad.gif
what is wrong with my registration page?
http://krap.trap17.com/members/register.php
i put things in but it says i shouldnt leave any blank... please help thanks biggrin.gif

Reply

FaLgoR
if you want an page where the members can view and edit their account details, just copy profiles.php of the administration page, erase the line including verify.php and put this code in the place where the include was:


include("conn.php"); // include page with the database connection
$cookie = $HTTP_COOKIE_VARS; // to reduce the var's name

if($cookie[login] && $cookie[pass]){

$login = $cookie[login];
$pass = $cookie[pass];

if(!isset($cookie["login"]))
header("Location: denied.htm"); // if the user is not logged in, redirect to an error page
}

that's all, if you think I've forgot some important thing here, tell me and I'll try to make it! =]

\_

Reply

FaLgoR
krap give me the code, or I can't help u
have you changed some line in the code I've posted here?

Reply

cragllo
Still does not work for me... Have you tested it? Nothing seems to be working...... sad.gif sad.gif

Reply

FaLgoR
no, I didn't... haieuaheuah
post all the problems here (detailed) and I'll fix them

Reply

cragllo
on register.php: It says that I shouldnt leave any blank, when I havent...

login.php: just wont login

and I cant test any other pages as I havent logged in, could you please test this script to see if it works for you or not?

Reply

krap
when i open login.php the button which should say Login is a text box ohmy.gif (http://www.krap.trap17.com/members/login.php )

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2, 3, 4, 5
Similar Topics

Keywords : login, system, lets

  1. Suggestions For Version 3 Of The Credit System
    (17)
  2. Virtual Pc 7 For Mac
    does anyone know how to install a operating system on it. im stuck :( (10)
    Hey Does anyone use Mac G5 here? I have a Mac G5 with leopard installed. Ive recently installed
    Virtual Pc 7 i followed the instructions. And it told me to insert a disc and then choose the disc
    type and click capture disc if it isnt already captured automatically. However it wont work for me
    because the option to press capture disc is greyed out. If it doesnt let me click on it then how am
    i suppose to load it. And it says any windows is compatible. but if i had service pack 2 would it
    matter? I don't know. it doesnt seem to be working. Do you know which operating ....
  3. Its's Official Microsoft Is Done With The Windows Operating System
    (12)
    Wow and I thought this one website was joking around that Microsoft plans to do one more Windows
    Operating. I don't know if Windows 7 will be the last one or not but the project goes by the
    code name Midori and it is based on the Cloud computing concept, which by the way Dell is trying to
    copyright this name for. All I know about cloud computer is that it will be internet based
    operating system meaning that buying CD's based software could end. Heck we are already seeing
    it in which yo ucan download full license software without hte use of a CD (legally). Rig....
  4. Olympic Basketball- Who Will Get The Gold Medal?
    let's guess~! (12)
    It is so hot now in northern China. The first 20 days of August is the hottest period in summer
    here. The temperature is high, but something is even hotter. it is the Beijing Olympic games~
    /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif" /> coming soon,
    only in 4 days! wow, and for me ,the basketball games will be my favourite. there will be 12
    teams playing, the best 12 national teams of the whole world.they were split into two groups(A and
    /cool.gif" style="vertical-align:middle" emoid="B)" border="0" alt="cool.gif" /> in the ....
  5. Browse System Files In The Browser...
    (2)
    Hi all Trap 17 people... I am not sure if you are already aware of this fine piece of information,
    But definitely a must know feature... Browsing your system files in your browser. For more visit the
    below link http://varalu.blogspot.com/2008/07/browsin...in-firefox.html You can use this feature
    to do so many stuffs... pretty much useful for addon developers. /smile.gif"
    style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" />....
  6. Full Cms System [php]
    Really Good Guide to Follow. (4)
    This tutorial will teach you how to make a full news cms, this tutorial is quite long and don't
    complain about spelling mistakes! QUOTE Features: Admin Panel - Add News - Edit News -
    Delete News Comments - Add Comments - Delete Comments - Edit Comments BBCode - Bold Tags- Italics
    Tags - Underlined Tags - Strike Through Tags - Link Tags - Image Tags - Code Tags - E-Mail Tags
    To start off we need to create our mysql for our news cms. CODE CREATE TABLE `news`
    ( `id` int(10) NOT NULL auto_increment, `title` varchar&#....
  7. Can't Login To Ftp [resolved]
    (2)
    I have tried everything to login FTP and I get a bad login every time. I can login to cpanel and do
    all other functions including changing the password which updates all running services such as the
    FTp server but to no avail. I have used numerous ftp clients , PASV, active and all. Tried security
    (SFTP)... nothing.....
  8. Postage Costs Problem For My Website
    Ideas for postage system needed (7)
    Hi all, I have a problem with my wife and the postman..........no, I didn't mean to
    say that, I mean I have a problem with how to work out the best way of charging my customers a fair
    postage. Here is the problem; on my website I sell books and our wonderful happy chappies at the
    Royal Mail have decided that not only have we got to weigh the book we now have to measure the
    damned thing as well! This has led to a complete restructuring and complication of the postage
    prices. To make this short I will have to illustrate this the best way I know how....
  9. Stupid Credit System
    (10)
    Why does this site has a stupid credit system that you only get 0.7 credit a word or is it even
    less. WTF is this.....
  10. Microsoft Vs. Macintosh
    Which operation system is the best (26)
    Now that we all know Microsoft is comming out with a new windows soon. It's called Windows 7.
    Now after reading an article about that comming out, i got a little upset. For one in the last
    sentece that i read, microsoft says We are trying to create an operating system that can make you
    stop dreaming about OS (Operating System) X or Linux. Well for all of that don't know what OS X
    is, it's Macintosh's Operating system. Last time i knew was that MAC has created an
    operating system that runs off of the same hardware as Microsoft Windows does. The hardware th....
  11. Can't Login To Any Software On My Site
    anyone know how to fix? (3)
    In a subdomain of my site I have an installation of MediaWiki, and until now it's been working
    fine. But today I've been having trouble with it. Previously, whenever I logged into MediaWiki
    it worked first time and I would stay logged in for about an hour, even without the "Remember Me"
    option checked. But I tried logging in now, and after logging me in, the next page I went to showed
    me as "not logged in". I cleared the cache as I know this has been a problem before, and then tried
    logging in again, but it still said I was not logged in! So I tried one more ....
  12. Is The Database System Gone Again? [resolved]
    Errors on PHPMyAdmin again (12)
    I wonder if there is a problem with the PHPMyAdmin system again? When trying to get into it, I once
    again get the following: QUOTE Warning: session_write_close() : SQLite: session write query
    failed: database is full in /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42
    Warning: session_write_close() : Failed to write session data (sqlite). Please verify that the
    current setting of session.save_path is correct
    (/var/cpanel/userhomes/cpanelphpmyadmin/sessions/phpsess.sdb) in
    /usr/local/cpanel/base/3rdparty/phpMyAdmin/index.php on line 42 Warning: Ca....
  13. Jagged Alliance Fans
    Jagged Alliance Fans let's gather here! (5)
    For member who loved Jagged Alliance, let's talk about this game here.....
  14. Firefox 2 To Firefox 3 - Is It Worth Upgrading?
    Let's settle this matter once and for all. (56)
    I was only recently made aware of the release of Firefox 3, having not been notified by Firefox, and
    problems with my internet connection that caused Trap17 and similar websites to slow to snails-pace,
    so I ended up missing the download day and haven't got it yet. The thing is though, I've
    been hearing a lot of negative press about it. I know that there was concern that Firefox would
    break Flash support a while ago, which was fixed, and I hear it's kind of restrictive as to
    downloading addons and junk. Now, I did actually test Firefox 3 Beta 5, and my only ....
  15. Blood Grouping System
    Important blood grouping system of human and non-human (2)
    RBC (red blood cells) is an important element of blood. There are many antigenic substances present
    in the surface of RBC. Depending upon the presence or absence of inherited antigenic substances on
    the surface of RBC, blood may be classified in different groups; these groups are called Blood Group
    or Blood Type. Other then human, animals and bacteria have cell surface antigens and they have also
    blood grouping, but their blood groups are quite different. Human have 29 recognized blood group
    system (recognized by International Society of Blood Transfusion, ISBT). The po....
  16. Login Script For Vbulletin.
    (9)
    For some reason when I try to logon from the main page it doesnt work, it just brings me to the
    forums unlogged. Anyone here have any ideas whats wrong with my coding? Heres the webpage:
    www.ageofilluminati.com Heres the coding im Using: QUOTE
    Forgot password? Register for free! ....
  17. I Have 30 System In My Network
    I want my network to become slow what I need to do (9)
    Hi I have 30 system in my network I want my network to become slow what I need to do can any one
    tell me even if there try to browes like yahoo, hotmail, gmail, etc.the pages shoud not open any
    pages My network is 100mbps And my internet speed is 1mbps I don’t have any router only
    unmanaged switch ....
  18. Credit System V2.0 Online
    Free Web Hosting Credit System v2 now online! (21)
    Dear Members, I am pleased to announce that I have finished coding Credit System V2.0 and its now
    online for members to use. Instead of the old URL used for managing your free web hosting account
    (http://www.trap17.com/process), You shall now be using :- http://www.trap17.com/manage (Credit
    System v2.0 Url) The new version is :- More secure. More reliable. Easily Upgradable and employs
    Module system. Has a Much better look. Central Login. Ajax Powered. Has a Log System. Good
    number of Bugs fixes Please use it and kindly report any further suggestions, comme....
  19. Ubuntu Linux As Free Operating System Alternative
    linux operating system (47)
    About three years ago I decided to learn how to use Linux and after a lot of posts on a forum I
    tried Ubuntu Linux as it was recommended as a good first Linux distro. Ubuntu is not the easiest
    Linux distro to use but with its unmatched forum community support it is one of the easiest to learn
    to use. One of the problems with learning Linux is that a lot of users have an attitude that Linux
    should be a free Windows knock off which it is not. Ubuntu is build on a Linix core or kernel and is
    a different Open Source and free as in to use operating system. This brings us to t....
  20. What's Your First System?
    (89)
    If I had to say my very first game system was it had to be the Nintendo 64. It was christmas and
    when I was little kid and opened it I was so excited to play mario 64 I played it everyday it was
    so, fun! Then mario party came out..I started to play it wasn't bad I just love the felling
    of playing it and now a days I still go with nintendo I have a wii and DS I would never go to
    another company because mario was the game I was always good at.. /wink.gif"
    style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" />....
  21. Innovative Login System
    A new way to login to a website (18)
    Hi, I came across this website www.planmylifestyle.com which offers an innovative login system. In
    the traditional login system, a user is asked to enter a username and password besides many other
    personal information. In this website, to register the site creates an ID file that the user can
    download to the local hard drive. After registration, to login to the website, the user has to
    simply upload the registered ID file (browser and select ID file from local hard drive) and click on
    the Login Button. The user is then taken to the website which seems to be a searc....
  22. System Does Not Detect Dvd/cdrom Drive
    (21)
    so i came home from school and my brother told me that my mom's laptop doesn't detect the
    dvd/cd rom drive (the drive icon doesn't show up in My Computer). he told me that the drive
    doesn't even open up (meaning he can't put any cd there). i thought he was just joking so i
    just shrugged it off. that was until i checked the laptop myself. he was right. the drive is not
    detected and the icon doesn't show up in the My Computer window. when i checked the drive, the
    drive light was on (just on, not blinking or anything). i tried pushing the open drive ....
  23. Get 30 Gb Email For Free
    let us talk about , email system for huge data ! (31)
    Friends here we are talking about largest email, free System http://www.30gigs.com this one is
    good and can handel many file at a time. plz let me know any one having this type of information
    ! Also for small user www.walla.com is good one....
  24. School's Blocking System.
    Its not the smartest of things (28)
    The blocking system at school for blocking websites is stupid. It blocks pretty much any website you
    go to. If you go to school what is the blocking system like there? By the way I am posting this of a
    school computer /laugh.gif" style="vertical-align:middle" emoid=":lol:" border="0" alt="laugh.gif"
    />....
  25. Game Maker
    Game Creation System (15)
    Always wanted to make games? Check out Game Maker . It's free and you can do so much with it.
    "Have you ever wanted to be able to design computer games, but didn't want to spend countless
    hours learning how to become a programmer? Then you've come to the right place. Game Maker is a
    program that allows you to make exciting computer games, without the need to write a single line of
    code. Making games with Game Maker is a lot of fun. Using easy to learn drag-and-drop actions, you
    can create professional looking games within very little time. You can make gam....
  26. 5.1 Sound System Problems
    Need help... (8)
    I have a 5.1 Sound System. It works great in 2 channels but when I switch to 5.1 the subwoofer
    ain't working. My motherboard has a nvidia 4 ultra chipset so it supports 5.1 configuration.
    Also in nvidia mixer when I use sound test everything is great and I can hear the subwooofer working
    as is should. But when I want to watch a movie or listen to music the subwoofer is as good as dead.
    Can somebody help me? ....
  27. Install Two Anti-virus Software In 1 System
    Is it ok? (36)
    I found out that AVG Free version isn't eliminating even trojan viruses. I only have this free
    version from protecting my system. Is it okay to install one more anti-virus software on top of this
    AVG Free version which is already installed and updated to the latest version? I have the option of
    installing Norton Anti-virus 2005. Will it cause any problem since the two softwares may use the
    same source from the computer, if I install this one? Do you recommend that I should uninstall
    first the existing software and install the new one? Will Norton Anti-virus 2005 ....
  28. Simple Login In Visual Basic 6
    user interaction example trough login programm (6)
    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 ....
  29. Complete Login System
    With PHP + MYSQL (57)
    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....
  30. What's Your Favorite Game System - Console
    select one from each poll (180)
    i'm a computer game fan. it's expensive but more useful. it can be use for many purpose for
    your study and entertainment. much easier to use and most common to more people.....

    1. Looking for login, system, lets

Searching Video's for login, system, lets
Similar
Suggestions
For Version
3 Of The
Credit
System
Virtual Pc 7
For Mac -
does anyone
know how to
install a
operating
system on
it. im stuck
:(
Its's
Official
Microsoft Is
Done With
The Windows
Operating
System
Olympic
Basketball-
Who Will Get
The Gold
Medal? -
let's
guess~!
Browse
System Files
In The
Browser...
Full Cms
System [php]
- Really
Good Guide
to Follow.
Can't
Login To Ftp
[resolved]
Postage
Costs
Problem For
My Website -
Ideas for
postage
system
needed
Stupid
Credit
System
Microsoft
Vs.
Macintosh -
Which
operation
system is
the best
Can't
Login To Any
Software On
My Site -
anyone know
how to fix?
Is The
Database
System Gone
Again?
[resolved] -
Errors on
PHPMyAdmin
again
Jagged
Alliance
Fans -
Jagged
Alliance
Fans
let's
gather
here!
Firefox 2 To
Firefox 3 -
Is It Worth
Upgrading? -
Let's
settle this
matter once
and for all.
Blood
Grouping
System -
Important
blood
grouping
system of
human and
non-human
Login Script
For
Vbulletin.
I Have 30
System In My
Network - I
want my
network to
become slow
what I need
to do
Credit
System V2.0
Online -
Free Web
Hosting
Credit
System v2
now
online!
Ubuntu Linux
As Free
Operating
System
Alternative
- linux
operating
system
What's
Your First
System?
Innovative
Login System
- A new way
to login to
a website
System Does
Not Detect
Dvd/cdrom
Drive
Get 30 Gb
Email For
Free - let
us talk
about ,
email system
for huge
data !
School's
Blocking
System. -
Its not the
smartest of
things
Game Maker -
Game
Creation
System
5.1 Sound
System
Problems -
Need help...
Install Two
Anti-virus
Software In
1 System -
Is it ok?
Simple Login
In Visual
Basic 6 -
user
interaction
example
trough login
programm
Complete
Login System
- With PHP +
MYSQL
What's
Your
Favorite
Game System
- Console -
select one
from each
poll
advertisement



Login System - Let's do it! :)



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE