Registration Form?! - Password Issue???

free web hosting
Open Discussion > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Registration Form?! - Password Issue???

alex1985
How can I build the registration form with some additional function which is illustrated by attached file. When a user tries to type a password, that bar thing says neither it's strong nor weak, or medium. Just take a look at attachment

Reply

rvalkass
You may wish to put that attached file on your post, as we can't see it at the moment. I can only assume you want a meter similar to the one used by cPanel to tell you how strong your password is. They are made using JavaScript and are fairly easy to make, or you can copy a pre-existing one. Just make sure you check out exactly how each one determines if a password is secure. Most ignore the overall length of the password, whether it has copied your username or something, all things which affect its overall strength as a password.

Reply

alex1985
Yeah, this is exactly what I wanted thanks.

Reply

jlhaslip
I have a password script which uses different sets of characters, several lengths, etc and it includes a link to a site which tests the strength of the password. If google fails you, pm me and I'll find my link and post it here for you to check out...

Reply

chappill
I have been poking around for one for a while (well until mid time last week) and I have found a fairly good working one, it's not in anything yet and it remains in testing because it's not perfect, but take a look here:
http://www.chappill.trap17.com/test/test.html

Reply

tracdoor
You don't need one, but as I know from experience once you have your sights set on something its hard to take them off, especially if its your website.

You can make one using JavaScript, just search around Google for it.

Alternatively, you can just make an ordinary registration from really easily using PHP, I've made my own Login, Registration and Administration panel really easily, the users can change their password and settings, its so easy to do, or you can just download a pre-made one from almost any download website.

Good luck anyway!

Reply

chappill
Like I said I have a good one going, it leaves calculates the effects of a hacker brute forcing (you can change the rate at the click of a mouse!) the length of the password, the amount of different letters, numbers and symbols used, it's really simple when you look at it! There's just 1 small problem with it, it you press and hold say n, the bar will keep going and it doesn't stop, it just gets bigger!

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.

Recent Queries:-
  1. html login form using java script - 61.67 hr back. (1)
  2. how to put registration form on my web page - 67.46 hr back. (1)
  3. php user registration form - 68.29 hr back. (1)
  4. build html forms registration form - 158.47 hr back. (2)
  5. javascript registration form code - 166.81 hr back. (2)
  6. how to make a registration form in php - 167.18 hr back. (1)
  7. php registration form - 225.72 hr back. (2)
  8. password protrcted web user registration form - 384.10 hr back. (1)
  9. php registration form code - 400.00 hr back. (3)
  10. php html: registration form - 432.69 hr back. (1)
  11. php and html: registration form - 473.43 hr back. (1)
  12. registration form to creat an email - 498.52 hr back. (1)
Similar Topics

Keywords : registration password issue

  1. Linux/ Apache /mod_rewrite Issue - Error when accessing a file (4)
  2. Gahhh This Isn't Going Well Please Help! - It's a forgot password form in php! (12)
    CODE <? // database connection details stored here include "database.php"; ?>
    <!doctype html public "-//w3c//dtd html 3.2//en"> <html> <head>
    <title>Thanks!</title> </head> <body bgcolor="#ffffff"
    text="#000000"> <? $email=mysql_real_escape_string($email);
    $status = "OK"; $msg=""; //error_reporting(E_ERROR | E_PARSE |
    E_CORE_ERROR); if (!stristr($email,"@") OR !stristr(�...
  3. A Simple Password Page - I can't make one!!! (3)
    I'm trying to make a simple password page for one of my PHP experiments. Every time I try to
    post a password, however, it returns an error that the connection was "closed by the server". The
    entire code is only 3 pages. password.php: $rightuser = ""; $rightpass = ""; include
    ('getpassword.php'); if $_POST !== $rightuser { if $rightuser ==
    '' { ?>The username is incorrect. It should be blank. } else { ?>The username is
    incorrect. It should be . } } else { if $_POST !== $rightpass { if $...
  4. Dealing With Links Like ?id=123 - pls help in a small issue (7)
    While dealing with such a links in php CODE page.php?id=1 i dont want that someone access
    this page directly using page.php.. i can give some custom message incase someone try to access
    page like: CODE page.php okay i can make it by using if condition etc.. but the other problem
    is that, if someone try to access like, CODE page.php?id= in this case (where id is not
    given, but there's only "?id= " which makes no sense.. in that case i want to make some custom
    msg etc. how i can handle this situation? Regards ...
  5. Security Issue Writing Files - Security issue writing files (1)
    Hi, first, sorry about my english. i am a beginner with php and i have some question about writing
    files using php in a shared hosting. is a risk?, use database to store data is a better way? i just
    want make an interface (in php) that write the data in a .html extension file to show to everybody
    the html page and just the php interface is to the content manager. thanks in advance ...
  6. Password Strength / User Availablity Scripts ? - (2)
    many of u guys would already have noticed that now a days , on most of the websites , when some one
    sign in...as he puts his desired username in the textbox , the page shows that it is not available
    or it is available...without pushing any button etc.. and the second thing , when some one writes
    the password , on the same screen , it shows that password is weak or password is strong... i think
    it is done with php ... can some one give me a link to any page where i can access these scripts ?
    or some one can help me regarding this ?? Thanks for helping always....
  7. Phpbb Password Protector - Any Good Ones Out There? (3)
    I have searched and searhed and searched for a good Password Protection Mod for the PHPBB Forums,
    but i cannot find one that will work, i have uploaded the files necessary to the Admin/mods section,
    then i do what it says in the file that tells me how to do it, but they never work for me.. im
    Getting this.. QUOTE Warning: main(./extension.inc): failed to open stream: No such file or
    directory in /home/phillip/public_html/rpg/admin/mods/Password-protected forums
    0.5.1/phpbb_root_path/db_update.php on line 22 Warning: main(./extension.inc): failed to open
    stream: No...
  8. Mysql Password - (2)
    Hey guys quick question about trap 17s mysql version. How do i change the password to the database?
    I cant seem to find online help for this version anywhere. Any help is very apperciated!...
  9. creat password with php? - (6)
    how...



Looking for registration, form, password, issue,

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for registration, form, password, issue,

*MORE FROM TRAP17.COM*
advertisement



Registration Form?! - Password Issue???



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
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