"William Munoz" <[EMAIL PROTECTED]> wrote: > Thanks for your comments.
Happy to help. > I have a web site with phpnuke. What i want is that the visitors of my > page create their own email accounts. > > The way to create an email account i going to the > www.domainname.com/siteadmin and get in there and create the account. > > Well, i need that the user of my page has the posibility to create his > account, so i need and script to create it when the user choose a > username and password. > > When i get in my ~/siteadmin account i want to see all the users who > are register. > > Exist a script that do it, knowing i don't have root access. Though there's a slim chance it might be possible to use curl (PHP on your server may or may not have support for it) to post data to the site admin interface in order it's not really feasible (and I wouldn't bet that it will work). Any other solution will require scripts running with root user privileges. I'm not aware of a script that does what you need. I could certainly write such scripts for you, but your server admin would need to setup the scripts to run via cron with root user privileges. Is your server admin that trusting? -- Steve Werby President, Befriend Internet Services LLC http://www.befriend.com/ _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
