Joomla affiliate register plugin xml


/ Published in: XML
Save to your folder(s)

xml for joomla aff. register plugin


Copy this code and paste it in your HTML
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <install version="1.5" type="plugin" group="user" method="upgrade">
  3. <name>User - PAP4 Register</name>
  4. <author>Maros Fric</author>
  5. <creationDate>December 2008</creationDate>
  6. <copyright>(C) 2008 Maros Fric</copyright>
  7. <license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
  8. <authorEmail>[email protected]</authorEmail>
  9. <authorUrl>www.qualityunit.com</authorUrl>
  10. <version>1.0</version>
  11. <description>Plugin that registers new user also to PAP4 using the API</description>
  12. <files>
  13. <filename plugin="pap4">pap4.php</filename>
  14. <filename plugin="pap4">PapApi.class.php</filename>
  15. </files>
  16. <params>
  17. <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"/>
  18. <param name="pap4_username" type="text" size="30" default="" label="PAP4 merchant username" description="Your PAP4 merchant username"/>
  19. <param name="pap4_password" type="text" size="30" default="" label="PAP4 merchant password" description="Your PAP4 merchant password"/>
  20. </params>
  21. </install>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.