under construction 16 june 1998

Login Script Creator Version 3.1 Explanation.

Version 3.1 tries to make the login script creator as easy to use as possible due to the huge number of emails I have recieved asking how to make it work. As the name suggests, this JAVASCRIPT and HTML page create an entire HTML and JAVASCRIPT page from the data given it. This HTML page can be used as it is or with any extra HTML tags you wish to use. You do not even have to know ANYTHING about HTML or JAVASCRIPT.
This Version Contains These Features:
  • YOUR member list is a TEXT file!!!
  • The text file is called 'members.js'.
  • mem[0]="member name,password,dest1(title);dest2(title)";
  • mem[1]="member name2,password2,dest1a(title1a);dest2a(title2a)";
  • Version 3 even makes a 'members.js' file for you!!!
  • You can still edit the html if you choose.
  • Each member can have several destinations or just one.
  • Members can choose which destination they desire.
  • You have a choice of listed and unlisted members.
  • An unlisted member login page has all member names coded.
  • Basic operation and usage

    Step 1). SAVE THE LOGIN SCRIPT CREATOR PAGE TO YOUR COMPUTER'S HARD DRIVE!
    I cannot emphasize this enough. Go to version 3.1 source and CUT&PASTE the source from the screen. You can SAVE AS and edit out the top and bottom of the file before and after <xmp>.(alternative:Version 3.1 zip file)
    Step 2). Create a 'members.js' file on your hard drive in the same directory that you have saved VERSION 3.1.
    The 'members.js' file should be a list of your members following the exact format as set out in the example.
    Step 3).
    Load the Version 3.1 HTML page from your hard drive into your borwser using 'open page' or 'open file' etc... Check to see that all the members details have loaded correctly from the 'members.js' file. Correct any errors directly to the 'members.js' file and reload Version 3.1.
    Step 3a). Create a member list or edit a faulty member list using The Login Script Creator Version 3.1 and, when satisfied all is correct, Click the LIST button and use the text created as your new 'members.js' file. (see below for more details) Go back to step 3.
    Step 4). When all member details are correct and loaded into the Login Script Creator, click the CREATE button! A complete html and javascript page will be created for you. Copy this text to your favourtite text editor and SAVE TO YOUR HARD DRIVE as login.htm or something similar. This is your MEMBER LOGIN PAGE! Upload this file to your server and all your members can access it instantly! There is no need to edit the login script page unless you know what you are doing and have a wish to customize the display.

    How To Use

    (1)
  • All your members are listed in this scolling box.
  • Clicking on any member name will cause their information to be displayed in the input fields.
  • When a different member is selected, any changes made to the previously selected member's information is saved automatically.
  • Simply: Any changes made to a members information fields is for as long as the Login Script Creator is active.
  • (2)
  • This number is the total number of members currently loaded.
  • (3)
  • Enter the members name here. Any character is valid.
  • When members names are in the login script, only the following characters are encrypted; see (3a) below.
  • a to z
  • numbers 0 to 9
  • and a minus ( - ) sign
  • (3a)
  • When the CheckBox is 'checked', no members are listed in the login script.
  • Members names are converted into a 'hash' code.
  • This hash code is not reversable.
  • When the box is unchecked, a full list of members is shown.
  • This list is for members to select their name from.
  • (4)
  • This field is for storing the selected members
  • Passwords must be more than 7 characters in length.
  • Valid characters are listed in (3) above.
  • (3) x
    x