![]() |
|
|||
|
Does anyone out there think they could make something that can do the following, preferabbly in PHP? This is for people applying for the hosting.
1. Someone fills out the host signup form thing. 2. That data goes into a file/db/stored on server somewhere 3. I log into the admin page 4. I can view a list of everyone that has applied for hosting, and see the data they put in all the fields. 5. I can then either click "Accept" or "Decline" and when accepted it adds their info to the DB and sends them an email with their information, with the possibility of me attach a comment to the email if I wish. (When clicking decline it sends them an email saying they arent accepted) 6. Hopefully there are 2 different databases/files... one with people who are applying, and one with people who have already been accepted, and I can browse both of them. Any help would be greatly appreciated. |
|
|||
|
Quote:
|
|
|||
|
i am also using php. Right now i have a signup form and rough copy of admin center done...
this is what they dontain: -Choose whether or not mysql is needed in sign up. -all signups will be posted into one table called "users" -admin can login and approve accounts or delete them. -on approval only one row in the mysql table is updated. -on approval for hosting, a directory of the users name will be created and chmoded, in the case that the users name is taken it will be called /~username rather that /username. if /~username is also taken, the admin will be asked to create a custom named directory. -mail is sent to the users email adresss with all info on approval. -admin can edit all accouts -on approval of mysql for user, a database is created with their uname. -mail is also sent on mysql approval. to do: -make it possible for multiple approvals at once -make ftp acount on approval. (need help with this, never done it before) i can change it to do pretty much whatever you want if you want the codes and stuff, my aim screenname is: snafu4 and my email is: scbmx@hotmail.com |
|
|||
|
tommy, yes i made it in about 3 hours. and ultimer, lets get in touch, right now my script just just the basic hosting setup and allows edit and all the stuff up there. we should make it really advanced....also, i still need to know how to set up ftp accounts on approval. ive never done this before, and i havent heard of doing it with php, but im sure it can esially be done.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|