[wp-hackers] multiblog/multisite musings -- comments welcome

Henning Seljenes henning.seljenes at gmail.com
Wed Aug 11 09:19:32 UTC 2004


The main problem I see with this is you need to have a way to deal
with the people that take, wp-config.php for example and add an extra
line:

$result = mysql_query("DROP multiblogs");

There are two options to deter this kind of thing:

Remove the permission from the mysql user to drop / delete and add
ways for a user to make a post invisible.

or

Make all the user included files a differant extension and parse them
for permitted operations before executing them with the code.

-- Henning


On Wed, 11 Aug 2004 10:52:27 +0200, Tara Star
<tellme at climbtothestars.org> wrote:
> Hi,
> 
> After having a go at Rubén's multisite proposal, I've written this up:
> 
> http://climbtothestars.org/archives/2004/08/11/musings-on-a-multiblog-wordpress/
> 
> Just the current state of my thinking on how to make WP "multi", with
> hope it can add a few bits of lego/puzzle for other hackers and devs.
> Comments and criticism welcome. I've added this link to the wiki page too..
> 
> Thanks,
> 
> Steph aka bunny
> --
> http://climbtothestars.org
> 
> _______________________________________________
> hackers mailing list
> hackers at wordpress.org
> http://wordpress.org/mailman/listinfo/hackers_wordpress.org
>



More information about the hackers mailing list