/ Published in: XML

xml for joomla aff. register plugin
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?xml version="1.0" encoding="utf-8"?> <install version="1.5" type="plugin" group="user" method="upgrade"> <name>User - PAP4 Register</name> <author>Maros Fric</author> <creationDate>December 2008</creationDate> <copyright>(C) 2008 Maros Fric</copyright> <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license> <authorUrl>www.qualityunit.com</authorUrl> <version>1.0</version> <description>Plugin that registers new user also to PAP4 using the API</description> <files> <filename plugin="pap4">pap4.php</filename> <filename plugin="pap4">PapApi.class.php</filename> </files> <params> <param name="pap4_url" type="text" size="100" default="" label="PAP4 URL" description="Full URL to your PAP4 installation /scripts/server.php. For example: http://www.yoursite.com/affiliate/scripts/server.php"/> <param name="pap4_username" type="text" size="30" default="" label="PAP4 merchant username" description="Your PAP4 merchant username"/> <param name="pap4_password" type="text" size="30" default="" label="PAP4 merchant password" description="Your PAP4 merchant password"/> </params> </install>
Comments
