<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress PHP Execution Plugin</title>
	<atom:link href="http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/</link>
	<description>programming talk and more</description>
	<lastBuildDate>Fri, 03 Feb 2012 02:35:46 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zac</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-1324</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Wed, 25 Jan 2012 17:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-1324</guid>
		<description>Been using this happily for a while now, all of a sudden it has stopped working, is not showing the php block image in the visual editor, is mangling the code when switching between visual/html view and is not running the php when the_content() is called.

Quite urgent as is running on a fairly well used site for a client, any ideas what&#039;s happened?

Am using WPMU 3.1.2</description>
		<content:encoded><![CDATA[<p>Been using this happily for a while now, all of a sudden it has stopped working, is not showing the php block image in the visual editor, is mangling the code when switching between visual/html view and is not running the php when the_content() is called.</p>
<p>Quite urgent as is running on a fairly well used site for a client, any ideas what&#8217;s happened?</p>
<p>Am using WPMU 3.1.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wholesale hats</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-1102</link>
		<dc:creator>wholesale hats</dc:creator>
		<pubDate>Tue, 13 Dec 2011 03:36:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-1102</guid>
		<description>This is my first time i visit here. I found so many entertaining stuff in your blog, especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the leisure here! Keep up the good work.</description>
		<content:encoded><![CDATA[<p>This is my first time i visit here. I found so many entertaining stuff in your blog, especially its discussion. From the tons of comments on your articles, I guess I am not the only one having all the leisure here! Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liquinas</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-979</link>
		<dc:creator>liquinas</dc:creator>
		<pubDate>Wed, 30 Nov 2011 18:39:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-979</guid>
		<description>I installed unfiltered MU and was still having problems getting the plugin to work. The javascript it&#039;s supposed to add to the code just wasn&#039;t working.

In includes/class.php_execution.php @ line 190 this function is supposed to print out the javascript definition of the plugin directory.

To fix just open assets/editor_plugin.js and add a new line at the top of the file:

phpExecutionBaseUrl= &#039;/wp-content/plugins/php_execution/&#039;;

Not sure what is causing this but in either case this should hold until an official update is released. Hope this helps someone.</description>
		<content:encoded><![CDATA[<p>I installed unfiltered MU and was still having problems getting the plugin to work. The javascript it&#8217;s supposed to add to the code just wasn&#8217;t working.</p>
<p>In includes/class.php_execution.php @ line 190 this function is supposed to print out the javascript definition of the plugin directory.</p>
<p>To fix just open assets/editor_plugin.js and add a new line at the top of the file:</p>
<p>phpExecutionBaseUrl= &#8216;/wp-content/plugins/php_execution/&#8217;;</p>
<p>Not sure what is causing this but in either case this should hold until an official update is released. Hope this helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LxCBLOG</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-843</link>
		<dc:creator>LxCBLOG</dc:creator>
		<pubDate>Wed, 16 Nov 2011 20:47:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-843</guid>
		<description>Hello,

You can Run, execute or include PHP Code in WordPress Posts without a Plugin. Check out the script http://lxcblog.com/2011/11/05/run-execute-include-php-code-wordpress-posts-no-plugin/ 

Hope you like it.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>You can Run, execute or include PHP Code in WordPress Posts without a Plugin. Check out the script <a href="http://lxcblog.com/2011/11/05/run-execute-include-php-code-wordpress-posts-no-plugin/" rel="nofollow">http://lxcblog.com/2011/11/05/run-execute-include-php-code-wordpress-posts-no-plugin/</a> </p>
<p>Hope you like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-593</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Mon, 24 Oct 2011 09:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-593</guid>
		<description>It works fine. cool. thanks</description>
		<content:encoded><![CDATA[<p>It works fine. cool. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kjetil</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-473</link>
		<dc:creator>Kjetil</dc:creator>
		<pubDate>Wed, 14 Sep 2011 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-473</guid>
		<description>Decent effort but I have no luck with the plugin; the php tags are stripped out when changing to Visual mode. I have a small tingeling it is because of the multilingual plugin I&#039;m using (qTranslate) which alters the editor. As the javascript in editor_plugin.js is compressed I cba ebugging that..

Any help would be appriciated.</description>
		<content:encoded><![CDATA[<p>Decent effort but I have no luck with the plugin; the php tags are stripped out when changing to Visual mode. I have a small tingeling it is because of the multilingual plugin I&#8217;m using (qTranslate) which alters the editor. As the javascript in editor_plugin.js is compressed I cba ebugging that..</p>
<p>Any help would be appriciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Pizzolato</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-455</link>
		<dc:creator>John Pizzolato</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-455</guid>
		<description>Let me try this one more time: 

I am using Wordpress version 3.1

From the Wordpress Page called test, I am calling a php file using the require_once statement. I have the php starting symbols and the php ending symbols

In the php file I simply have an echo statement and then the same php return symbol.

The result ---- the echo display is not showing up in the Page from the php file. I also am getting the same results with HTML code in the test.php file... no display.

Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you

John</description>
		<content:encoded><![CDATA[<p>Let me try this one more time: </p>
<p>I am using Wordpress version 3.1</p>
<p>From the Wordpress Page called test, I am calling a php file using the require_once statement. I have the php starting symbols and the php ending symbols</p>
<p>In the php file I simply have an echo statement and then the same php return symbol.</p>
<p>The result &#8212;- the echo display is not showing up in the Page from the php file. I also am getting the same results with HTML code in the test.php file&#8230; no display.</p>
<p>Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Pizzolato</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-454</link>
		<dc:creator>John Pizzolato</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:12:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-454</guid>
		<description>Wordpress version is 3.1
My Wordpress Page (test) has the following: 

PHP symbol ()

the test.php file in the scripts folder has the following:
PHP symbol ()

The result ---- the echo display is not showing up from the php file. I also am getting the same results with HTML code in the test.php file... no display.

Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you

John</description>
		<content:encoded><![CDATA[<p>Wordpress version is 3.1<br />
My Wordpress Page (test) has the following: </p>
<p>PHP symbol ()</p>
<p>the test.php file in the scripts folder has the following:<br />
PHP symbol ()</p>
<p>The result &#8212;- the echo display is not showing up from the php file. I also am getting the same results with HTML code in the test.php file&#8230; no display.</p>
<p>Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Pizzolato</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-453</link>
		<dc:creator>John Pizzolato</dc:creator>
		<pubDate>Sat, 03 Sep 2011 23:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-453</guid>
		<description>Wordpress version is 3.1
My Wordpress Page (test) has the following:


the test.php file in the scripts folder has the following:


The result ---- the echo display is not showing up from the php file. I also am getting the same results with HTML code in the test.php file... no display.

Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you

John</description>
		<content:encoded><![CDATA[<p>Wordpress version is 3.1<br />
My Wordpress Page (test) has the following:</p>
<p>the test.php file in the scripts folder has the following:</p>
<p>The result &#8212;- the echo display is not showing up from the php file. I also am getting the same results with HTML code in the test.php file&#8230; no display.</p>
<p>Has anyone reported this type of problem before??  Any  help would be very appreciated. Thank you</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP Execution review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</title>
		<link>http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/comment-page-3/#comment-438</link>
		<dc:creator>PHP Execution review, discussions, does it work, and ratings on Loadwp.com&#160;&#124;&#160;Loadwp.com</dc:creator>
		<pubDate>Wed, 17 Aug 2011 11:57:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.zehnet.de/2009/02/25/wordpress-php-execution-plugin/#comment-438</guid>
		<description>[...] Further information at zehnet.de: PHP Execution Plugin home [...]</description>
		<content:encoded><![CDATA[<p>[...] Further information at zehnet.de: PHP Execution Plugin home [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

