Updated Selling Paid Plugin or Payment Gateway (markdown)

iBNu Maksum 2024-01-19 09:19:06 +07:00
parent 8cddee862e
commit 1fafa8333c

@ -5,27 +5,66 @@ Users can search from [codecanyon.net](https://codecanyon.net/category/php-scrip
Make your item title like this: Make your item title like this:
**Phpnuxbill Plugin** _Ticket Support_ **Phpnuxbill Plugin** _Ticket Support_
**Phpnuxbill Payment Gateway** _Paypal_ **Phpnuxbill Payment Gateway** _Paypal_
**Phpnuxbill Theme** _Techno_
PhpNuxBill will detect **Phpnuxbill** then **Plugin** or **Payment Gateway** PhpNuxBill will detect **Phpnuxbill**
Your zip file must have **plugin** or **paymentgateway** folder Your zip file must have **plugin** or **paymentgateway** folder
Example structure for plugin.zip Example structure for plugin.zip
``` ```
- plugin/ ├── plugin/
- changelog.txt │ ├── plugin.php
- install.txt │ └── ui/
- license.txt │ └── plugin.tpl
├── changelog.txt
├── install.txt
└── license.txt
``` ```
Example structure for paymentgateway.zip Example structure for paymentgateway.zip
``` ```
- paymentgateway/ ├── paymentgateway/
- changelog.txt │ ├── payment.php
- install.txt │ └── ui/
- license.txt │ └── payment.tpl
├── changelog.txt
├── install.txt
└── license.txt
```
Example structure for theme.zip
```
├── theme/
│ └── theme_name/
│ ├── home.tpl
│ └── order.tpl
├── changelog.txt
├── install.txt
└── license.txt
```
or you can make full package
Example structure for fullpackage.zip
```
├── theme/
│ └── theme_name/
│ ├── home.tpl
│ └── order.tpl
├── paymentgateway/
│ ├── payment.php
│ └── ui/
│ └── payment.tpl
├── plugin/
│ ├── plugin.php
│ └── ui/
│ └── plugin.tpl
├── changelog.txt
├── install.txt
└── license.txt
``` ```
`install.txt` instruction to install manually `install.txt` instruction to install manually
`license.txt` is your license for the plugin `license.txt` is your license for the plugin
all the files inside folder **plugin** or **paymentgateway** will be move to PhpNuxBill system all the files inside folder **plugin** or **paymentgateway** will be move to PhpNuxBill system, and theme will be move to ui/themes