Results 1 to 7 of 7

Thread: Create a user Login
      
   

  1. #1
    halo360's Avatar
    halo360 is offline Sergeant
    Join Date
    Oct 2006
    Location
    Essex, England
    Posts
    33

    Default Create a user Login

    I have read several threads about Memberships & Logins... But none are about what i'm after.

    I'm looking for a script that i can add to create a user Login. I dont want to protect any of my pages, I just what to show how many users are online and who they are, simlar to the display you get at the bottom of a lot of Fourms..

    Many Thanks in advance...

    Also check out my update site and let me know what you think...

    www.halo360.co.uk

  2. #2
    Sadain is offline Major
    Join Date
    Mar 2006
    Posts
    438

    Default Re: Create a user Login

    you are probably going to have to use third party software other than Blue Voda, I dont have time to search for the software... but, I am sure there is a program to create the scripts... try searching downloads here:

    http://www.zdnet.com/

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Create a user Login

    User login has nothing to do with it. You need to
    1. Make your pages php
    2. Add in ALL pages, a On load event that will update a database with the visitor IP address. At the same time it will check al registered IP addresses for last time submission (with a "where time > actualtime - 900" command, where 15*60 = 900 = (usually) the automatic logout time).
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    halo360's Avatar
    halo360 is offline Sergeant
    Join Date
    Oct 2006
    Location
    Essex, England
    Posts
    33

    Default Re: Create a user Login

    Forgive me, but how do i make my pages PHP?

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,115

    Default Re: Create a user Login

    Your problem is probably not how to make your pages php, but the php code to put in the pages.
    To publish your pages as php go in Page Properties, and select the extension php (when published).

    However, this only publishes your page as php, meaning that the server will look for any php code in the page, and if it finds any, it will purse it. It is the onload event though that needs to be in php, placed in the Start of page. This onLoad Event is nothing more (and nothing less) than a piece of code that updates the users database with all users online (if they are logged in they are counted as users, usually making use of cookies, otherwise they are counted as guests). So, as you understand, it requires a full database setup and script, as well as a secondary part that will retreive this info from the database, whenever a page is loaded or refreshed, and sisplay it on the page.

    However, i would retain from using such a script on anything else than a blog or forum (where, on the other hand, it usually already exists) because i would NOT like my visitors to be able to see that they are the only ones visiting my site at the moment........
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    halo360's Avatar
    halo360 is offline Sergeant
    Join Date
    Oct 2006
    Location
    Essex, England
    Posts
    33

    Default Re: Create a user Login

    ?... I must be Dumb... I didn't understand any of that...

    Thanks anyway!!!

  7. #7
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Create a user Login

    Navaldesign has pointed out that it is not that simple to achieve what you have asked for.............

    and if you dont mind naval's last point, then use the free membership script below my signature that has the facility of displaying current members online.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49