Con Google Chrome me se queda la pantalla en blanco, y con Internet Explorer 8, me sale que no se ha podido abrir y que hay un error, y pulse actualizar cuando lo solucione
Dejo el codigo del archivo .xml
Código: Seleccionar todo
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD.\nAlthough MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD.\nNo support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<meta name="generator" content="MODX file generated with PP MODX Creator 1.0.1 by tumba25 (phpBB version)"/>
<license><![CDATA[http://opensource.org/licenses/gpl-license.php GNU General Public License v2]]></license>
<title lang="en"><![CDATA[Upload Toolkit 3]]></title>
<description lang="en"><![CDATA[The Upload Toolkit it's an script that allows user to upload files to the root/download, but each user will have an individual folder named with his user ID, like root/download/2 for the administrator.]]></description>
<author-notes lang="en"><![CDATA[For the new verson of this mod, was only available prosilver style, so it is not advisable to wear styles that subsilver2 update the MOD to version 0.1.1]]></author-notes>
<author-group>
<author>
<realname><![CDATA[Gabriel]]></realname>
<username phpbbcom="no"><![CDATA[Leviatan21]]></username>
<homepage><![CDATA[http://www.mssti.com/phpbb3]]></homepage>
</author>
<author>
<realname><![CDATA[Salva]]></realname>
<username phpbbcom="no"><![CDATA[Saske1]]></username>
<homepage><![CDATA[http://espartapsp.zobyhost.com/index.php]]></homepage>
<email><![CDATA[]]></email>
</author>
</author-group>
<mod-version>0.1.2</mod-version>
<installation>
<level>easy</level>
<time>3</time>
<target-version>3.0.8</target-version>
</installation>
<history>
<entry>
<date>2009/9/21</date>
<rev-version>0.0.1</rev-version>
<changelog lang="en">
<change><![CDATA[Initial release]]></change>
</changelog>
</entry>
<entry>
<date>2011/3/15</date>
<rev-version>0.1.0</rev-version>
<changelog lang="en">
<change><![CDATA[MOD Updated to version 3.0.8]]></change>
<change><![CDATA[Code change css / html]]></change>
</changelog>
</entry>
<entry>
<date>2011/3/16</date>
<rev-version>0.1.1</rev-version>
<changelog lang="en">
<change><![CDATA[Fixed Errors]]></change>
</changelog>
</entry>
<date>2011/3/20</date>
<rev-version>0.1.2</rev-version>
<changelog lang="en">
<change><![CDATA[improved code of MOD]]></change>
</changelog>
</history>
</header>
<action-group>
<copy>
<file from="root/language/en/email/uploadtoolkit_email.txt" to="/language/en/email/uploadtoolkit_email.txt"/>
<file from="root/language/en/mods/uploadtoolkit.php" to="/language/en/mods/uploadtoolkit.php"/>
<file from="root/styles/prosilver/template/uploadtoolkit_body.html" to="/styles/prosilver/template/uploadtoolkit_body.html"/>
<file from="root/styles/prosilver/theme/uploadtoolkit.css" to="/styles/prosilver/theme/uploadtoolkit.css"/>
<file from="root/styles/prosilver/theme/images/icon_ut.gif" to="/styles/prosilver/theme/images/icon_ut.gif"/>
<file from="root/uploadkit/*-*" to="/uploadkit/*-*"/>
</copy>
<open src="root/styles/prosilver/theme/stylesheet.css">
<edit>
<find><![CDATA[@import url("colours.css");]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA[@import url("uploadtoolkit.css");]]></action>
</edit>
</open>
<open src="root/styles/prosilver/theme/bidi.css">
<edit>
<find><![CDATA[.rtl .icon-search]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA[, .rtl .icon-ut]]></action>
</edit>
</open>
<open src="root/styles/prosilver/theme/buttons.css">
<edit>
<find><![CDATA[.icon-search]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA[, .icon-ut]]></action>
</edit>
</open>
<open src="root/styles/prosilver/theme/colours.css">
<edit>
<find><![CDATA[.icon-search]]></find>
<find><![CDATA[.icon-search { background-image: url("{T_THEME_PATH}/images/icon_search.gif"); }]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA[.icon-ut { background-image: url("{T_THEME_PATH}/images/icon_ut.gif"); }]]></action>
</edit>
</open>
<open src="root/styles/prosilver/template/overall_header.html">
<edit>
<find><![CDATA[<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA[<li class="icon-ut"><a href="{U_UPLOADTOOLKIT}" title="{L_UT_EXPLAIN}">{L_UPLOADTOOLKIT}</a></li>]]></action>
</edit>
</open>
<open src="root/language/en/common.php">
<edit>
<find><![CDATA[
));
?>]]></find>
</edit>
<edit>
<action type="before-add"><![CDATA[
'UPLOADTOOLKIT' => 'UploadToolkit',
'UT_EXPLAIN' => 'UploadToolkit',]]></action>
</edit>
</open>
<open src="root/includes/fuctions.php">
<edit>
<find><![CDATA['U_RESTORE_PERMISSIONS' => ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm')) ? append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=restore_perm') : '',]]></find>
</edit>
<edit>
<action type="after-add"><![CDATA['U_NAME' => append_sid("{$phpbb_root_path}uploadkit/index.$phpEx"),]]></action>
</edit>
</open>
<diy-instructions lang="en"><![CDATA[1) Update your Style Theme
Enjoy MOD
Note: Forum Support Officer http://espartapsp.zobyhost.com/soporte-upload-toolkit-3-f99/]]></diy-instructions>
</action-group>
</mod>
