Hello,
I want a script that will ask the person looking at the site, what email address they want andwhatthere password is for the email address and for them to answer a question for anti spam.
and then when that is done the email account will auto setup within cpanel
as i want to offer free email account.
Thanks
JackBull said
Hello,I want a script that will ask the person looking at the site, what email address they want andwhatthere password is for the email address and for them to answer a question for anti spam.
and then when that is done the email account will auto setup within cpanel
as i want to offer free email account.
Thanks
So something what is like Hotmail.
And i will pay for you do to the work ofc
Why cpanel ?
Why not just to a dB ?
This way you could control with an admin script.
So essentially, user: goes to subscribe page.
Enters Full name
Enters Desired email handle.
Auto Generate a password ( hash )
Enter a conformation ( existing email ) twice.
Submit.
On submit the script propagates the dB with the users details, and sets their temp hash pasword.
Sends a confirmation email to their existing email addy, and asks they log in to confirm their new acct. And create new pWord. At which time the temp user is deleted from dB and replaced with their new acct.
Then its a case of scripting it so you can set a tolerance to what they can use.
Pretty simple stuff.
You want to do it for me?
No sorry, we are too busy.
Ask one of the PHP guys.
Dilab, theninja , dtbaker etc.
If you really get stuck, I will see if our php dev can assist, but he isnt in now until Monday.
Good Luck Ste
- United Kingdom
- Community Superstar
- Attended a Community Meetup
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 5 000 and 10 000 dollars
- Has been a member for 2-3 years
- Microlancer Beta Tester
- Bought between 100 and 499 items
- Referred between 10 and 49 users
i could do this. email via my profile.. with all your specs, i think i have a idea but i want to make sure.
- United Kingdom
- Community Superstar
- Attended a Community Meetup
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Sold between 5 000 and 10 000 dollars
- Has been a member for 2-3 years
- Microlancer Beta Tester
- Bought between 100 and 499 items
- Referred between 10 and 49 users
SportTipsWorld said
Why cpanel ?Why not just to a dB ?
This way you could control with an admin script.
So essentially, user: goes to subscribe page.
Enters Full name
Enters Desired email handle.
Auto Generate a password ( hash )
Enter a conformation ( existing email ) twice.
Submit.
On submit the script propagates the dB with the users details, and sets their temp hash pasword.
Sends a confirmation email to their existing email addy, and asks they log in to confirm their new acct. And create new pWord. At which time the temp user is deleted from dB and replaced with their new acct.
Then its a case of scripting it so you can set a tolerance to what they can use.
Pretty simple stuff.
I might be missing something, if your adding the mail to a DB will that not require more steps. the email info you would be showing raw would have to be put in the data base then show. just more steps..
I agree with the usernames but the rest can be kept on the mail server. anyway i just say because i made my own disposable email system and i did it raw off the server, the only mysql i had was usernames and passwords
