Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » "Baby" content management systems
Closed Thread
Old 09-14-2006, 03:11 PM   #1 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 3

rybrns

Default "Baby" content management systems

Previous posts recommended Mambo Server as a solution to user authentication. I looked at that software, but it's really an entire web development system.

Is there anything smaller that can be used as a module (like formmail, for example) that supports user authentication including registration, updating a profile, changing email addresses and passwords, etc. that doesn't involve an entire web development package?

My hosted server supports PHP and mySQL and I have access only to a cgi-bin folder at my site's root level. I'd like to add a section to the site, which is totally public, that is accessed through a login.

Any help would be appreciated.
rybrns is offline  
Old 09-14-2006, 03:25 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

If you know PHP, just write your own login script.
jaeusm is offline  
Old 09-14-2006, 03:41 PM   #3 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 3

rybrns

Default

I'm nowhere good enough to do that. I was hoping that something had already been written to do this.
rybrns is offline  
Old 09-14-2006, 04:57 PM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Do you have any programming experience? If you do, then this task is probably much easier than you think.
jaeusm is offline  
Old 09-14-2006, 06:43 PM   #5 (permalink)
 
Newb Techie

Join Date: Sep 2006

Posts: 3

rybrns

Default

That may be true, but I try to avoid the wheel re-invention trap. If there's a module already written and published, it's likely that it's been debugged fairly well, and all that.
rybrns is offline  
Old 09-16-2006, 03:58 AM   #6 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

If you're not an expert, then "wheel reinvention" is an excellent way to increase your skills and understanding. It's not a difficult task, so give it shot. If you run into problems, post your code and we'll help you out.
jaeusm is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On