andrewpsw Posted July 13, 2009 Share Posted July 13, 2009 I am creating an online site builder. When clients sign up for an account I want it to automatically create a hosting account and directory for them on my server. In the directory there needs to be a set of PHP files. What is the best way to do this? Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/ Share on other sites More sharing options...
newb Posted July 13, 2009 Share Posted July 13, 2009 depends on what control panel (if any) and server you are using. this is not something that is handled by php alone. Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/#findComment-874850 Share on other sites More sharing options...
andrewpsw Posted July 13, 2009 Author Share Posted July 13, 2009 I am currently using Plesk, but i would be willing to use something else if it was more geared for what i need to do. and information or tutorials on this would be greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/#findComment-874851 Share on other sites More sharing options...
newb Posted July 13, 2009 Share Posted July 13, 2009 i dont have any experience with plesk, but i do have some links to a couple of tutorials and scripts for automatic account creation for cpanel and ispconfig servers. cpanel u have to pay a license for though, ispconfig is free. Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/#findComment-874854 Share on other sites More sharing options...
andrewpsw Posted July 13, 2009 Author Share Posted July 13, 2009 that would be great if i could get those links. Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/#findComment-874856 Share on other sites More sharing options...
newb Posted July 13, 2009 Share Posted July 13, 2009 this is for cpanel: http://www.namepros.com/code/296341-add-subdomain-in-cpanel-via-php.html this probably can be modified to work with plesk, but im no sure as ive never used it before. here is for ispconfig: http://www.howtoforge.com/forums/showthread.php?t=27928 Link to comment https://forums.phpfreaks.com/topic/165854-auto-create-hosting-account-on-signup/#findComment-874866 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.