Jump to content

Application hosting sites, How is it done?


AbydosGater

Recommended Posts

Hey Guys,

You know all the hosting sites for phpBB, or InvisionFree for IPB.

I was wondering how they are done?

They whole way they have a registration system and that sets up a board for you.

 

I was wondering how you i could go about setting this up? Whats the best methods.

 

Thanks

Andy

Link to comment
Share on other sites

I was wondering how you i could go about setting this up? Whats the best methods.

 

Firstly you would need at least a VPS I should imagine. The setting up of the boards would simply be automation through scripting. Probably done in Bash though it would be easy enough to do with php.

Link to comment
Share on other sites

Well, it really depends on the blog software you intend to use.

 

Some, will more than likely enable you to have one installation for the sftware outside of the web root which will act as the backend for all users sites.

 

Assuming you'd want all your users to get there own sub domain the process would be quite simple. You can easily create a mod_rewrite rule in your httpd.conf that will allow this.

 

Then, and I'm not sure what OS your using but the process would be something like....

 

1: Script the creation of a  new user on the system. (Do not allow (system) login access)

2: Script the creation of a MySql database for said user. (Using the password they signed up with)

3: Copy the files required to run the blog into the users /home/user/htdocs directory.

4: Run whatever setup is required to enable the user to login to there blog.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.