Users Sign up, new directory made, small user admin area...

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
buildakicker
Forum Newbie
Posts: 4
Joined: Wed Nov 09, 2005 7:31 am

Users Sign up, new directory made, small user admin area...

Post by buildakicker »

Hello,

Any suggestions would be great!

I would like to make a site that does this:

- Has option for User to have a website that is a clone of publicly viewed site, but the domain is: http://www.mydomain.com/usersname - so they get their own username folder with their info in the header.inc and anyother area where contacting them would be...

- I would like this done by them filling out a form, paying for a subscription through paypal or the like, from their they can view their site at mydomain.com/usersname

- I would like them to have a small administive side where they can personalize a few pages - really simple like

- Last but not least, I would like to have an Admin side of the public site for these users where they can access new tools and information for downloading that I have uploaded

I am looking for help in how to write the pseudo-code and some possible ideas and problems I might run into... Also any scripts that are in the OS community that might be able to do this kind of thing already that I could work with...

Thanks so much!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Can we get some more details of what this "option for User to have a website that is a clone of publicly viewed site" means to you?
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Post by foobar »

Yeehaw! Go PHP Manual!
buildakicker
Forum Newbie
Posts: 4
Joined: Wed Nov 09, 2005 7:31 am

Thanks for the replys...

Post by buildakicker »

I haven't yet developed the site. I would like to have a template that all the pages have, so they are all the same layout... different content.

I just want to be able to have a sign up form that gets their info, puts it into a database, makes a dir with their chosen username, displays their "site" -ie... http://www.mydomain.com/username (which, /username, is a clone of the main site) with their contact info and any personallized info they have. There will be one page they will update, that is why I would like to have a mini user/admin backend...

Just typing this out is helpful for sure....

more than that everyones help is appreciated greatly!

Thanks again! Please keep asking questions!
Post Reply