Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes"?>\r\n<?xml-stylesheet type="text/xsl" href="modx.subsilver.en.xsl"?>\r\n<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD. Although MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD. No support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->\r\n<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.0.xsd">\r\n<header>\r\n<license>http://opensource.org/licenses/gpl-license.php GNU General Public License v2</license>\r\n<title lang="en-gb">test</title>\r\n<description lang="en-gb">test</description>\r\n<author-notes lang="en-gb"><![CDATA[test]]></author-notes>\r\n<author-group>\r\n<author>\r\n<realname>test</realname>\r\n<username>test</username>\r\n<contributions />\r\n</author>\r\n</author-group>\r\n<mod-version>\r\n<major>1</major>\r\n<minor>0</minor>\r\n<revision>0</revision>\r\n</mod-version>\r\n<installation>\r\n<level>easy</level>\r\n<time>60</time>\r\n<target-version>\r\n<target-primary>3.0.RC1</target-primary>\r\n<target-major allow="exact">3</target-major>\r\n<target-minor allow="exact">0</target-minor>\r\n</target-version>\r\n</installation>\r\n<history>\r\n\r\n</history>\r\n</header>\r\n<action-group>\r\n<copy>\r\n<file from="/styles/prosilver/templates/*.*" to="/styles/prosilver/templates/*.*" /><file from="" to="" />\r\n</copy>\r\n<open src="languages/en/test">\r\n<edit>\r\n<comment><![CDATA[test]]></comment>\r\n<find><![CDATA[test]]></find>\r\n<action type="replace-with"><![CDATA[test]]></action>\r\n</edit>\r\n</open>\r\n<open src="styles/prosilver/test.xml">\r\n<edit>\r\n<find><![CDATA[test]]></find>\r\n<action type="replace-with"><![CDATA[test]]></action>\r\n</edit>\r\n</open>\r\n\r\n</action-group>\r\n</mod>
Code: Select all
$var = 'value' . "\n";
No.Jhong wrote:Will you release the source code? I'd rather run it on my own server....
Do you mean what is stored in the db?Jhong wrote:In that case, do you have a policy on what you do with the data written up somewhere?