Log in

View Full Version : Need some help...



queerfm
12-18-2006, 02:31 PM
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

djr33
12-18-2006, 09:43 PM
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.

queerfm
12-19-2006, 06:58 AM
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/php_login_script.php

Thanks