Results 1 to 3 of 3

Thread: Need some help...

  1. #1
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Need some help...

    Hi i was woundering if any one knows of free or cheap script/s that would allow me to do the following:

    1. members login with username and password and they pay using paypal

    2. make sure the user is loged in before they can view the file.

    The reason i ask is because firefox has said they will start showing the address bar on popups.
    and IE7 already does.

    Thanks
    Last edited by queerfm; 12-18-2006 at 03:13 PM.
    The web in one word.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The reason i ask is because firefox has said they will start showing the address bar on popups.
    I'm really not sure how this relates, but... ok.
    I hope you realize that even if it doesn't show the address bar, the page isn't at all secure. There are many ways to find the URL, such as, the first way that comes to mind, your history.

    You'd just need a mysql/php system with usernames and passwords. It's not that complex. I believe Twey wrote something like that, and I'm not sure if it would work within your system or not. "logging in" isn't something that is a specific command, but rather something that is integrated with your pages, etc etc.

    Using PHP sessions (basically a better version of cookies) will let them stay logged in between pages securely.

    As for the paypal thing... just figure that out with paypal. They've gotta have a help file somewhere for that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    May 2006
    Posts
    266
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    i have a php/msql script that users login. however i have not figgered out how to add a script to my php files that see if they are login.

    here is where i got the script from
    http://www.plus2net.com/php_tutorial...gin_script.php

    Thanks
    The web in one word.

Bookmarks

Posting Permissions

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