Hi everyone,
Iam looking everywhere i can but i can't seem to find a script that does what iam looking for. Perhaps you could help me out if you know something simular or where i should look.
I basically need some kind of login script where the admin can add and delete users easily. When the user logs in he/she will get it's own page or get's forwarded to a certain page.
If the page where the user logged in is autmatically created, it should be editable in some way.
sea otter
09-12-2006, 09:34 PM
If you're using PHP, there are a bunch of bolt-on login scripts (with admin panels and redirect capabilities) at hotscripts.com here: http://hotscripts.com/PHP/Scripts_and_Programs/User_Management/index.html and here: http://hotscripts.com/PHP/Scripts_and_Programs/User_Authentication/index.html
You'll just have to spend some time poking through them to find one that suits your fancy.
I don't know of any bolt-on user management/authentication system that will, by default, create a blank "page" (whatever that may be) for new users the first time they log in, but adding that on would not be a difficult task at all once you had everything else in place.
phpfriend
09-13-2006, 03:31 AM
Hello,
Automatic page can be created for that user by mode-rewrite.
Flexcustomer i think will be easy for you, (You can search it in hotscripts)
Page Automatic Creation?
do you mean is it like Profile System?
sea otter
09-13-2006, 10:12 AM
Hello,
Automatic page can be created for that user by mode-rewrite.
Um...mod_rewrite has no ability whatsover to create non-existent pages. It can redirect you somewhere if a page is not found, but that's it.
I might have misunderstood the OP, but I got the impression he was looking for something that created a brand new empty page for first-time signups, to which they could then add things.
Sorry i've been away for a while. Thanks for the suggestions everyone. Iam going to look into it!
Thanks again.
After looking trough all ready made scripts, i decided to just create one myself. I started learning php and now i almost finished a script that does exactly what i want :)
The script can create new users, serve the users theire own page with information, advices and results of tests they've done on the website where you also see theire progression. I can keep them up to date with adding advices and comments to theire own page and they can send me responses. It's pretty fun! :)
But ontopic, if it's completely finished i'll release it for free.
Yes, be a part of Open Source Community and show the WORLD you hate to hide Knowledge.
One thing More, if you did not notice.
Make your User Management Class Based.
Hack Post Nuke User Module for Learning (E107 has also good one but more Advance)
Document Your Classes.
Many of Student may help you in this. Thats why Open Source Community Grow.
Better to make Component for any open source CMS to get Attraction and further Developement.