Jump to content

User Generated Websites


carlos sagan

Recommended Posts

I'm real new to php and mysql.  My goal is to make a site where users can register and then create their own pages that display on the site.  Any suggestions on how to go about this?  I've read that drupal and joomla can be used to do something like this.  Are there plugins / apps already more or less coded or am I going to have to do a lot of the coding myself?  Thanks.

Link to comment
https://forums.phpfreaks.com/topic/240932-user-generated-websites/
Share on other sites

Either way it's not a lot of code. Take a look at cookies(for login/register users) and fwrite/file_put_contents and/or uploading files. You should probably strip out any illegal characters / code in the new page before publishing it on the net.

 

I don't know if drupal / joomla does this as I've never used any third party scripts for my stuff. But you should really look into the above, it's not hard at all! You'll find it fun too.

Wordpress has the ability to do multiple subdomains, even multpile sites per user.

http://wordpress.org/download/

 

add this line to wp-config.php file to enable it

 

define('WP_ALLOW_MULTISITE', true);

 

Also look into buddypress

http://buddypress.org/

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.