Results 1 to 4 of 4

Thread: i need help adding a 'webiste members'
      
   

  1. #1
    luktut is offline Private
    Join Date
    Oct 2007
    Posts
    2

    Default i need help adding a 'webiste members'

    i need to know how to add a members thing to my site, i pretty much am clueless in this area and appreciate any help you can give me, thx

  2. #2
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: i need help adding a 'webiste members'

    Hi luktut... Not knowing what you have in mind... You can use utilize links... to go to a members page or pop up or even present in an I frame... my suggestion.. look through the tutorials or use the search tool here at the forum to find info and ideas that may fit the bill... hope thtat helps... Doug

  3. #3
    luktut is offline Private
    Join Date
    Oct 2007
    Posts
    2

    Default Re: i need help adding a 'webiste members'

    thx

  4. #4
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: i need help adding a 'webiste members'

    You can use a password protected directory to protect content on your site so its only viewable to people who you want to see it.

    Alternatively there is the scripting method. You can use a php script to process logins and using either a session or cookie to remember the users information. This is a much more flexible way of doing it (Most memberships site use this that don't just have member content restricted to images or articles). The downside is all the protected pages have be made to work with the script, meaning they have to be the same extension as the scripting language (for instance .php instead of .html). So you would have to change that if its not setup that way already, and its possible you would need some knowledge of a programming language (it would depend on the script).

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

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