are there any WP php plugins that work for WPMU?
PHPEXEC by Priyadi Iman Nurcahyo does not work.
I am trying to integrate the login form onto the main page with a php include call.
are there any WP php plugins that work for WPMU?
PHPEXEC by Priyadi Iman Nurcahyo does not work.
I am trying to integrate the login form onto the main page with a php include call.
did you, or anyone, ever find one?
I've been looking for this also, more for use in the pages than posts.
if anyone could point me in the right direction I'd be forever grateful!
I really need to run php-code in postings and pages as well - I'd like to get rid of kses.php, but a plugin that allows php inside posts and pages should do it...
you can't really do it since it's a major security risk.
Allowing any user to execute php on your site could potentially swing open the doors for a mysql table devastation.
First, only users I trust in have access to the system and second it should be possible to restrict the use to administrators.
But I agree with you that such a plugin could be used from bad users to do a lot of bad things so everybody should be aware what it means to run that plugin.