View Single Post
  #2 (permalink)  
Old 11-01-2006, 05:44 PM
Jordan's Avatar   
Jordan Jordan is offline
Administrator
 
Join Date: Nov 2005
Location: Hendersonville, NC
Posts: 10,869
Last Blog:
Artificial Intelligenc...
Credits: 1
Rep Power: 20
Jordan is just really niceJordan is just really niceJordan is just really niceJordan is just really nice
Send a message via ICQ to Jordan Send a message via AIM to Jordan Send a message via MSN to Jordan
Default

That is a tough one. I'd bet your best language is PHP. What I post below is only for Unix/Linux systems because I don't know much about Windows web servers.

You'd need to have an apache server running on a port other than port 80 and running as the root user. The reason for this is so that your PHP could modify any files. From there, it is very simple to modify the correct files for things like DNS entries, Email Accounts and httpd.conf for adding domains.

I know that tktech has built one so he may be able to help you out.

As for tutorials, I did a quick search and couldn't find anything. Also, I've moved your thread.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog
The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages!

Last edited by Jordan; 11-01-2006 at 05:46 PM. Reason: Moved Thread and addition
Reply With Quote