Who can develop a tool for easyly installing plugins?
#21
Posted 14 December 2010, 05:31
All of plugins (add-ons) are include these three parts:
1.upload own files to specified floder of oscommerce rc2.*;
2.readme files;
3.modify/delete some lines of specifed files of oscomerce rc2.*.
therefore, I design the standar file structure of plugins (add-ons) like this:
[img]http://www.ushops.net/epit/official/StandarFileStructureFloder.GIF[/img]
#22
Posted 14 December 2010, 06:04
Here I take PayPal IPN Module v1.0 For 2.2MS2 for example. You can download this demo plugin(add-on) here: http://addons.oscommerce.com/info/7680
and, file structure is shown in following figure:
[img]http://ushops.net/epit/official/DemoStandarFileStructureFloder.GIF[/img]
The install information file Install_Plugin.xml show how to assemble this plugin(add-on) can be like this:
<?xml version="1.0" encoding="UTF-8"?>
<UnionShops>
<EsayPluginInstallTool>
<Plugin_information>
<EPIT/>
<plugin_name>Plugin--Paypal_IPN-v0.1-oscommerce-rc2.2.zip</plugin_name>
<plugin_nick_name>Paypal_IPN</plugin_nick_name>
<latest_version>v0.1</latest_version>
<download_url/>
<update_time/>
<ecommerce>oscommerce-rc2.2</ecommerce>
<maintainer>Stone</maintainer>
<maintainer_email/>
<contact_email>dayin.guangqiang@gmail.com</contact_email>
<example_website>www.ushops.net</example_website>
<description>This module stores orders prematurely in the database to be processed by PayPal IPN notifications.</description>
<dependencies/>
</Plugin_information>
<step index="1" type="Upload New Files" id="1">
<folder>E:\work\webmall\unionshops\EasyPluginsInstaller\src7.0\UserPlugins\PAYPAL\upload</folder>
<file>\ext\modules\payment\paypal_ipn\ipn.php</file>
<file>\includes\languages\portugues\modules\payment\paypal_ipn.php</file>
<file>\includes\modules\payment\paypal_ipn.php</file>
</step>
</EsayPluginInstallTool>
</UnionShops>
Edited by stonelgq, 14 December 2010, 06:14.
#23
Posted 14 December 2010, 07:31
DunWeb, on 14 December 2010, 05:23, said:
Hi Chris, would you please help me delete these two packages?
(1)EPIT- Easy Plugin Install Tool for Oscommerce rc2.3
(2)EPIT- Easy Plugin Install Tool for Oscommerce rc2.*
#24
Posted 14 December 2010, 19:28
Open Source Easy Plugin Install Tools can research plugins from official oscommercewebsite, and install plugins automatically.
[img]http://ushops.net/epit/official/interface.gif[/img]
#25
Posted 05 January 2011, 21:35
Upload Plugin and Install
[img]http://storeimg.com/images.php/i1623_epit1.gif[/img]
Edited by stonelgq, 05 January 2011, 21:49.
#26
Posted 05 January 2011, 21:46
Edit Installed Plugin
[img]http://storeimg.com/images.php/i1622_epit1.gif[/img]
Edited by stonelgq, 05 January 2011, 21:49.
#27
Posted 05 January 2011, 21:48
Research and install plugin
[img]http://storeimg.com/images.php/i1624_epit3.gif[/img]
#28
Posted 05 January 2011, 23:18
#29
Posted 06 January 2011, 04:46
Actually I developed some free standalone applications a few years ago that can install plugins with the click of a button. For example, Create New Box and New Page, Inventory Control System, Customer Discount System, etc...
The only disadvantage of the applications is that users need to know their FTP username and password, MySQL database name and password. To my surprise, many shop owners do not know their FTP and MySQL database. Therefore I stop develop osCommerce application long time ago.
Best regards
#30
Posted 12 January 2011, 09:02
AnyDemo, on 06 January 2011, 04:46, said:
Actually I developed some free standalone applications a few years ago that can install plugins with the click of a button. For example, Create New Box and New Page, Inventory Control System, Customer Discount System, etc...
The only disadvantage of the applications is that users need to know their FTP username and password, MySQL database name and password. To my surprise, many shop owners do not know their FTP and MySQL database. Therefore I stop develop osCommerce application long time ago.
Best regards
Hi AnyDemo, thanks for your comment. I am very happy to receive your message.
These days it is a little busy and not reply you in time.
I proposed beta 0.2 version, and make a demo here http://ushops.net/demo.php
#31
Posted 12 January 2011, 09:11
http://ushops.net/demo.php
you can test it and welcome to give me some comments, thanks very much.
Lu.
[img]http://ushops.net/epit/images/pma/demo1.gif[/img]
[img]http://ushops.net/epit/images/pma/demo2.gif[/img]
#32
Posted 12 January 2011, 09:19
(1) EPIT_PHP_Script_Addon_for_Oscommerce_beta0.2
Download : EPIT_PHP_Script_Addon_for_Oscommerce_beta0.2
Demo Click Here
(2) EPIT_Plugin_Maker_Assistant_beta0.01
Download click here
(3) Demo Plugin zip file
download click here
Edited by stonelgq, 12 January 2011, 09:33.
#33
Posted 03 February 2012, 11:14














