well, one option is to export the content of your site into a "community" portal such as Drupal or you can research others at opensourcecms or at showcasecms (right, silverwing?)
alternatively if you or someone you know is good at code, check out a script library like HotScripts - for a user database you are probably talking about a php/mysql solution but I think there are solutions using xml instead of an sql database
It really depends on what you want your users to do. If you want them to post items to the site, then a content management system would work well. If you just want to block access to anonymous users, then you should be able to find a script at hotscripts.
What knowledge of PHP do you have?
With PHP, and a DB such as MYSQL, it is quite simple to achieve.
If you have no knowledge of PHP you could perhaps do as silverwing and netsperience suggested and find a pre-made script.
There are hundreds of membership/registration/login script tutorials and pre-made scripts out there, although all the ones I found where either over complex for what would be a simple membership function, or not nearly complex enough to be secure.
The 'best' way would be to learn the PHP required to make your own, then you know it will be secure. But that being a viable option depends on your knowledge of PHP and amount of time you are willing to spend learning.
The other advantages of learning it yourself is you can tailor it to your exact specifications, and also change it in the future if required.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.
decibel.places posted this at 18:43 — 22nd June 2008.
He has: 1,494 posts
Joined: Jun 2008
well, one option is to export the content of your site into a "community" portal such as Drupal or you can research others at opensourcecms or at showcasecms (right, silverwing?)
alternatively if you or someone you know is good at code, check out a script library like HotScripts - for a user database you are probably talking about a php/mysql solution but I think there are solutions using xml instead of an sql database
silverwing posted this at 23:07 — 22nd June 2008.
He has: 79 posts
Joined: May 2008
Well, not really for this...
It really depends on what you want your users to do. If you want them to post items to the site, then a content management system would work well. If you just want to block access to anonymous users, then you should be able to find a script at hotscripts.
~silverwing
zinzinny | Misguided Thoughts | showcaseCMS
greg posted this at 11:34 — 23rd June 2008.
He has: 1,581 posts
Joined: Nov 2005
What knowledge of PHP do you have?
With PHP, and a DB such as MYSQL, it is quite simple to achieve.
If you have no knowledge of PHP you could perhaps do as silverwing and netsperience suggested and find a pre-made script.
There are hundreds of membership/registration/login script tutorials and pre-made scripts out there, although all the ones I found where either over complex for what would be a simple membership function, or not nearly complex enough to be secure.
The 'best' way would be to learn the PHP required to make your own, then you know it will be secure. But that being a viable option depends on your knowledge of PHP and amount of time you are willing to spend learning.
The other advantages of learning it yourself is you can tailor it to your exact specifications, and also change it in the future if required.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.