Recommend a User Management Script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
carperc
Forum Newbie
Posts: 2
Joined: Sun Dec 18, 2005 1:11 pm

Recommend a User Management Script

Post by carperc »

My family manages storage units and I want to allow renters to pay online. I am looking for a script that allows them to login to an account management area and view their payment history and if any new bills have been created. Likewise, the admin area should be able to view everybody's info and payment history and add bills/late fees/ etc. Can anyone recommend a free script that can do this or almost this. I can tweak it, if necessary. If no free scripts exist, are there any cheap ones? Cheers.

-Craig
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

I think OSCommerce or ZenCart could be modified to do that sort of thing. After all, the users are essentially buying a product at the end of the day .. even if it's blocks of time.
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

I'd recommend a custom-built application, as I've not seen that sort of thing for free.

Our Job Hunt section has people willing to assist you. :)
carperc
Forum Newbie
Posts: 2
Joined: Sun Dec 18, 2005 1:11 pm

Post by carperc »

onion2k wrote:I think OSCommerce or ZenCart could be modified to do that sort of thing. After all, the users are essentially buying a product at the end of the day .. even if it's blocks of time.
That's a good idea. Thanks. I'll see if I can make it work. Otherwise, it looks like custom built is the way to go.
Post Reply