![]() |
|
| |||||||
| Notices |
| Services If you are looking for (or offering) services, this is the forum to use. This includes job listings, etc. |
![]() |
| | Thread Tools |
|
#1
| ||||
| ||||
|
Hey everyone, Background: There has been dozens if not hundreds of posts about how to create a register and login page for your website. You had two options, one was to go into cPanel, create a password protected directory, and manually add each and every use for it. Or you could install a login script, which required making all of your pages have a .php extension, change all of your links, and then add some code to each page. Now there is a third choice. I have created a login script which uses a password protected directory. Once you install the script, your users just have to go the register form, once they register (depending on some setting your choose), then can then login to the password protected directory just as if you have created their account for them in cPanel. Script Information: Here are the features of the script:
So how do I get the script? Unfortunately, I will be selling it (sorry, I'm a university student, money is one thing that is always in short supply). I will be selling the script for $40 USD via Paypal (or check/money order if you do not have paypal). To get the script send me an email to watdaflip******.com, with the subject "Login script", "Want to purchase login script".. something along those lines, and I will give you further information. For $40 what all do I get? You get a copy of the script, and full email support directly from me, I'll do my best to guide you through installing and using, and should be able to answer any questions you have. The video tutorials mentioned above are available free with no additional charge, I recommend you watch them if you can't figure it out at first, it should help. I will also answer any questions or problems you have here on the forums if you make a post. Is there anywhere I can see a live demo of the script? Yes, please visit, http://www.watdaflip.net/login How many of my websites can I use this on? You can use it on any and all of the websites that you personal own (If you're making a website for your in-laws or family that's fine too). If you run a business creating websites for others I do request you purchase a separate copy for them. How does the script work? Basically when the user registers, they are added to a database like a normal login script. Depending on how you have the script configured there might be some additional steps before their account is activate and they can log in. Once their account is activated, the .htpasswd file is opened by the script, and the users details are written, it is then closed and the permissions are changes on the file to make it secure. They can then login like you normal would with a password protected directory. I am having trouble installing the script can you do it for me? I can, I just charge a minimal fee of $10 to cover the time it take for me to install the script. Just send me an email and we will go from there. Is there a paid membership feature? No, I no longer create any script that processes any payment whatsoever, sorry. If someone creates a modification for this script that accepts payment to register and want to release it for others to use I will be more then happy to include it with the script files, but I don't be making one myself to do this. That's about it, if you have any questions, comments, concerns, etc feel free to post a reply to this thread, or email me. Have a good day, and a Merry Christmas.
__________________ 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 |
|
#2
| ||||
| ||||
|
Dude, this is awesome! Now if only I had a job... I'm still in school. Maybe I can buy this for my b'day in March. It's pretty awesome and I would LOVE to use it in my website. I'll have you know that this is EXACTLY what I've been looking for! I would really like a free trial but of course, that's not possible without giving the whole thing away. I'd like to see an upgrade on the demo i.e. a few proper pages that you have to log in for first. Otherwise, wonderful stuff!
|
|
#3
| |||
| |||
|
This seems great and alot easier to use for me anyway. Having a heck of a time trying to use the AFVFP. Question thou, i will need the paid membership feature too althou i think i can do that separately through paypal. What i want to know is if there is a way if i buy this script to set up a duration where after a set time each persons membership is erased. Unless they renew their subscription. Make sense? Let me know. Thanks |
|
#4
| ||||
| ||||
|
With some modifications to the script itself it can be setup like.. Users register but cant login until an admin activates the account (This feature is already built in) Now for what would be needed: When activated by the admin the date activated is recorded, and some code is set to execute every night to check if a year (or whatever subscription term you want) has passed, if it has deactivate the account (or delete if you really wanted it to). Then if the user wanted another subscription they would pay and the admin would reactivate the account, the time would be reset to the present date, and they would have another term. Also something like a renew button could be added in the admin panel to reset the time to have an additional term added before the subscription would expire But the script itself, as it is now does not have this feature built in, it would require modifying 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 |
|
#5
| ||||
| ||||
|
Could you turn off the admin activation so users just have to activate by email? And what about blocking certain email addresses and names so they can't be used or even using wild cards e.g. *********.com (although I wouldn't block hotmail since it's commonly used).
|
|
#6
| ||||
| ||||
|
Yes admin activation can be disabled by changing a setting in the config file. The blocking of emails isn't built in, but something small like that can be added by request when purchasing 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 |
|
#8
| ||||
| ||||
|
All features of the script are listed at the top of the page. Blocking certain emails or usernames are features that can be added that latter being a little more involved. Some things like blocking certain emails is not a big deal to implement if requested when purchasing the script. Larger modifications to the script would require paying for the time it would take to create the modification.
__________________ 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 |
|
#9
| ||||
| ||||
|
Oh ok, that's all I would want added (those two blocks) if they could also use wildcards and it was free at purchase. Anyway, thanks and I hope I can buy this wonderful script in the future!
|
|
#11
| ||||
| ||||
|
I am interested though need a question or two answered. The site that I'm building for a client has buttons that are public area, member's buttons that when you open give a preview of what is in the area but then require another button to log in. He as well runs PAP3.0 on his system for his Affiliates. What he would like to do is to have the Affiliate username and passwords to be linked to this login so they don't have to have a second one. Can this be done with your program? Is there a way to link the two together and use them as one? If so I would be very interested in this program.
|
|
#12
| ||||
| ||||
| Quote:
Also there would be two separate logins (but using the same user/pass). And lastly it would require modification of the PAP registration and possibly other files PAP files or files for my script). The admin panel for my script couldn't be used after integration either. Hope that answered your questions
__________________ 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 |
|
#13
| ||||
| ||||
|
This can only be done with a custom script that would use the same database table as PAP to authenticate users. It can be done, but is a custom script.
__________________ 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! |
|
#15
| ||||
| ||||
|
Yes you can contact me at admin@watdaflip.net
__________________ 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 |
|
#17
| ||||
| ||||
|
Installation won't be done in BV, however you can use BV for the forms the script uses, no html knowledge is needed. Here are video tutorials I have for this script, you can download them here http://watdaflip.net/tutorial/user_login_script.php
__________________ 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 |
|
#18
| ||||
| ||||
|
I tried to create a new user and the information sent to my email was: fromULS Demo <admin@watdaflip.net> toinfosoftrd******.com dateSat, Mar 21, 2009 at 10:16 PM subjectAccount Activation mailed-bys307.c4.crucialx.net hide details 10:16 PM (2 minutes ago) Reply Dear member, There is an additional step required before you can use your account. Please click the link below to activate your account, once activated you still need to await admin activation http://watdaflip.net/login/activate....f49fa8488adf71 Thank you for registering WHEN I CLICK that url your site responded: There were errors with your registration: There was an error giving user access to login |
|
#19
| ||||
| ||||
|
Thanks for the heads up, my host just switched servers on me last week which messed up the script a little. The problem is fixed, you can try to activate now and it will work
__________________ 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 |
|
#20
| |||
| |||
|
dude i need a login in system tht the website admin can control i wanna be able to create accounts they cant register... because its a clan site so say if i created a user called xKODx tym to dye or somthing (i give em the user and pass) then when they login it sais WELCOME xKODx tym to dye you are currentley rank sgt or major or whatever because we hve ranks in our clan recruit,sgt,major,luitenait and cpt i wanna be able to control what rank they are so if i selected major they would login and it would say welcome xKODx tym to dye you are currentley rank major uno what i mean? hit me back, if u have **** live ill pay in microsoft points.
|
|
#21
| ||||
| ||||
|
This script doesn't have the rank functionality built in, and it is kind of counter to what my script was designed for to have the admin register the accounts. If you want a login script written for you exact specifications you can contact me here http://watdaflip.net/contact.php and I can give you a quote on a price for the functionality you want. However I do not accept **** live credits (nor do I accept bits of string), as payment. I only take actual US currency sent via paypal or another method of payment we agree on.
__________________ 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 |
|
#24
| ||||
| ||||
|
I didn't say I was starting on it. I just asked you to contact me via my contact form on my website to work out all the details. I couldn't start anyway because you have only stated a very broad idea of what you want. Please contact me and we can go from there, this forum thread is not the place for this discussion.
__________________ 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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |