Return to Snippet

Revision: 40069
at January 25, 2011 21:58 by jurajsim


Initial Code
<?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>
	<authorEmail>[email protected]</authorEmail>
	<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>

Initial URL


Initial Description
xml for joomla aff. register plugin

Initial Title
Joomla affiliate register plugin xml

Initial Tags
plugin, joomla

Initial Language
XML